Skip to content

Commit dceae64

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

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
@@ -252,7 +252,7 @@
252252
"DISCO_F072RB",
253253
"DISCO_F407VG",
254254
"DISCO_F746NG",
255-
"DISCO_L072CZ_LRWAN1",
255+
"B_L072Z_LRWAN1",
256256
"B_L475E_IOT01A"
257257
],
258258
"options": "usb=HID"
@@ -263,7 +263,7 @@
263263
"applicable": true,
264264
"boards": [
265265
"DISCO_F746NG",
266-
"DISCO_L072CZ_LRWAN1",
266+
"B_L072Z_LRWAN1",
267267
"B_L475E_IOT01A",
268268
"NUCLEO_F091RC",
269269
"NUCLEO_F103RB",
@@ -329,7 +329,7 @@
329329
{
330330
"pattern": "IKS01A3_S2LP_P2P_Demo|X_NUCLEO_(S2868A1|S2868A2|S2915A1)_HelloWorld",
331331
"applicable": false,
332-
"boards": [ "DISCO_L072CZ_LRWAN1", "STM32MP157C_DK2" ]
332+
"boards": [ "B_L072Z_LRWAN1", "STM32MP157C_DK2" ]
333333
},
334334
{
335335
"pattern": "MicroNMEA[\\\\/]",

Diff for: README.md

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

298298
| Status | Device(s) | Name | Release | Notes |
299299
| :----: | :-------: | ---- | :-----: | :---- |
300-
| :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* | |
301-
| :green_heart: | STM32L072KZ | [ThunderPack v1.0](https://github.com/jgillick/ThunderPack) | *1.8.0* | |
300+
| :yellow_heart: | STM32L031K4T<br>STM32L031K6T | Generic Board | **2.0.0** | |
301+
| :yellow_heart: | STM32L041K6T | Generic Board | **2.0.0** | |
302+
| :yellow_heart: | STM32L051C6<br>STM32L051C8 | Generic Board | **2.0.0** | |
303+
| :yellow_heart: | STM32L052R6T<br>STM32L052R8T | Generic Board | **2.0.0** | |
304+
| :yellow_heart: | STM32L053R6T<br>STM32L053R8T | Generic Board | **2.0.0** | |
305+
| :yellow_heart: | STM32L063R8T | Generic Board | **2.0.0** | |
306+
| :yellow_heart: | STM32L072CBY<br>STM32L072CZE<br>STM32L072CZY | Generic Board | **2.0.0** | |
307+
| :yellow_heart: | STM32L072KBT<br>STM32L072KZT | Generic Board | **2.0.0** | |
308+
| :green_heart: | STM32L072KZT | [ThunderPack v1.0](https://github.com/jgillick/ThunderPack) | *1.8.0* | |
309+
| :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* | |
310+
| :yellow_heart: | STM32L072RBT<br>STM32L072RZT | Generic Board | **2.0.0** | |
311+
| :yellow_heart: | STM32L073CZY | Generic Board | **2.0.0** | |
312+
| :yellow_heart: | STM32L073RBT<br>STM32L073RZT | Generic Board | **2.0.0** | |
313+
| :yellow_heart: | STM32L082CZY | Generic Board | **2.0.0** | |
314+
| :yellow_heart: | STM32L082KBT<br>STM32L082KZT | Generic Board | **2.0.0** | |
315+
| :yellow_heart: | STM32L083RBT<br>STM32L083RZT | Generic Board | **2.0.0** | |
302316

303317
### Generic STM32L1 boards
304318

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)