summaryrefslogtreecommitdiff
path: root/hw/bsp/stlinkv3mini
AgeCommit message (Collapse)Author
2021-01-13add stlinkv3mini to f7 grouphathach
2020-10-30use cmsis 5 for all stm32hathach
2020-10-30f7 use offical st driver repohathach
2020-07-08change REDUCE_SPEED=0/1 to explicitly SPEED=high/fullhathach
update readme, boards.md to add link to new stm boards
2020-07-03stlinkv3mini: Only OTG_HS has connector.Uwe Bonnes
2020-07-03STM32/OTG_HS: Allow OTG_HS port to run at FS speed.Uwe Bonnes
Add "REDUCE_SPEED=1" to the compile options.
2020-07-02correct HSE_VALUE in hal_confhathach
- although it is define in CFLAGS, it is worth to correct to be consistent with other build - extract set_speed()
2020-07-02change default port some stm bsphathach
- f769disco default port is highspeed port1 - remove PORT0 on stlink since the board only populated HS connector
2020-07-01Add bsp for stlinkv3mini.Uwe Bonnes