index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
stm32
/
storage.c
Age
Commit message (
Expand
)
Author
2018-09-12
stm32: Change flash IRQ priority from 2 to 6 to prevent preemption.
Damien George
2018-07-08
stm32: Support compiling with object representation D.
Damien George
2018-05-28
stm32: Allow to have no storage support if there are no block devices.
Damien George
2018-05-02
stm32/irq: Define IRQ priorities directly as encoded hardware values.
Damien George
2018-03-10
stm32/storage: Provide support for a second block device.
Damien George
2018-03-10
stm32/storage: Introduce MICROPY_HW_ENABLE_INTERNAL_FLASH_STORAGE cfg.
Damien George
2018-03-10
stm32/storage: Remove all SPI-flash bdev cfg, to be provided per board.
Damien George
2018-03-10
stm32/storage: Make spi_bdev interface take a data pointer as first arg.
Damien George
2018-03-10
stm32/storage: Merge all misc block-dev funcs into a single ioctl func.
Damien George
2018-03-03
stm32/spibdev: Convert to use multiple block read/write interface.
Damien George
2018-03-02
stm32/storage: Add option for bdev to supply readblock/writeblocks.
Damien George
2018-03-02
stm32/spibdev: Update to work with new spiflash driver.
Damien George
2018-02-13
stm32: Factor out flash and SPI block-device code to separate files.
Damien George
2017-09-10
stm32/boards: Add new board B_L475E_IOT01A based on STM32L475.
Tobias Badertscher
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George