diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-10-22 13:22:58 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-10-22 13:22:58 -0400 |
commit | 04a12ec9bd733d424b4adc3a3583e034196d918f (patch) | |
tree | cb8a29f49d1ce1bf54762baf90beb8d07788eb20 | |
parent | e4bb90a1ca9a251941c1d2944b265cdc50916d9c (diff) | |
download | kutter-04a12ec9bd733d424b4adc3a3583e034196d918f.tar.gz kutter-04a12ec9bd733d424b4adc3a3583e034196d918f.tar.xz kutter-04a12ec9bd733d424b4adc3a3583e034196d918f.zip |
docs: Update stm32f1.md - usb is now supported.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/stm32f1.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/stm32f1.md b/docs/stm32f1.md index e65113fd..8472bd49 100644 --- a/docs/stm32f1.md +++ b/docs/stm32f1.md @@ -7,11 +7,10 @@ pin mappings either. General considerations ====================== -The STM32 port currently requires an 8 MHz crystal for correct operation. The -host communication only supports a standard UART. USB serial (CDC ACM) might be -useful for some configurations, but is unimplemented. The port is currently -designed for and tested with STM32F103xB series MCUs, but it should work with -any STM32F103 series MCUs with minimal changes. +The STM32 port currently requires an 8 MHz crystal for correct +operation. The port is currently designed for and tested with +STM32F103xB series MCUs, but it should work with any STM32F103 series +MCUs with minimal changes. Unlike Arduino-based boards, typically there is no automatic reset on serial connection with STM32 boards. Please use `restart_method: command` with the |