Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stm32f1: add SPI support | Grigori Goronzy | 2018-07-07 | 1 | -2/+4 |
| | | | | | | | | | Add basic SPI support and associated documentation. v2: remove baud rate check, fix baud rate calculations v3: finish transaction with BSY check, disable SPI when not in use Signed-off-by: Grigori Goronzy <greg@chown.ath.cx> | ||||
* | docs: Fix whitespace error in stm32f1.md | Kevin O'Connor | 2018-07-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | stm32f1: add port documentation (#425) | Grigori Goronzy | 2018-06-27 | 1 | -0/+47 |
Fixes #412. Signed-off-by: Grigori Goronzy <greg@chown.ath.cx> |