10494 Commits (973c87d8fa41c3ae0c46be4f234726ecc3ac9d8a)
 

Author SHA1 Message Date
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
Damien George 019dd84af1 extmod/modlwip: Register TCP close-timeout callback before closing PCB. 6 years ago
Damien George 734ada3e29 extmod/modlwip: Free any incoming bufs/connections before closing PCB. 6 years ago
Damien George 883e987b90 esp32/modsocket: Raise EAGAIN when accept fails in non-blocking mode. 6 years ago
Damien George 8c9758ff2e unix/modusocket: Raise ETIMEDOUT when connect or accept has timeout. 6 years ago
Tom Manning 887a6712c2 esp32/machine_touchpad: Use HW timer for FSM to enable wake-on-touch. 6 years ago
Damien George ab26553759 py/vm: Remove obsolete comments about matching of exception opcodes. 6 years ago
Andrew Leech 1470184bdd stm32/sdram: Update MPU settings to block invalid region, change attrs. 6 years ago
Damien George 5357dad52e esp8266: Fix ticks_ms to correctly handle wraparound of system counter. 6 years ago
Paul Sokolovsky c4a6d9c631 zephyr: Switch back to enabling I2C in board-specific configs. 6 years ago