circuitpython/ports
robert-hh 2b5a5a0f35 samd/samd_qspiflash: Add QSPI flash driver and configure it accordingly.
The QSPI driver provides the interface for using an on-board QSPI flash for
the filesystem.  It provides the same methods as the driver for the
internal flash and uses the same name.  Therefore, only one of the drivers
for internal flash, SPI flash and QSPI flash must be enabled at a time.

Signed-off-by: robert-hh <robert@hammelrath.com>
2023-06-06 00:49:36 +10:00
..
bare-arm bare-arm/mpconfigport.h: Disable remaining optional features. 2021-11-01 14:23:06 +11:00
cc3200 ports: Standardise docs link in help text. 2023-06-02 11:48:46 +10:00
embed embed: Fix arguments to mp_raw_code_load_mem. 2023-03-13 12:35:12 +11:00
esp32 ports: Standardise docs link in help text. 2023-06-02 11:48:46 +10:00
esp8266 ports: Standardise docs link in help text. 2023-06-02 11:48:46 +10:00
mimxrt ports: Standardise docs link in help text. 2023-06-02 11:48:46 +10:00
minimal all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00
nrf ports: Standardise docs link in help text. 2023-06-02 11:48:46 +10:00
pic16bit ports: Implement simple write polling for stdout. 2023-03-23 13:51:17 +11:00
powerpc all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00
qemu-arm shared/runtime/gchelper: Drop cpu directive from ARM asm helpers. 2023-01-28 15:51:38 +11:00
renesas-ra ports: Standardise docs link in help text. 2023-06-02 11:48:46 +10:00
rp2 ports: Standardise docs link in help text. 2023-06-02 11:48:46 +10:00
samd samd/samd_qspiflash: Add QSPI flash driver and configure it accordingly. 2023-06-06 00:49:36 +10:00
stm32 stm32/help: Exclude legacy entries from help, and adjust constant names. 2023-06-02 12:43:58 +10:00
teensy ports: Standardise docs link in help text. 2023-06-02 11:48:46 +10:00
unix unix/main: Add NLR scope for checking module __path__. 2023-06-01 16:21:37 +10:00
webassembly webassembly/modutime: Use extmod version of time module. 2023-04-27 15:11:52 +10:00
windows windows/Makefile: Allow variants to add QSTR_DEFS. 2023-05-11 14:34:15 +10:00
zephyr ports: Standardise docs link in help text. 2023-06-02 11:48:46 +10:00