Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for 2 cheap ($2) STM32 Dev. boards called blue pill and r…
…ed pill Since red one is no more manufactured or sold, board support name is stm32-bluepill You can build it with: make BOARD=stm32-bluepill You can find more info in these links: http://wiki.stm32duino.com/index.php?title=Blue_Pill http://wiki.stm32duino.com/index.php?title=Red_Pill SPI flash PINS: PA6 &/or PB14 = MISO PA7 &/or PB15 = MOSI PA4 &/or PB12 = SS/CS PA5 &/or PB13 = SCK PA0 = WP/ Signed-off-by: demetris <[email protected]>
- Loading branch information