embassy/embassy-stm32
Ulf Lilleengen edec5833b3 Refactor SPI and fix write bug
* SPI write v2 was hanging in write due to an infinite loop
* SPI word write was not followed by a read back

The u8 and u16 write/read logic have been refactored into write_word and
read_word.
2021-05-27 23:05:42 +02:00
..
src Refactor SPI and fix write bug 2021-05-27 23:05:42 +02:00
stm32-data@c39ec7fc32 Update stm32-data 2021-05-27 13:46:46 +02:00
.pep8 USART codegen 2021-04-25 22:35:51 +02:00
build.rs Autogenerate the tailored PAC for each chip 2021-05-06 03:43:46 +02:00
Cargo.toml i2c v1 2021-05-25 14:47:07 -04:00
gen.py Handle case where pin value could be 0 2021-05-27 13:25:06 +02:00