diff options
author | Damien George <damien.p.george@gmail.com> | 2018-05-28 22:04:08 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-05-28 22:04:08 +1000 |
commit | 98d1609358bf15ab7c98ba39d40e32002b48dbb3 (patch) | |
tree | 29b740fb8e4a8d1929b8dc62058bb16ffc74d8ae | |
parent | e681372017d2af10ab167d2ab8bf4d005dd7cf69 (diff) |
stm32/README: Update to include STM32F0 in list of supported MCUs.
-rw-r--r-- | ports/stm32/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/stm32/README.md b/ports/stm32/README.md index cf539691c..a0c3b7ff3 100644 --- a/ports/stm32/README.md +++ b/ports/stm32/README.md @@ -2,8 +2,8 @@ MicroPython port to STM32 MCUs ============================== This directory contains the port of MicroPython to ST's line of STM32 -microcontrollers. Supported MCU series are: STM32F4, STM32F7 and STM32L4. -Parts of the code here utilise the STM32Cube HAL library. +microcontrollers. Supported MCU series are: STM32F0, STM32F4, STM32F7 and +STM32L4. Parts of the code here utilise the STM32Cube HAL library. The officially supported boards are the line of pyboards: PYBv1.0 and PYBv1.1 (both with STM32F405), and PYBLITEv1.0 (with STM32F411). See |