185 Commits (58bed5ec14a2575fd53ca1822be80860f7e3023a)

Author SHA1 Message Date
Jim Mussared 9a7ac41be6 rp2/Makefile: Always use cmake to discover submodules. 2 years ago
Peter Harper 45ab801c30 rp2/cyw43_configport: Add event hook into cyw43_delay_ms. 2 years ago
Jim Mussared 092784da19 ports: Remove unused mp_type_{fileio/textio} macros in mpconfigport.h. 2 years ago
robert-hh 0c45a28d24 rp2/rp2_pio: Fix StateMachine.restart when PIO program is shared. 2 years ago
Damien George f64862a766 rp2/cyw43_configport: Set CYW43_WIFI_NVRAM_INCLUDE_FILE value. 2 years ago
Peter Harper 33d6994d4c rp2/cyw43_configport: Set CYW43_EVENT_POLL_HOOK value. 2 years ago
Jim Mussared a053827084 extmod/network_ninaw10: Move ninaw10 root pointer registrations here. 2 years ago
Jim Mussared 8b4298a4bf rp2/mpbthciport: Remove mp_bthci_uart from set of root pointers. 2 years ago
robert-hh 80339f1a33 ports: Adapt mimxrt, nrf and rp2 ports to work with latest TinyUSB. 2 years ago
Damien George b89422ceaa extmod: Always use custom mbedtls error message code. 2 years ago
David Lechner 7e4b205cb0 py/mpstate: Drop MICROPY_PORT_ROOT_POINTERS from mp_state_vm_t. 2 years ago
David Lechner ffa22b8f97 rp2: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner a3703584fe extmod/modnetwork: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner e531b72b56 extmod/nimble: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner ac86e8449a drivers/ninaw10/nina_wifi_bsp: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner 81dbea1ce3 shared/readline: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
Jim Mussared 74794d42b8 rp2/CMakeLists: Use armv6m mpy-cross arch for rp2. 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 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 3d76292f37 rp2/boards/GARATRONIC_PYBSTICK26_RP2040: Change pico-sdk board name. 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
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
iabdalkader de823e7741 rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Enable Arduino 1200bps touch. 3 years ago
Damien George f5769698e5 extmod/modlwip: Clean up inclusion of modlwip in build process. 2 years ago
iabdalkader f522aabab2 rp2/modmachine: Allow boards to provide custom bootloader code. 3 years ago
Andrew Scheller cedb93c179 docs: Update Raspberry Pi URLs from .org to .com. 2 years ago
Damien George bd375df02c extmod/extmod.cmake: Require components to be explicitly enabled. 2 years ago
Damien George 9670a156da all: Rename MICROPY_PY_WIZNET5K to MICROPY_PY_NETWORK_WIZNET5K. 2 years ago
Damien George 66dfe17b18 rp2/CMakeLists: Simplify qstr sources when enabling extmod components. 2 years ago
Damien George a446a7bdef rp2/mpnetworkport: Fix lwip alarm callback timing to use microseconds. 2 years ago
iabdalkader 2111ca0b8f rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Update USB PID. 3 years ago
Andrew Leech ffe5f2efe2 rp2/Makefile: Build in debug mode with "make DEBUG=1". 3 years ago
Andrew Leech 1b80aa9ce3 rp2/boards/W5100S_EVB_PICO: Add Wiznet W5100S-EVB-Pico board. 3 years ago
Andrew Leech bca816f5ac rp2: Add support for using Wiznet hardware as an Ethernet NIC. 3 years ago
Andrew Leech 15fea3a1ff rp2: Integrate lwIP network stack. 3 years ago
Andrew Leech 7d9cc69645 rp2/Makefile: Use cmake for "make submodules" task when needed. 3 years ago