14823 Commits (2eba98f1e0d292de0f7e48ce228221ef50c01967)
 

Author SHA1 Message Date
Damien George 67097d8c2b esp32/network_lan: Fix compilation on IDF lower than v4.4. 2 years ago
Damien Tournoud c7301b8d03 esp32/network_lan: Fix setting MAC address of ethernet devices. 2 years ago
Damien Tournoud e982c1d8de esp32/network_lan: Add support for SPI-based ethernet chips. 2 years ago
robert-hh 30bac47b12 docs/esp32/quickref: Add docs for the LAN interface constructor. 2 years ago
robert-hh 4b52003fb8 esp32/network_lan: Support configuration of ETH ref_clk pin. 2 years ago
robert-hh efb4bd3555 esp32/network_lan: Add support for LAN8710 PHY. 2 years ago
Damien George fc745d85fe tests/extmod/ure_namedclass: Add tests for named classes in class sets. 2 years ago
Damien George 64193c7de9 lib/re1.5: Add support for named classes in class sets. 3 years ago
Damien George bd86ce5f82 lib/re1.5: Reduce code size when checking for named class char. 2 years ago
robert-hh 1583c1f670 mimxrt: Set MICROPY_GC_STACK_ENTRY_TYPE to uint32_t for large RAM. 2 years ago
robert-hh e78e0b7418 py/gc: Increase the address length in gc_dump_alloc_table(). 2 years ago
David Lechner 4eefe78e8e github/workflows/code_size: Print code size change. 2 years ago
iabdalkader d02f089058 rp2/boards: Add pin CSV files to board definitions. 2 years ago
iabdalkader 7d01f38170 drivers/ninaw10: Implement machine.Pin external pin controls. 2 years ago
iabdalkader c214c9e648 rp2/machine_pin: Add support for named pins and alternate functions. 2 years ago
iabdalkader 66e0cfc3b9 rp2/machine_pin: Refactor the machine.Pin class for external GPIO. 2 years ago
Dorukyum f4811b0b42 docs/library/socket: Use correct sockaddr variable name. 2 years ago
Jos Verlinde d263438a6e tools/pyboard.py: Set DTR on Windows to avoid ESPxx hard reset. 2 years ago
Jim Mussared aa64280666 tools/pyboard.py: Add fs_{listdir,readfile,writefile,stat}. 2 years ago
Jim Mussared 6013d27dd5 tools/pyboard.py: Add parse kwarg to eval. 2 years ago
Jim Mussared 77002a92bf tools/pyboard.py: Fix Python 2 compatibility. 2 years ago
Andrew Leech fa57ee971b stm32/boards: Consolidate linker snippets to reduce duplication. 2 years ago
Philip Peitsch edc92d18db py/map: Clear value when re-using slot with ordered dictionaries. 4 years ago
Paul Warren a322ebafc0 docs/library/rp2.StateMachine: Expand put() documentation. 2 years ago
Stig Bjørlykke 209a6bb6b7 docs/rp2: Make LED have exactly 50% duty cycle in PIO 1Hz example. 2 years ago
robert-hh 5890a17ae0 rp2/rp2_flash: Call MICROPY_EVENT_POLL_HOOK_FAST after reading flash. 2 years ago
Paul Grayson b208cf23e2 rp2/mphalport: Change order of pin operations to prevent glitches. 2 years ago
Paul Grayson f0f5c6568d rp2/machine_pwm: Fix overflows with freq > 268 MHz. 2 years ago
Paul Grayson b5823604a0 rp2/machine_pwm: Use more accurate formulas for freq and duty_u16. 2 years ago
Florian Weimer f24cfd1a69 extmod/axtls-include: Add back needed header files for building axTLS. 2 years ago
Damien George 699477d12d extmod/network_cyw43: Fix handling of networks with open security. 2 years ago
Damien George b151422cb2 lib/cyw43-driver: Update driver to latest version. 2 years ago
Felix Dörre 439298be15 rp2: Fix lightsleep to work with interrupts and cyw43 driver. 2 years ago
robert-hh 57bb1e0474 tools/autobuild: Create .uf2 file for seeed_xiao_nrf52. 2 years ago
David Lechner 3b285326e3 github/workflows: Update existing comments for code_size_comment. 2 years ago
Red_M 1290329415 esp32/boards/GENERIC_S3_SPIRAM_OCT: Add ESP32S3 board with Octal SPIRAM. 3 years ago
Damien George bb77c1d5a3 stm32/powerctrl: Fix build on STM32G0xx and STM32H7Bx MCUs. 2 years ago
Damien George 910f579403 py/emitnative: Initialise locals as Python object type for native code. 2 years ago
Damien Tournoud ed58d6e4ce extmod/modussl_mbedtls: Fix support for ioctl(MP_STREAM_POLL). 2 years ago
robert-hh 988b6e2dae renesas-ra: Add the UART methods uart.txdone() and uart.flush(). 2 years ago
Jim Mussared 9e91764671 py/obj: Remove unused MP_DEFINE_CONST_OBJ_FULL_TYPE macro. 2 years ago
Jim Mussared 68090cc6cd cc3200: Remove unused NIC type customisation. 2 years ago
Jim Mussared 5f8f32f917 extmod/modnetwork: Use a type protocol to implement NIC functions. 2 years ago
brave ulysses 7f71057a89 stm32/boards/NUCLEO_F756ZG: Add board definition for NUCLEO-F756ZG. 2 years ago
iabdalkader 5b7f71882b stm32/powerctrl: Improve standby mode entry code for H7 MCUs. 2 years ago
robert-hh 564945a2a0 nrf/boards/seeed_xiao_nrf52: Add defn for Seeed XIAO NRF52840 Sense. 2 years ago
Jim Mussared 6d460d33dc samd/boards/SEEED_XIAO: Rename to SEEED_XIAO_SAMD21. 2 years ago
Damien Tournoud fd1e66edb3 esp32/usb: Cleanup connection detection. 2 years ago
Jim Mussared 9bec52a2f8 esp32/main: Don't call usocket_events_deinit if unavailable. 2 years ago
Wind-stormger 3a3739037d esp32/machine_touchpad: Fix TouchPad for ESP32S2, ESP32S3. 2 years ago