micropython/ports
Mike Causer 172a031dff rp2/boards/PIMORONI_PICOLIPO_16MB: Fix 16MB flash size.
Was incorrectly added as 7MB for an 8MB SPI flash, but this board has a
16MB chip, not 8MB, so it should be 15MB leaving 1MB for MicroPython.

Thanks to @robert-hh
2021-11-19 15:34:07 +11:00
..
bare-arm bare-arm/mpconfigport.h: Disable remaining optional features. 2021-11-01 14:23:06 +11:00
cc3200 ports: Add images, features and urls to board.json. 2021-10-28 15:25:38 +11:00
esp32 esp32: Add SDCard support for S3, and a GENERIC_S3_SPIRAM board. 2021-11-19 14:05:55 +11:00
esp8266 esp8266/boards/GENERIC: Enable f-strings. 2021-11-05 14:05:54 +11:00
javascript
mimxrt mimxrt: Fix mp_hal_quiet_timing_enter()/exit() so timer still runs. 2021-11-16 23:20:06 +11:00
minimal minimal/mpconfigport.h: Disable features that are not needed. 2021-11-05 13:12:18 +11:00
nrf nrf/Makefile: Improve Black Magic Probe commands. 2021-11-17 14:32:02 +11:00
pic16bit
powerpc
qemu-arm
rp2 rp2/boards/PIMORONI_PICOLIPO_16MB: Fix 16MB flash size. 2021-11-19 15:34:07 +11:00
samd samd/README.md: Update README to reflect new features and boards. 2021-11-19 11:49:10 +11:00
stm32 extmod/uplatform: Use generic custom platform string. 2021-11-18 10:46:14 +11:00
teensy
unix unix/modos: Add support for uos.urandom(n). 2021-11-17 12:59:38 +11:00
windows windows/mpconfigport.h: Enable help and help("modules"). 2021-11-17 14:52:39 +11:00
zephyr extmod/modbluetooth: Add connection interval to gap_connect. 2021-10-26 00:16:53 +11:00