Add Stm32F7xxdisco board support files

Status with examples/device/cdc_msc:
- make BOARD=stm32f723disco        => OK
- make BOARD=stm32f723disco PORT=1 => No Reaction
- make BOARD=stm32f746disco        => OK
- make BOARD=stm32f746disco PORT=1 => Hangs during enumeration
- make BOARD=stm32f769disco        => Hangs during enumeration
This commit is contained in:
Uwe Bonnes
2020-06-21 20:53:52 +02:00
parent 4b7f848e1f
commit f6660c39a1
13 changed files with 3040 additions and 0 deletions

View File

@@ -37,6 +37,10 @@ To compile for debugging with debug symbols add DEBUG=1, for example
```
$ make BOARD=feather_nrf52840_express DEBUG=1 all
If a board has several ports, one port is choosen by default in the individual board.mk file. Choose another port with PORT=x. For example to select the HS port of a STM32F746Disco board, use:
```
$ make BOARD=stm32f746disco PORT=1 all
```
### Debug Log