summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/op_error_intbig.py
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-02-13 22:21:46 +1100
committerDamien George <damien.p.george@gmail.com>2018-02-13 22:21:46 +1100
commitfa13e0d35bc6326fb87676e33a64864e47407a00 (patch)
tree76d17d21d549ea470bbd9fa2cfc1e0b0a8a325b8 /tests/basics/op_error_intbig.py
parent34911f1a57296bda532e2460e28bd351198e1e63 (diff)
downloadmicropython-fa13e0d35bc6326fb87676e33a64864e47407a00.tar.gz
micropython-fa13e0d35bc6326fb87676e33a64864e47407a00.zip
stm32: Factor out flash and SPI block-device code to separate files.
Prior to this patch, storage.c was a combination of code that handled either internal flash or external SPI flash and exposed one of them as a block device for the local storage. It was also exposed to the USB MSC. This patch splits out the flash and SPI code to separate files, which each provide a general block-device interface (at the C level). Then storage.c just picks one of them to use as the local storage medium. The aim of this factoring is to allow to add new block devices in the future and allow for easier configurability.
Diffstat (limited to 'tests/basics/op_error_intbig.py')
0 files changed, 0 insertions, 0 deletions