diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-02-08 13:50:45 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-02-08 13:50:45 +0100 |
commit | 9bb987347450d59bfdcdbb2cd3cda1040807e96e (patch) | |
tree | eefcf625960aef8e43919396f7cc7c72e5235350 /README.md | |
parent | ec871ef8ae230bcb779c8535c3c4526817fd5d93 (diff) |
README: Document NUCLEO boards
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -93,6 +93,20 @@ Hardware features: * 20bit mode (use up to 256kB FRAM for code and data) * ADC (partially) +### STM32F446RE (NUCLEO-F446RE) + +Peripheral communication: + +* UART output on USART2 + +### STM32F746ZG (NUCLEO-F746ZG) + +Preliminary support, timers may be incorrect. + +Peripheral communication: + +* UART output on USART3 + ### POSIX Runs the selected application as POSIX thread, e.g. under Linux on a Raspberry Pi. |