boards: stm32h750b_dk: update doc & board file
Update board's doc & yaml file with enabled features. Signed-off-by: Abderrahmane Jarmouni <git@jarmouni.me>
This commit is contained in:
parent
1df078158f
commit
7cd87ea1f7
2 changed files with 10 additions and 1 deletions
|
|
@ -59,7 +59,14 @@ The current Zephyr stm32h750b_dk board configuration supports the following hard
|
|||
+-----------+------------+-------------------------------------+
|
||||
| RTC | on-chip | rtc |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
| ADC | on-chip | adc |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| LTDC | on-chip | display |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| QSPI NOR | on-chip | off-chip flash |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| FMC | on-chip | memc (SDRAM) |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Other hardware features are not yet supported on Zephyr porting.
|
||||
|
||||
|
|
|
|||
|
|
@ -15,4 +15,6 @@ supported:
|
|||
- flash
|
||||
- rtc
|
||||
- memc
|
||||
- display
|
||||
- spi
|
||||
vendor: st
|
||||
|
|
|
|||
Loading…
Reference in a new issue