stm32/README: Update to include STM32F0 in list of supported MCUs.

This commit is contained in:
Damien George 2018-05-28 22:04:08 +10:00
parent e681372017
commit 98d1609358

View File

@ -2,8 +2,8 @@ MicroPython port to STM32 MCUs
============================== ==============================
This directory contains the port of MicroPython to ST's line of STM32 This directory contains the port of MicroPython to ST's line of STM32
microcontrollers. Supported MCU series are: STM32F4, STM32F7 and STM32L4. microcontrollers. Supported MCU series are: STM32F0, STM32F4, STM32F7 and
Parts of the code here utilise the STM32Cube HAL library. 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 The officially supported boards are the line of pyboards: PYBv1.0 and PYBv1.1
(both with STM32F405), and PYBLITEv1.0 (with STM32F411). See (both with STM32F405), and PYBLITEv1.0 (with STM32F411). See