summaryrefslogtreecommitdiff
path: root/examples/readme.md
diff options
context:
space:
mode:
authorUwe Bonnes <[email protected]>2020-06-21 20:53:52 +0200
committerUwe Bonnes <[email protected]>2020-06-30 11:02:38 +0200
commitf6660c39a19dda4f4b3c00ce007dfd3e9fd47d7f (patch)
tree8d713ea704e2b8e5814fa0a2ab4516600160453f /examples/readme.md
parent4b7f848e1fee86e047cfbe2957701c02f1b5fdf2 (diff)
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
Diffstat (limited to 'examples/readme.md')
-rw-r--r--examples/readme.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/readme.md b/examples/readme.md
index ca28d4881..790427cd2 100644
--- a/examples/readme.md
+++ b/examples/readme.md
@@ -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