12905 Commits (5ca56aaf166c3e7cda178dfe809f8caf599b1dff)
 

Author SHA1 Message Date
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
iabdalkader 78425208ba nrf/main: Use VFS helper function to mount fs and chdir. 3 years ago
iabdalkader f7a0c98e00 extmod/network_ninaw10: Fix scan list order to match other NICs. 3 years ago
iabdalkader b65d17fced drivers/ninaw10: Fix BSSID byte order, and add null byte to ESSID. 3 years ago
Jim Mussared 841eeb158e drivers/neopixel: Avoid heap alloc in fill(). 3 years ago
Mike Causer 172a031dff rp2/boards/PIMORONI_PICOLIPO_16MB: Fix 16MB flash size. 3 years ago
NitiKaur b851950c26 docs/library/sys.rst: Add docs for sys.settrace. 3 years ago
NitiKaur e538d8a5a6 docs/rp2/quickref.rst: Add section on PIO. 3 years ago
Damien George 01f1c3aac2 docs/reference/filesystem.rst: Add detail on how to use littlefs fuse. 3 years ago
Seon Rozenblum 1904833e0c esp32: Add SDCard support for S3, and a GENERIC_S3_SPIRAM board. 3 years ago
oli f72b49756d docs/library/rp2.rst: Update function asm_pio_encode to add sideset_opt. 3 years ago
oli 0a9335ecaa rp2/rp2_pio: Support exec with sideset. 3 years ago
Peter van der Burg 3dc9a42bc2 samd/README.md: Update README to reflect new features and boards. 4 years ago
Peter van der Burg b991902983 samd/boards/SEEED_XIAO: Add new board definition. 4 years ago
Peter van der Burg ef4e63aabc samd/boards/SEEED_WIO_TERMINAL: Add new board definition. 4 years ago
Peter van der Burg 771d673e5c samd/boards/SAMD21_XPLAINED_PRO: Update for flash and pins. 4 years ago
Peter van der Burg fb79e58636 samd/boards/ADAFRUIT_TRINKET_M0: Update for flash and pins. 4 years ago
Peter van der Burg 3d33dbedc9 samd/boards/MINISAM_M4: Update for flash and pins. 4 years ago
Peter van der Burg 199b6a8a8b samd/boards/ADAFRUIT_ITSYBITSY_M4_EXPRESS: Update for flash and pins. 4 years ago
Peter van der Burg 72cb4ff596 samd/boards/ADAFRUIT_FEATHER_M0_EXPRESS: Update for flash and pins. 4 years ago
Peter van der Burg 2f65ded1a2 samd: Add Pin and LED classes, and machine.unique_id. 4 years ago
Peter van der Burg 2121353602 samd: Add internal flash block device, filesystem and uos support. 4 years ago
Peter van der Burg 4c132614e1 samd/samd_soc: Allow a board to configure the low-level MCU config. 4 years ago
Peter van der Burg cd2223b8fe samd: Integrate latest asf4, add help, more time funcs and uPy features. 4 years ago
Damien George f27be2d78a lib/asf4: Point submodule to latest commit on circuitpython branch. 3 years ago
stijn 5900257dd6 extmod/uplatform: Use generic custom platform string. 3 years ago
stijn 1e5875557a extmod/uplatform: Remove unused definitions. 3 years ago
retsyo e5f9e2febc windows/mpconfigport.h: Enable help and help("modules"). 4 years ago
Matt van de Werken a4c0f52714 stm32/led: Support an extra 2 LEDs in board configuration. 4 years ago
Sebastian Wicki 8f3510799d docs/library/framebuf.rst: Adjust dimensions in example. 4 years ago
Pooya Moradi 95ccd9a005 nrf/Makefile: Improve Black Magic Probe commands. 4 years ago
jc_.kim 19f09414a6 tests/micropython/const.py: Add comment about required config for test. 4 years ago
Damien George 43d08688c3 extmod/uasyncio: Fix gather returning exceptions from a cancelled task. 3 years ago
Alexey 'alexxy' Shvetsov 5cf71b5596 shared/libc/string0: Don't include string.h, and provide __memcpy_chk. 5 years ago
Henk Vergonet d11ff0499f unix/modos: Add support for uos.urandom(n). 6 years ago
robert-hh 5ed7a748f0 rp2/boards: Add neopixel.py to manifest.py. 3 years ago
robert-hh b73d8b045a rp2/machine_bitstream: Implement the machine.bitstream driver. 3 years ago
robert-hh 7d7d29dbe2 mimxrt: Fix mp_hal_quiet_timing_enter()/exit() so timer still runs. 3 years ago