Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[variant] Add Generic L0xx
Signed-off-by: Alexandre Bourdiol <[email protected]>
  • Loading branch information
ABOSTM authored and fpistm committed Apr 15, 2021
commit 982aae74dca6a623256ece3dd931c201ebdc031a
6 changes: 3 additions & 3 deletions CI/build/conf/cores_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"DISCO_F072RB",
"DISCO_F407VG",
"DISCO_F746NG",
"DISCO_L072CZ_LRWAN1",
"B_L072Z_LRWAN1",
"B_L475E_IOT01A"
],
"options": "usb=HID"
Expand All @@ -206,7 +206,7 @@
"applicable": true,
"boards": [
"DISCO_F746NG",
"DISCO_L072CZ_LRWAN1",
"B_L072Z_LRWAN1",
"B_L475E_IOT01A",
"NUCLEO_F091RC",
"NUCLEO_F103RB",
Expand Down Expand Up @@ -272,7 +272,7 @@
{
"pattern": "IKS01A3_S2LP_P2P_Demo|X_NUCLEO_(S2868A1|S2868A2|S2915A1)_HelloWorld",
"applicable": false,
"boards": [ "DISCO_L072CZ_LRWAN1", "STM32MP157C_DK2" ]
"boards": [ "B_L072Z_LRWAN1", "STM32MP157C_DK2" ]
},
{
"pattern": "MicroNMEA[\\\\/]",
Expand Down
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,22 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d

| Status | Device(s) | Name | Release | Notes |
| :----: | :-------: | ---- | :-----: | :---- |
| :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* | |
| :green_heart: | STM32L072KZ | [ThunderPack v1.0](https://github.com/jgillick/ThunderPack) | *1.8.0* | |
| :yellow_heart: | STM32L031K4T<br>STM32L031K6T | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32L041K6T | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32L051C6<br>STM32L051C8 | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32L052R6T<br>STM32L052R8T | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32L053R6T<br>STM32L053R8T | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32L063R8T | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32L072CBY<br>STM32L072CZE<br>STM32L072CZY | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32L072KBT<br>STM32L072KZT | Generic Board | **2.0.0** | |
| :green_heart: | STM32L072KZT | [ThunderPack v1.0](https://github.com/jgillick/ThunderPack) | *1.8.0* | |
| :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* | |
| :yellow_heart: | STM32L072RBT<br>STM32L072RZT | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32L073CZY | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32L073RBT<br>STM32L073RZT | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32L082CZY | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32L082KBT<br>STM32L082KZT | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32L083RBT<br>STM32L083RZT | Generic Board | **2.0.0** | |

### Generic STM32L1 boards

Expand Down
256 changes: 238 additions & 18 deletions boards.txt

Large diffs are not rendered by default.

254 changes: 0 additions & 254 deletions variants/STM32L0xx/DISCO_L072CZ_LRWAN1/PeripheralPins.c

This file was deleted.

31 changes: 0 additions & 31 deletions variants/STM32L0xx/DISCO_L072CZ_LRWAN1/PinNamesVar.h

This file was deleted.

24 changes: 0 additions & 24 deletions variants/STM32L0xx/DISCO_L072CZ_LRWAN1/README.md

This file was deleted.

Loading