diff options
author | Damien George <damien.p.george@gmail.com> | 2017-01-24 16:58:50 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-01-24 16:58:50 +1100 |
commit | d6a2d0016793ad962a8f2b6da48f2a64de84b023 (patch) | |
tree | 206ba04a8821228ce7bfa0ad84f886a223016726 /esp8266/esp8266_common.ld | |
parent | 784e023a2678a528708a2c1430d88e99d60d7128 (diff) | |
download | micropython-d6a2d0016793ad962a8f2b6da48f2a64de84b023.tar.gz micropython-d6a2d0016793ad962a8f2b6da48f2a64de84b023.zip |
stmhal: Add ability to have filesystem stored on external SPI flash.
To use this feature a port should define MICROPY_HW_SPIFLASH_SIZE_BITS
along with x_CS, x_SCK, x_MOSI, x_MISO (x=MICROPY_HW_SPIFLASH). This will
then use external SPI flash on those pins instead of the internal flash.
The SPI is done using the software implementation. There is currently only
support for standard SPI (ie not dual or quad mode).
Diffstat (limited to 'esp8266/esp8266_common.ld')
0 files changed, 0 insertions, 0 deletions