13726 Commits (8db99f11a7da84e29c2e9b37e9f224ab424d73e1)
 

Author SHA1 Message Date
Jim Mussared 8db99f11a7 py/scheduler: De-inline and fix race with pending exception / scheduler. 2 years ago
Damien George 1329155b96 stm32/sdram: Include boardctrl.h for fatal-error handler. 2 years ago
Damien George 9af6a275dd stm32/boardctrl: Allow boards to override fatal-error handler. 2 years ago
Damien George 9f8087b448 esp8266/boards: Enable reverse-special-methods on GENERIC board. 2 years ago
Damien George d7a162516e esp32/modmachine: Fix machine.freq to allow maximum 160MHz on ESP32-C3. 2 years ago
Damien George 80bc9b3dee tools/mpremote: Don't be verbose when using cat command. 2 years ago
Damien George 7e5137e0ae tools/pyboard.py: Add verbose option to filesystem_command. 2 years ago
iabdalkader 474c47d595 drivers/lps22h: Use machine.idle for power saving. 2 years ago
iabdalkader 6753c53318 nrf/modmachine: Add machine.idle() function. 2 years ago
iabdalkader 5c31a6c023 nrf/boards/arduino_nano_33_ble: Add Arduino Nano 33 BLE sense board. 3 years ago
iabdalkader 7d32b770f2 drivers/lps22h: Add LPS22HB/HH pressure sensor driver. 2 years ago
iabdalkader 6c07e9eb27 drivers/lsm9ds1: Add LSM9DS1 IMU driver. 2 years ago
iabdalkader fc6d989f8c drivers/hts221: Add HTS221 humidity sensor driver. 2 years ago
David Lechner 07cae9178f nrf/Makefile: Drop unused MPY_CROSS and MPY_TOOL variables. 2 years ago
Damien George d27e58449b stm32/mboot: Remove redundant code in mboot_state_change function. 2 years ago
David Lechner 5ab7dfe6db unix/moduos: Include errno.h. 2 years ago
IhorNehrutsa 1ea82b6dcc esp32,esp8266: Rename WLAN dhcp_hostname config to hostname. 2 years ago
Jim Mussared 2efaebc899 rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Add urequests module. 2 years ago
Jim Mussared 11ef618bbc rp2/CMakeLists: Don't override cyw43-driver unless necessary. 2 years ago
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