13753 Commits (ac86e8449afebdef38b02af7acfc0ed535db9d94)
 

Author SHA1 Message Date
David Lechner ac86e8449a drivers/ninaw10/nina_wifi_bsp: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner e5631d9595 unix/alloc: Use MP_REGISTER_ROOT_POINTER() for mmap_region_head. 2 years ago
David Lechner 81dbea1ce3 shared/readline: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner fc3d7ae11b py/make_root_pointers: Add MP_REGISTER_ROOT_POINTER parser/generator. 2 years ago
Yonatan Goldschmidt a8d78cc398 py/obj: Add debug-only runtime checks to mp_obj_is_type(). 5 years ago
Yonatan Goldschmidt 2a6ba47110 py/obj: Add static safety checks to mp_obj_is_type(). 5 years ago
Yonatan Goldschmidt 6670281472 py/misc: Add MP_STATIC_ASSERT_NOT_MSC(). 2 years ago
robert-hh cca2305211 nrf/drivers/usb: Fix reading of a single USB CDC character. 2 years ago
robert-hh be6f0f3b3b nrf/mpconfigport: Call tud_task() in MICROPY_EVENT_POLL_HOOK. 2 years ago
robert-hh c985a0b514 nrf/drivers/usb: Add a tud_cdc_rx_cb() callback to check interrupt char. 2 years ago
robert-hh 60539ea162 nrf/drivers/usb: Probe for interrupt char in USB CDC task. 2 years ago
Stuart Langridge 30c7f1790b nrf/drivers/bluetooth: Handle PHY_UPDATE messages, used in Bluetooth 5. 3 years ago
iabdalkader 262f4a4855 nrf/mpconfigport: Remove obsolete module declarations. 2 years ago
Lars Haulin 5bf3765631 py/objnamedtuple: Fix segfault with empty namedtuple. 2 years ago
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