Skip to content

Commit f7732c3

Browse files
ABOSTMfpistm
authored andcommitted
[variant] Add Generic L0xx
Signed-off-by: Alexandre Bourdiol <[email protected]>
1 parent db298c3 commit f7732c3

Some content is hidden

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

62 files changed

+3417
-4102
lines changed

Diff for: CI/build/conf/cores_config.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
"DISCO_F072RB",
196196
"DISCO_F407VG",
197197
"DISCO_F746NG",
198-
"DISCO_L072CZ_LRWAN1",
198+
"B_L072Z_LRWAN1",
199199
"B_L475E_IOT01A"
200200
],
201201
"options": "usb=HID"
@@ -206,7 +206,7 @@
206206
"applicable": true,
207207
"boards": [
208208
"DISCO_F746NG",
209-
"DISCO_L072CZ_LRWAN1",
209+
"B_L072Z_LRWAN1",
210210
"B_L475E_IOT01A",
211211
"NUCLEO_F091RC",
212212
"NUCLEO_F103RB",
@@ -272,7 +272,7 @@
272272
{
273273
"pattern": "IKS01A3_S2LP_P2P_Demo|X_NUCLEO_(S2868A1|S2868A2|S2915A1)_HelloWorld",
274274
"applicable": false,
275-
"boards": [ "DISCO_L072CZ_LRWAN1", "STM32MP157C_DK2" ]
275+
"boards": [ "B_L072Z_LRWAN1", "STM32MP157C_DK2" ]
276276
},
277277
{
278278
"pattern": "MicroNMEA[\\\\/]",

Diff for: README.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,22 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
304304

305305
| Status | Device(s) | Name | Release | Notes |
306306
| :----: | :-------: | ---- | :-----: | :---- |
307-
| :green_heart: | STM32L072RB | [PX-HER0](https://piconomix.com/fwlib/_p_i_c_o_n_o_m_i_x__s_t_m32__h_e_r_o__b_o_a_r_d.html) | *1.8.0* | |
308-
| :green_heart: | STM32L072KZ | [ThunderPack v1.0](https://github.com/jgillick/ThunderPack) | *1.8.0* | |
307+
| :yellow_heart: | STM32L031K4T<br>STM32L031K6T | Generic Board | **2.0.0** | |
308+
| :yellow_heart: | STM32L041K6T | Generic Board | **2.0.0** | |
309+
| :yellow_heart: | STM32L051C6<br>STM32L051C8 | Generic Board | **2.0.0** | |
310+
| :yellow_heart: | STM32L052R6T<br>STM32L052R8T | Generic Board | **2.0.0** | |
311+
| :yellow_heart: | STM32L053R6T<br>STM32L053R8T | Generic Board | **2.0.0** | |
312+
| :yellow_heart: | STM32L063R8T | Generic Board | **2.0.0** | |
313+
| :yellow_heart: | STM32L072CBY<br>STM32L072CZE<br>STM32L072CZY | Generic Board | **2.0.0** | |
314+
| :yellow_heart: | STM32L072KBT<br>STM32L072KZT | Generic Board | **2.0.0** | |
315+
| :green_heart: | STM32L072KZT | [ThunderPack v1.0](https://github.com/jgillick/ThunderPack) | *1.8.0* | |
316+
| :green_heart: | STM32L072RBT | [PX-HER0](https://piconomix.com/fwlib/_p_i_c_o_n_o_m_i_x__s_t_m32__h_e_r_o__b_o_a_r_d.html) | *1.8.0* | |
317+
| :yellow_heart: | STM32L072RBT<br>STM32L072RZT | Generic Board | **2.0.0** | |
318+
| :yellow_heart: | STM32L073CZY | Generic Board | **2.0.0** | |
319+
| :yellow_heart: | STM32L073RBT<br>STM32L073RZT | Generic Board | **2.0.0** | |
320+
| :yellow_heart: | STM32L082CZY | Generic Board | **2.0.0** | |
321+
| :yellow_heart: | STM32L082KBT<br>STM32L082KZT | Generic Board | **2.0.0** | |
322+
| :yellow_heart: | STM32L083RBT<br>STM32L083RZT | Generic Board | **2.0.0** | |
309323

310324
### Generic STM32L1 boards
311325

Diff for: boards.txt

+238-18
Large diffs are not rendered by default.

Diff for: variants/STM32L0xx/DISCO_L072CZ_LRWAN1/PeripheralPins.c

-254
This file was deleted.

Diff for: variants/STM32L0xx/DISCO_L072CZ_LRWAN1/PinNamesVar.h

-31
This file was deleted.

Diff for: variants/STM32L0xx/DISCO_L072CZ_LRWAN1/README.md

-24
This file was deleted.

0 commit comments

Comments
 (0)