12905 Commits (5ca56aaf166c3e7cda178dfe809f8caf599b1dff)
 

Author SHA1 Message Date
robert-hh 5ca56aaf16 mimxrt: Tidy up the board flash related files. 3 years ago
robert-hh c5dbbf71c0 mimxrt: Use -Og instead of -O0 for DEBUG builds. 3 years ago
robert-hh 64aa0bcb88 mimxrt: Enable ticks_cpu at boot time for NDEBUG builds only. 3 years ago
robert-hh 74e8db0ed1 mimxrt: Refactor the reading of the machine id. 3 years ago
robert-hh 1e9eaa7af5 mimxrt: Add a driver for the DP83848 PHY device. 3 years ago
robert-hh 5d8941ec85 mimxrt: Fix a tiny unnoticed bug in sdcard.c. 3 years ago
robert-hh ea09dccfea mimxrt: Re-Enable eth checksum creation by HW. 3 years ago
robert-hh bbe25f4704 mimxrt: Support selection of PHY type and address. 3 years ago
robert-hh bc1b0fd2c1 mimxrt: Define UART 0 on MIMXRT boards. 3 years ago
iabdalkader 1b7eee24eb extmod/network_ninaw10: Fix config of AP mode. 3 years ago
iabdalkader f21c565583 rp2/machine_uart: Handle and clear UART RX timeout IRQ. 3 years ago
Damien George 5adb1fa40e esp32,esp8266: Extract qstr from object when comparing keys in config(). 3 years ago
Damien George 6995cf03dd stm32/sdcard: Add config option to force MM card capacity. 3 years ago
Damien George b26704aac5 stm32/sdcard: Support 8-bit wide SDIO bus. 3 years ago
Damien George 9a1ab2286d stm32/main: Call sdcard_init when only MICROPY_HW_ENABLE_MMCARD enabled. 3 years ago
Damien George 88ac5a3116 stm32: Update L4 code to build with latest stm32lib and L4 HAL 1.17.0. 3 years ago
Damien George a0f5b3148a lib/stm32lib: Update library for L4 v1.17.0, new G4, WL, and MMC fixes. 3 years ago
Damien George 0892ebe091 stm32/boards: Enable MICROPY_HW_ENABLE_SERVO on various boards. 3 years ago
Damien George 5fc55999b2 stm32/boards: Remove unused MICROPY_HW_ENABLE_TIMER config. 3 years ago
Damien George 10c6f03cbe stm32/boards: Remove stray '+' characters at start of lines in ld files. 3 years ago
Damien George 3f589e2f39 tools/autobuild: Automatically build all esp32 boards. 3 years ago
Damien George c613f5bb49 stm32/boards/LEGO_HUB_NO6: Set filesystem label as HUB_NO6. 3 years ago
Jim Mussared 92f54fe8d9 stm32/boards/NUCLEO_WB55: Fix LED ordering. 3 years ago
Damien George 67f66795c0 tools/mpremote: Implement seek and flush in ioctl method. 3 years ago
Damien George 9ffb1ad2f8 unix/Makefile: Use -Og instead of -O0 for debug builds. 3 years ago
Damien George efde4b2c75 extmod/modure: Redirect regex debug printing to mp_printf. 3 years ago
Damien George 71168ec55c unix/coverage: Change remaining printf to mp_printf. 3 years ago
Jim Mussared 3770fab334 all: Update Python formatting to latest Black version 21.12b0. 3 years ago
IhorNehrutsa b491967bbd esp32/machine_pwm: Implement duty_u16() and duty_ns() PWM methods. 3 years ago
Jim Mussared a7fa18c203 py/builtinimport: Refactor module importing. 5 years ago
Jonathan Hogg 851ecb2da1 extmod/modbluetooth: Support gap_connect(None) to cancel a connection. 3 years ago
Scott Armitage de7e3cd792 docs/library/machine.Pin.rst: Add Pin.ANALOG mode constant. 4 years ago
Michael Buesch 68d1245f42 docs/library/machine.Timer.rst: Document `period` and `callback` args. 4 years ago
Michael Buesch 1e7c8f2b0b docs/library/machine.SPI.rst: Add example SPI usage. 4 years ago
Michael Buesch e7900351bf docs/library/machine.Timer.rst: Document 'id' as positional-only arg. 4 years ago
Peter Hinch d94ac4333f docs/library/uasyncio.rst: Detail exception behaviour in cancel/timeout. 5 years ago
Damien George 23a150789d stm32/boards/make-pins.py: Use cpu pins to define static alt-fun macros. 3 years ago
Damien George 0c9f5b388e stm32: Include HAL MMC code in F4 builds. 3 years ago
Damien George 7e61a12eb1 stm32: Add support for F479 MCUs. 3 years ago
Damien George 35e70c1698 stm32/boards: Convert F413,F439,H743,L4xx,WB55 to new flash FS config. 3 years ago
Damien George 84969194a1 stm32/flashbdev: Support generic flash storage config via link symbols. 3 years ago
iabdalkader 97a7cc243b lib: Update pico-sdk to 1.3.0 and tinyusb to 0.12.0. 3 years ago
Jim Mussared 678f4b959f esp32/boards/GENERIC_S3: Enable BLE on ESP32 S3. 3 years ago
gibbonsc de8dc4bad2 docs/esp8266/tutorial: Fix comments of FrameBuffer examples. 3 years ago
David Michieli 6259aa50eb stm32/boards/NUCLEO_WB55: Update rfcore_firmwre for new WS. 3 years ago
Damien George a0890983ea py/objfun.h: Remove obsolete comments about entries in extra_args. 3 years ago
Jim Mussared e99f7b6d25 tests/cpydiff: Clarify f-string diffs regarding concatenation. 3 years ago
Damien George 11ed94797d py/lexer: Support nested [] and {} characters within f-string params. 3 years ago
Damien George 196d26848a stm32/usb: Use a table of allowed values to simplify usb_mode get/set. 3 years ago
Frédéric Pierson d49df423e0 stm32/boards/NADHAT_PYBF405: Rename board to GARATRONIC_NADHAT_F405. 3 years ago