summaryrefslogtreecommitdiff
path: root/ucoo/hal/spi
AgeCommit message (Collapse)Author
2019-10-09Switch to CMSISNicolas Schodet
2019-10-07build: add support for out of tree modulesNicolas Schodet
2019-10-07ucoo/hal/spi: add hardware SPI on STM32Nicolas Schodet
2019-10-07ucoo/hal/spi: sample MISO before toggling clockNicolas Schodet
MISO is supposed to have been latched on opposed clock edge, but some devices do it on the same clock edge to increase maximum clock frequency.
2019-10-07ucoo/{intf,hal/spi}: make enable and disable part of the interfaceNicolas Schodet
2019-10-07Use new rcc_periph_clock_{enable,disable}Nicolas Schodet
2019-10-07Update to new libopencm3 versionNicolas Schodet
- remove f4/ from include directory - rename some SysTick registers - rename APB freq variables
2019-10-07Add comment to run testNicolas Schodet
2019-10-07Rename ucoolib modules directory from ucoolib to ucooNicolas Schodet