summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-13py/objnamedtuple: Fix segfault with empty namedtuple.Lars Haulin
2022-07-13tools/autobuild: Add nrf port to autobuild scripts.iabdalkader
2022-07-12rp2/CMakeLists: Use armv6m mpy-cross arch for rp2.Jim Mussared
2022-07-12py/vm: Consistently indent #if guards to match the code they surround.Damien George
2022-07-12py/vm: In YIELD_FROM opcode, expand helper macros and remove them.Damien George
2022-07-12py/vm: Remove check for ip being NULL when handling StopIteration.Damien George
2022-07-12unix/main: Restore tty settings on nlr_jump_fail().David Lechner
2022-07-12py/emitnative: Fix STORE_ATTR viper code-gen when value is not a pyobj.Jim Mussared
2022-07-12shared/netutils/dhcpserver: Match default DNS to server IP.Phil Howard
2022-07-12rp2/mphalport: Fix missing storage_read_blocks symbol in debug build.Peter Harper
2022-07-12rp2/mpconfigport: Make networking options consistent across boards.Jim Mussared
2022-07-12rp2: Make atomic sections suspend the other core (if active).Jim Mussared
2022-07-12rp2: Run USB stack task exclusively from core 0.Jim Mussared
2022-07-12py/vm: Document internal SELECTIVE_EXC_IP option.Jim Mussared
2022-07-12py/scheduler: De-inline and fix race with pending exception / scheduler.Jim Mussared
2022-07-11stm32/sdram: Include boardctrl.h for fatal-error handler.Damien George
2022-07-08stm32/boardctrl: Allow boards to override fatal-error handler.Damien George
2022-07-08esp8266/boards: Enable reverse-special-methods on GENERIC board.Damien George
2022-07-08esp32/modmachine: Fix machine.freq to allow maximum 160MHz on ESP32-C3.Damien George
2022-07-08tools/mpremote: Don't be verbose when using cat command.Damien George
2022-07-08tools/pyboard.py: Add verbose option to filesystem_command.Damien George
2022-07-08drivers/lps22h: Use machine.idle for power saving.iabdalkader
2022-07-08nrf/modmachine: Add machine.idle() function.iabdalkader
2022-07-07nrf/boards/arduino_nano_33_ble: Add Arduino Nano 33 BLE sense board.iabdalkader
2022-07-07drivers/lps22h: Add LPS22HB/HH pressure sensor driver.iabdalkader
2022-07-07drivers/lsm9ds1: Add LSM9DS1 IMU driver.iabdalkader
2022-07-07drivers/hts221: Add HTS221 humidity sensor driver.iabdalkader
2022-07-05nrf/Makefile: Drop unused MPY_CROSS and MPY_TOOL variables.David Lechner
2022-07-05stm32/mboot: Remove redundant code in mboot_state_change function.Damien George
2022-07-05unix/moduos: Include errno.h.David Lechner
2022-07-05esp32,esp8266: Rename WLAN dhcp_hostname config to hostname.IhorNehrutsa
2022-07-05rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Add urequests module.Jim Mussared
2022-07-05rp2/CMakeLists: Don't override cyw43-driver unless necessary.Jim Mussared
2022-07-05rp2/CMakeLists: Give error if required submodules are missing.Jim Mussared
2022-07-05rp2/Makefile: Regenerate cmake if generated Makefile missing.Jim Mussared
2022-07-05rp2/mpconfigport: Factor core event handling to EVENT_POLL_HOOK_FAST.Damien George
2022-07-05rp2/main: Set default AP auth mode to WPA2_AES_PSK.Damien George
2022-07-05extmod/network_cyw43: Add "security" config option to get/set auth mode.Damien George
2022-07-05lib/cyw43-driver: Update cyw43-driver to fix ap_auth mode setting.Damien George
2022-07-05rp2/boards/GARATRONIC_PYBSTICK26_RP2040: Change pico-sdk board name.Damien George
2022-07-02stm32/Makefile: Fix setting of define that enables WIZNET5K driver.Jim Mussared
2022-06-30rp2/boards/PICO_W: Add new Pico W board, an RP2040 with WiFi.Damien George
2022-06-30rp2: Integrate CYW43xx WiFi driver.Damien George
2022-06-30rp2/mpnetworkport: Convert network task scheduling to use PendSV IRQ.Damien George
2022-06-30rp2/rp2_flash: Add asserts for size of flash filesystem partition.Damien George
2022-06-30rp2/lwip_inc: Enable lwIP status callback.Damien George
2022-06-30rp2/mbedtls: Enable some more mbedtls options.Damien George
2022-06-30lib/pico-sdk: Update to version 1.4.0.Damien George
2022-06-30lib/cyw43-driver: Add new submodule for CYW43xx WiFi driver.Damien George
2022-06-30extmod/modnetwork: Include cyw43-driver header if it's enabled.Damien George