10303 Commits (637aa9784dc96301cfa5c4ccdd0ab1ae7bad5744)
 

Author SHA1 Message Date
Paul m. p. P 637aa9784d esp8266/uart: Fix invalid ringbuf name when event driven REPL enabled. 5 years ago
Chris Mason 14cf91f704 stm32: In link script, define start of stack separately from heap end. 6 years ago
Damien George 8b18cfedee stm32/usbd_msc: Allow to compile when USB enabled and SD card disabled. 5 years ago
Damien George 53200247b7 stm32/usb: Add "msc" kw-arg to pyb.usb_mode to select MSC logical units. 5 years ago
Damien George 9e68eec8ea stm32/usb: Use ARG_xxx enums to access kw args in pyb_usb_mode. 5 years ago
Damien George 38bcc99a58 stm32/usbd_msc: Provide Mode Sense response data in MSC interface. 5 years ago
Damien George 829aa58c5c stm32/usbd_msc: Provide custom irquiry processing by MSC interface. 5 years ago
Damien George 518aa571ab stm32/usbd_msc: Rework USBD MSC code to support multiple logical units. 5 years ago
Damien George 9d3031cc9d tools/mpy-tool.py: Fix linking of qstr objects in native ARM Thumb code. 5 years ago
Damien George 62f004ba42 stm32/lwip_inc: Update to enable mDNS, TCP listen backlog, faster DHCP. 6 years ago
Damien George 9e4b3681fd stm32: Support optional lwIP mDNS responder. 6 years ago
Damien George 49388e339e extmod/extmod.mk: Include mdns app source in lwIP build. 6 years ago
Damien George fd839221fd stm32/boards/PYBD_SFx: Enable ussl module using mbedTLS. 6 years ago
Damien George fed4c23590 stm32: Integrate optional mbedTLS component for ussl module. 6 years ago
Damien George ef7357d4ab extmod/modussl_mbedtls: Allow to build with object representation D. 6 years ago
Damien George 9d72f07b6d unix/mpconfigport.mk: Update comment about TLS implementations. 6 years ago
Damien George 678ec182cd extmod/extmod.mk: Integrate mbedTLS so it is built from source. 6 years ago
Damien George 399417adba lib: Add new submodule for mbedtls, currently at v2.17.0. 6 years ago
Damien George cd6b115815 extmod: Factor out makefile rules from py.mk to new extmod.mk file. 6 years ago
Yonatan Goldschmidt 7cf26ca4bd py/obj: Optimise small-int comparison to 0 in mp_obj_is_true. 6 years ago
Damien George faf3d3e9e9 tools/mpy-tool.py: Fix linking qstrs in native code, and multiple files. 6 years ago
Damien George ce8262a164 stm32/modnetwork: Replace generic netif NIC polling with specific code. 6 years ago
Damien George 62fe47aa3a stm32/boards/PYBD_SFx: Enable CYW43 WLAN driver. 6 years ago
Damien George 8b7409c295 stm32: Integrate in the cyw43 driver and network.WLAN class. 6 years ago
Damien George 12ed6f91ee stm32: Add low-level SDIO interface for cyw43 driver. 6 years ago
Damien George 370a8116c4 stm32/mphalport: Add support for having MAC in OTP region. 6 years ago
Damien George 10e173aaea stm32/extint: Add extint_set() function for internal C access to EXTI. 6 years ago
Damien George 345e9864aa stm32/modpyb: Add pyb.country() function to set the country. 6 years ago
Damien George cf1c131f73 extmod: Add network-level class binding to cyw43 driver. 6 years ago
Damien George 7b70ab7258 drivers: Add driver for CYW43xx WiFi SoCs. 6 years ago
Damien George 53f2ac9017 gitattributes: Mark *.a files as binary. 6 years ago
Damien George 1043f1a047 lib/netutils: Add DHCP server component. 6 years ago
Damien George 4173950658 mpy-cross: Do not automatically build mpy-cross, rather do it manually. 6 years ago
Damien George 0a6c479187 lib/cmsis: Upgrade to CMSIS 5.5.1. 6 years ago
Nicko van Someren 6077d17150 docs/machine: Add initial docs for new machine.SDCard class. 6 years ago
Nicko van Someren 8e3af7d4c8 esp32: Add machine.SDCard class using built-in HW SD/MMC controller. 6 years ago
Damien George 84f1067f7f travis: Build PYBD_SF2 board as part of the stm32 job. 6 years ago
Damien George 8f55c74533 stm32/boards: Add board definition files for PYBD -SF2, -SF3, -SF6. 6 years ago
Damien George 34cae24e30 stm32/boards/pllvalues.py: Search nested headers for HSx_VALUE defines. 6 years ago
Damien George f8274d5e7d stm32/boards/make-pins.py: Allow pins.csv to skip or hide board-pin name 6 years ago
Damien George 3fc7c8e35c stm32/usb: Include py/mpconfig.h instead of mpconfigboard.h. 6 years ago
Martin Dybdal de76f73d34 esp32/machine_timer: Reuse Timer handles, deallocate only on soft-reset. 6 years ago
Damien George ff91b05cfa stm32/usb: Support up to 3 VCP interfaces on USB device peripheral. 6 years ago
Damien George 0c29502ad9 stm32/usb: Refactor CDC VCP code to enable N CDC interfaces. 6 years ago
Damien George a4f1d82757 py/nativeglue: Remove dependency on mp_fun_table in dyn-compiler mode. 6 years ago
Damien George bff4e13009 py/nativeglue: Make private glue funs all static, remove commented code. 6 years ago
Damien George 6f75c4f3cd all: Bump version to 1.11. 6 years ago
Damien George 2715f3b696 LICENSE: Update year range in top-level license. 6 years ago
Damien George 0bb6b63e66 stm32/mboot/README: Fix some typos, describe bootloader and fwupdate.py. 6 years ago
Andrew Leech 66bcb5596a stm32/modmachine: In bootloader() disable caches before reset of periphs 6 years ago