14039 Commits (b41aaaa8a918a6645ebc6bfa4483bd17286f9263)
 

Author SHA1 Message Date
iabdalkader 2076f2efcc tools/autobuild: Add nrf port to autobuild scripts. 2 years ago
Jim Mussared 74794d42b8 rp2/CMakeLists: Use armv6m mpy-cross arch for rp2. 2 years ago
Damien George b878fc042f py/vm: Consistently indent #if guards to match the code they surround. 2 years ago
Damien George 893a5c8341 py/vm: In YIELD_FROM opcode, expand helper macros and remove them. 2 years ago
Damien George d84220b8c6 py/vm: Remove check for ip being NULL when handling StopIteration. 2 years ago
David Lechner 093c4b6b26 unix/main: Restore tty settings on nlr_jump_fail(). 3 years ago
Jim Mussared 9714a0ead5 py/emitnative: Fix STORE_ATTR viper code-gen when value is not a pyobj. 2 years ago
Phil Howard e1282556e8 shared/netutils/dhcpserver: Match default DNS to server IP. 2 years ago
Peter Harper 9f0f7e34c7 rp2/mphalport: Fix missing storage_read_blocks symbol in debug build. 2 years ago
Jim Mussared c5563aa024 rp2/mpconfigport: Make networking options consistent across boards. 2 years ago
Jim Mussared 662dc8602b rp2: Make atomic sections suspend the other core (if active). 2 years ago
Jim Mussared daff597753 rp2: Run USB stack task exclusively from core 0. 2 years ago
Jim Mussared 158f1794e8 py/vm: Document internal SELECTIVE_EXC_IP option. 2 years ago
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