Skip to content

Commit 30c843e

Browse files
committed
STM32L1 : STM32Cube_FW 1.10.2
1 parent 6b57fd4 commit 30c843e

File tree

258 files changed

+229353
-36225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

258 files changed

+229353
-36225
lines changed

targets/TARGET_STM/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This table summarizes the STM32Cube versions currently used in Mbed OS master br
7171
| G4 | 1.1.0 | https://github.com/STMicroelectronics/STM32CubeG4 |
7272
| H7 | 1.8.0 | https://github.com/STMicroelectronics/STM32CubeH7 |
7373
| L0 | 1.11.3 | https://github.com/STMicroelectronics/STM32CubeL0 |
74-
| L1 | 1.8.1 | https://github.com/STMicroelectronics/STM32CubeL1 |
74+
| L1 | 1.10.2 | https://github.com/STMicroelectronics/STM32CubeL1 |
7575
| L4 | 1.16.0 | https://github.com/STMicroelectronics/STM32CubeL4 |
7676
| L5 | 1.3.0 | https://github.com/STMicroelectronics/STM32CubeL5 |
7777
| WB | 1.8.0 | https://github.com/STMicroelectronics/STM32CubeWB |
Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
11
# Copyright (c) 2020 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
add_subdirectory(TARGET_STM32L100xB EXCLUDE_FROM_ALL)
5+
add_subdirectory(TARGET_STM32L100xC EXCLUDE_FROM_ALL)
6+
add_subdirectory(TARGET_STM32L151xB EXCLUDE_FROM_ALL)
47
add_subdirectory(TARGET_STM32L151xC EXCLUDE_FROM_ALL)
8+
add_subdirectory(TARGET_STM32L151xD EXCLUDE_FROM_ALL)
9+
add_subdirectory(TARGET_STM32L151xE EXCLUDE_FROM_ALL)
10+
add_subdirectory(TARGET_STM32L152xB EXCLUDE_FROM_ALL)
511
add_subdirectory(TARGET_STM32L152xC EXCLUDE_FROM_ALL)
12+
add_subdirectory(TARGET_STM32L152xD EXCLUDE_FROM_ALL)
613
add_subdirectory(TARGET_STM32L152xE EXCLUDE_FROM_ALL)
14+
add_subdirectory(TARGET_STM32L162xC EXCLUDE_FROM_ALL)
15+
add_subdirectory(TARGET_STM32L162xD EXCLUDE_FROM_ALL)
16+
add_subdirectory(TARGET_STM32L162xE EXCLUDE_FROM_ALL)
717

818
add_subdirectory(STM32Cube_FW EXCLUDE_FROM_ALL)
919

1020
add_library(mbed-stm32l1 INTERFACE)
1121

22+
target_include_directories(mbed-stm32l1
23+
INTERFACE
24+
.
25+
)
26+
1227
target_sources(mbed-stm32l1
1328
INTERFACE
1429
analogin_device.c
@@ -20,9 +35,4 @@ target_sources(mbed-stm32l1
2035
spi_api.c
2136
)
2237

23-
target_include_directories(mbed-stm32l1
24-
INTERFACE
25-
.
26-
)
27-
2838
target_link_libraries(mbed-stm32l1 INTERFACE mbed-stm mbed-stm32l1cube-fw)

targets/TARGET_STM/TARGET_STM32L1/STM32Cube_FW/CMSIS/stm32l100xb.h

Lines changed: 7688 additions & 0 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32L1/STM32Cube_FW/CMSIS/stm32l100xba.h

Lines changed: 7836 additions & 0 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32L1/STM32Cube_FW/CMSIS/stm32l100xc.h

Lines changed: 8402 additions & 0 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32L1/STM32Cube_FW/CMSIS/stm32l151xb.h

Lines changed: 7637 additions & 0 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32L1/STM32Cube_FW/CMSIS/stm32l151xba.h

Lines changed: 7713 additions & 0 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32L1/STM32Cube_FW/CMSIS/stm32l151xc.h

Lines changed: 2721 additions & 3189 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32L1/STM32Cube_FW/CMSIS/stm32l151xca.h

Lines changed: 8689 additions & 0 deletions
Large diffs are not rendered by default.

targets/TARGET_STM/TARGET_STM32L1/STM32Cube_FW/CMSIS/stm32l151xd.h

Lines changed: 9396 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)