index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
stm32
/
spibdev.c
Age
Commit message (
Expand
)
Author
2019-10-13
remove ports/stm32
Dan Halbert
2018-06-14
drivers/memory/spiflash: Rename functions to indicate they use cache.
Damien George
2018-05-28
stm32: Allow to have no storage support if there are no block devices.
Damien George
2018-03-27
stm32/*bdev.c: Eliminate dependency on sys_tick_has_passed.
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-10
drivers/memory/spiflash: Change to use low-level SPI object not uPy one.
Damien George
2018-03-10
drivers/bus: Pull out software SPI implementation to dedicated driver.
Damien George
2018-03-03
stm32/spibdev: Convert to use multiple block read/write interface.
Damien George
2018-03-02
stm32/spibdev: Add option to configure SPI block dev to use QSPI flash.
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