Skip to content

Commit d1dcfa8

Browse files
jimmodpgeorge
authored andcommitted
README: Update to include L0 series support.
1 parent 0b3acb3 commit d1dcfa8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
STM32 Cube library - CMSIS and HAL for F0, F4, F7, H7 and L4 microcontrollers
2-
=============================================================================
1+
STM32 Cube library - CMSIS and HAL for F0, F4, F7, H7, L0 and L4 microcontrollers
2+
=================================================================================
33

44
This repository contains a copy of STMicroelectronic's STM32 Cube firmware
55
library, with CMSIS-device and HAL code for STM32F0xx, STM32F4xx, STM32F7xx,
6-
STM32H7xx and STM32L4xx microcontrollers. Minor changes are applied to the
7-
HAL source to support MicroPython's port to the STM32.
6+
STM32H7xx, STM32L0xx and STM32L4xx microcontrollers. Minor changes are
7+
applied to the HAL source to support MicroPython's port to the STM32.
88

99
The "vendor" branch contains the original sources and is updated from
1010
time-to-time when new versions become available. The upstream sources are
@@ -39,6 +39,7 @@ function clean_code() {
3939
cat $1 | awk "{sub(/[\t ]*\r/,\"\")}1" | expand -t 4 | tr \\200\\205\\211\\221\\222\\223\\224\\226\\231\\244\\261\\265\\302\\327\\342 \'??\'\'\"\"\\-\'??u?x\' > tmp$$
4040
mv tmp$$ $1
4141
}
42+
find path -type f | while read file; do echo "$file"; clean_code "$file"; done
4243
```
4344

4445
Directories from the original sources are mapped into this repository according

0 commit comments

Comments
 (0)