13707 Commits (5f4143dd40ceb120db3edd3e4446f01b4240313d)
 

Author SHA1 Message Date
Jim Mussared 5f4143dd40 rp2/CMakeLists: Give error if required submodules are missing. 2 years ago
Jim Mussared 651b370484 rp2/Makefile: Regenerate cmake if generated Makefile missing. 2 years ago
Damien George 85be3d3da8 rp2/mpconfigport: Factor core event handling to EVENT_POLL_HOOK_FAST. 2 years ago
Damien George 4b9a2abbde rp2/main: Set default AP auth mode to WPA2_AES_PSK. 2 years ago
Damien George d660a0c3d1 extmod/network_cyw43: Add "security" config option to get/set auth mode. 2 years ago
Damien George f4e69ab103 lib/cyw43-driver: Update cyw43-driver to fix ap_auth mode setting. 2 years ago
Damien George 3d76292f37 rp2/boards/GARATRONIC_PYBSTICK26_RP2040: Change pico-sdk board name. 2 years ago
Jim Mussared 6519b1b95e stm32/Makefile: Fix setting of define that enables WIZNET5K driver. 2 years ago
Damien George 99c2589778 rp2/boards/PICO_W: Add new Pico W board, an RP2040 with WiFi. 2 years ago
Damien George 50e46552c0 rp2: Integrate CYW43xx WiFi driver. 2 years ago
Damien George c001cfa603 rp2/mpnetworkport: Convert network task scheduling to use PendSV IRQ. 2 years ago
Damien George 7cdad05e54 rp2/rp2_flash: Add asserts for size of flash filesystem partition. 2 years ago
Damien George c95f99105a rp2/lwip_inc: Enable lwIP status callback. 2 years ago
Damien George 11f920f8ad rp2/mbedtls: Enable some more mbedtls options. 2 years ago
Damien George f525e17793 lib/pico-sdk: Update to version 1.4.0. 2 years ago
Damien George 18a010b5b1 lib/cyw43-driver: Add new submodule for CYW43xx WiFi driver. 2 years ago
Damien George 4f30c60dcb extmod/modnetwork: Include cyw43-driver header if it's enabled. 2 years ago
Damien George 7dd818052e extmod/network_cyw43: Support new cyw43-driver. 2 years ago
Damien George f75e611054 extmod/vfs: Prevent uninitialized variable warning for path_out. 2 years ago
Damien George f1b5761ced py/mkrules.cmake: Improve printing of git-submodules error. 2 years ago
Jim Mussared 797a83ac3e rp2/mpthreadport: Ensure core1 doesn't hold gc lock in deinit. 2 years ago
Damien George b004e7e397 rp2/modmachine: Implement lightsleep() with optional sleep period. 2 years ago
Damien George 932556d5fc tests/micropython: Add test for builtin execfile() function. 2 years ago
Damien George afa4d0a4b7 unix/variants/dev: Allow all config options to be overridden. 2 years ago
Damien George 510bea9383 unix/variants/coverage: Change config to use ROM level everything. 2 years ago
Damien George fad978ae5f unix/variants: Enable remaining options on dev,coverage from ROM extra. 2 years ago
Damien George fe55d3e016 unix/variants: Move setting of MICROPY_PY_USELECT to port config file. 2 years ago
Damien George 6e83bb47eb py/builtinhelp: Don't show help for an MP_MODULE_ATTR_DELEGATION_ENTRY. 2 years ago
Angus Gratton e024a4c59c tests: Fix run-perfbench parsing "no matching params" case. 2 years ago
Angus Gratton ad308bc322 tests: Add an explanation of run-perfbench.py. 2 years ago
Damien George ccaf197807 esp32/network_wlan: Don't raise exception when scan returns no results. 2 years ago
Angus Gratton dd77dbd4f7 stm32/boards: Enable LTO by default on boards with smaller flash size. 2 years ago
Angus Gratton 5568c324ba tests/perf_bench: Add some configurations for N=32, M=10. 2 years ago
Angus Gratton e76d88b531 stm32/Makefile: Enable link-time-optimisation via LTO=1 make option. 2 years ago
Angus Gratton 2c015375d1 stm32: Use a separate symbol name for the bootloader state pointer. 2 years ago
Damien George 5b66d08609 py/builtin: Remove unnecessary module declarations. 2 years ago
Damien George e22b7fb4af py/objfun: Support function attributes on native functions. 2 years ago
Damien George 268ec1e3eb tests/basics: Add tests for __name__ and __globals__ attrs on closures. 2 years ago
Michael Bentley d68532558d py/objclosure: Forward function attributes for closures. 3 years ago
Koen De Vleeschauwer 432b65f178 stm32/usb: Expose USB HID device instance via usbd_hid_get(). 4 years ago
Jim Mussared 3ce21945b1 docs/library/bluetooth: Add link to aioble. 2 years ago
Philipp Ebensberger 4ce1adab31 mimxrt/boards: Remove conditional assignment of flash type/size. 2 years ago
Philipp Ebensberger 434974ec77 mimxrt/Makefile: Fix some minor formatting inconsistencies. 2 years ago
Philipp Ebensberger c957c76f4d mimxrt/Makefile: Rework floating point config. 2 years ago
Philipp Ebensberger bec0524dbf mimxrt/Makefile: Rework board flash type handling. 2 years ago
Philipp Ebensberger 84339aa8ec mimxrt/Makefile: Modify handling of SDCARD option. 2 years ago
Philipp Ebensberger b1aec393b1 mimxrt/Makefile: Modify handling of SDRAM option. 2 years ago
Philipp Ebensberger fbc50196ad mimxrt/Makefile: Refactor Makefile and divide it into sections. 2 years ago
Damien George db7682e02d extmod/uasyncio: Implement stream read(-1) to read all data up to EOF. 4 years ago
Damien George 2a2589738c tests/extmod: Add heap-lock test for stream writing. 2 years ago