aboutsummaryrefslogtreecommitdiffstats
path: root/docs/stm32f1.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Remove outdated stm32f1.md documentKevin O'Connor2019-10-231-49/+0
| | | | | | | The stm32f103 has become popular in the "skr mini" series of boards. As a result, the stm32f1.md document is no longer relevant. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update stm32f1.md documentKevin O'Connor2019-08-051-11/+8
| | | | | | Several restrictions documented in the stm32f1.md no longer apply. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update stm32f1.md - usb is now supported.Kevin O'Connor2018-10-221-5/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* 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>