Add initial support for the STM32 F7 Discovery board
This commit is contained in:
parent
6a15aef38f
commit
27f6509022
|
@ -10727,4 +10727,7 @@
|
|||
(2015-07-15).
|
||||
* drivers/can.c: Fix an issue in the CAN driver hwere the rx_sem
|
||||
count can grow beyond bounds (2015-07-15).
|
||||
* configs/stm32f762g-disco/: Add initialize support for the STMicor
|
||||
STM32 F7 Discovery board. This is a work in progress and will be a
|
||||
while before it is fully functional (2015-07-16).
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit edeb46f7487a48fdc047b865ee9a7ca45a75bca0
|
||||
Subproject commit caf5f9e13807b065a4269593ba561c9dca8bc9fc
|
|
@ -1433,6 +1433,8 @@ nuttx/
|
|||
| |- stm32f429i-disco/
|
||||
| | |- ltdc/README.txt
|
||||
| | `- README.txt
|
||||
| |- stm32f746g-disco/
|
||||
| | `- README.txt
|
||||
| |- stm32ldiscovery/
|
||||
| | `- README.txt
|
||||
| |- stm32vldiscovery/
|
||||
|
|
2
configs
2
configs
|
@ -1 +1 @@
|
|||
Subproject commit 9b001f72c97902ceb979fe44c5564c17d3f19be3
|
||||
Subproject commit 5f3f5c532bf76ad3d1e142a98cede3b2b4c8268a
|
Loading…
Reference in New Issue