12821 Commits (4c132614e136970cbd12d927bc6c52e2a7f0f070)
 

Author SHA1 Message Date
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
robert-hh 7cc9b257a9 mimxrt/boards: Update the board.json files and add deploy_xx.md files. 3 years ago
robert-hh d72d699dad mimxrt/boards: Add the Seeed ARCH MIX board. 3 years ago
iabdalkader c3dceb1c32 rp2/boards: Add support for Arduino Nano RP2040. 3 years ago
iabdalkader f082793ac4 drivers/lsm6dsox: Add LSM6DSOX driver and examples. 3 years ago
iabdalkader 3745c393c8 rp2: Add support for Nina-W10 WiFi/BT module. 3 years ago
iabdalkader 43079aaf86 drivers/ninaw10: Add ublox Nina-W10 WiFi/BT module driver. 3 years ago
Mike Teachman b6dbbbe82f rp2/machine_i2s: Add I2S protocol support. 3 years ago
MikeTeachman 6d5296e65e stm32,esp32: In machine_i2s, make object reference arrays root pointers. 3 years ago
MikeTeachman 0be3b91f11 stm32,esp32: In machine_i2s, send null samples in underflow situations. 3 years ago
Magnus von Wachenfeldt 6d9da27c21 esp32: Support building with latest IDF v5. 3 years ago
Damien George ff4f1f3ab3 esp8266/boards/GENERIC: Enable f-strings. 3 years ago
Damien George 1bd47db688 tools/autobuild: Automatically build all mimxrt, rp2 and samd boards. 3 years ago
Damien George fa873ce67c minimal/mpconfigport.h: Disable features that are not needed. 3 years ago
Jim Mussared c9c55032dc minimal/Makefile: Don't force a 32-bit build. 3 years ago
Dave Hylands cb99ca9862 tools/dfu.py: Make tool work with python3 when parsing DFU files. 3 years ago
Andrew Scheller 0adea40716 docs/rp2/general.rst: Fix typo with missing spaces. 3 years ago
Laurens Valk fe120484b6 py/gc: Add hook to run code during time consuming GC operations. 3 years ago
Jim Mussared 693b927687 rp2: Enable optimisations (comp goto, map cache, fast attr). 3 years ago
Damien George c62351fbd6 py/mpconfig.h: Revert MICROPY_REPL_INFO to disabled at all levels. 3 years ago
Jim Mussared b1a0ce46d1 rp2/mpconfigport.h: Use the "extra" feature level. 3 years ago
Jim Mussared 3041881353 stm32/mpconfigport.h: Use the "extra" feature level. 3 years ago
Jim Mussared 0e236eef08 py/mpconfig.h: Define the "extra" feature level. 3 years ago
Damien George ad17d9f001 bare-arm/mpconfigport.h: Disable remaining optional features. 3 years ago
Damien George b4de39c43c bare-arm/mpconfigport.h: Use MICROPY_CONFIG_ROM_LEVEL_MINIMUM. 3 years ago
Damien George 3b011d5ef9 github/workflows: Add new workflow to build ports download metadata. 3 years ago
Mike Causer 7f14344428 ports: Add images, features and urls to board.json. 3 years ago
Damien George 83827e8e63 stm32/uart: Fix race conditions and clearing status in IRQ handler. 3 years ago
Mike Causer 07ea1afe74 esp32/boards/ESP32_S2_WROVER: Link to specific deploy_s2 instructions. 3 years ago
Mike Causer 3ace779e8e esp32/boards/LOLIN_S2_PICO: Add LOLIN_S2_PICO board definition files. 3 years ago
Damien George 1e4849557d esp32/usb: Further improve speed of USB CDC output. 3 years ago
Seon Rozenblum 5b9c9cd097 esp32/boards: Update board and deploy metadata for UM_xxx boards. 3 years ago
Mike Causer 590ec2ca6e stm32/boards: Add images to board.json for Adafruit and VCC_GND boards. 3 years ago
Mike Causer 5bb14c4e46 esp32/boards/LOLIN_S2_MINI: Add image to board.json. 3 years ago
Jim Mussared 910e9f9111 esp32: Add specific deploy_s2.md instructions for esp32-s2. 3 years ago