13192 Commits (9a3e1a18081c8c6a08e2a2efcfefcc4d96e9a8da)
 

Author SHA1 Message Date
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
Frédéric Pierson fdb925c4c1 stm32/boards: Add PYBSTICK26 F411 board definition. 3 years ago
Frédéric Pierson c422ca3da1 rp2/boards: Add PYBSTICK26 RP2040 board definition. 3 years ago
robert-hh 81f706aee4 mimxrt: Support PWM using the FLEXPWM and QTMR modules. 3 years ago
Damien George bb7aae557b tools/autobuild: Automatically build all stm32 boards. 3 years ago
Damien George 90554d03c0 stm32/boards: Build NUCLEO_WB55 and STM32F769DISC without mboot enabled. 3 years ago
Laurens Valk e2ca8ab8fc py/runtime: Allow types to use both .attr and .locals_dict. 4 years ago
Damien George 01ceb9aca3 stm32/dma: Make DMA2_Stream3 exclusive to SDIO when CYW43 enabled. 3 years ago
Damien George dfa75f33a5 stm32/sdio: Don't explicitly disable DMA2 on deinit of SDIO. 3 years ago
Peter Boin e83aa252f7 stm32/main: Run optional frozen module at boot. 3 years ago
Damien George 123dcdb8e5 py/modsys: Replace non-ASCII quote char with ASCII char. 3 years ago
Damien George 78ab2eeda3 py/showbc: Print unary-op string when dumping bytecode. 3 years ago
Lorenzo Cappelletti 8f0e304e65 stm32/boards: Add new board MikroElektronika Quail, and F427 support. 3 years ago
Lorenzo Cappelletti 16c7a80874 stm32/boards/MIKROE_CLICKER2_STM32: Add more detail to board.json. 3 years ago