aboutsummaryrefslogtreecommitdiffstats
path: root/docs/stm32f1.md
Commit message (Collapse)AuthorAgeFilesLines
* stm32f1: Initial support for serial over USBKevin O'Connor2018-10-111-4/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32f1: add SPI supportGrigori Goronzy2018-07-071-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.mdKevin O'Connor2018-07-011-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32f1: add port documentation (#425)Grigori Goronzy2018-06-271-0/+47
Fixes #412. Signed-off-by: Grigori Goronzy <greg@chown.ath.cx>