Skip to content

Commit 8956a75

Browse files
author
Jamie Smith
authored
Remove unavailable and EOLed target boards - STM32 (ARMmbed#287)
* Remove unavailable and EOLed target boards - STM32 * Make CI detect any missing MCU descriptions * Oops fix CI syntax * Aaand add those MCUs * Also remove "orphaned" cellular modem COMPONENTs
1 parent dfac17b commit 8956a75

File tree

92 files changed

+55
-9330
lines changed

Some content is hidden

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

92 files changed

+55
-9330
lines changed

.github/workflows/basic_checks.yml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
steps:
164164
-
165165
name: Checkout repo
166-
uses: actions/checkout@v3
166+
uses: actions/checkout@v4
167167

168168
- name: Install python3-venv
169169
run: |
@@ -185,6 +185,30 @@ jobs:
185185
cd tools/python
186186
./run_python_tests.sh
187187
188+
check-cmsis-mcu-descriptions-matches-target-list:
189+
runs-on: ubuntu-latest
190+
steps:
191+
- name: Checkout repo
192+
uses: actions/checkout@v4
193+
194+
- name: Install python3-venv
195+
run: |
196+
sudo apt-get update
197+
sudo apt-get install -y python3-venv
198+
199+
- name: install dependencies
200+
run: |
201+
python3 -m venv venv
202+
source venv/bin/activate
203+
pip install -r tools/requirements.txt
204+
205+
- name: Verify that cmsis_mcu_descriptions.json5 is in sync with targets.json5
206+
run: |
207+
source venv/bin/activate
208+
cd tools/python
209+
python -m mbed_tools.cli.main cmsis-mcu-descr find-unused
210+
python -m mbed_tools.cli.main cmsis-mcu-descr check-missing
211+
188212
189213
pin-validation:
190214
runs-on: ubuntu-latest

connectivity/drivers/cellular/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ add_subdirectory(Altair)
99
add_subdirectory(GEMALTO)
1010
add_subdirectory(GENERIC)
1111
add_subdirectory(MultiTech)
12-
add_subdirectory(QUECTEL)
1312
add_subdirectory(RiotMicro)
1413
add_subdirectory(TELIT)

connectivity/drivers/cellular/QUECTEL/CMakeLists.txt

Lines changed: 0 additions & 23 deletions
This file was deleted.

connectivity/drivers/cellular/QUECTEL/COMPONENT_QUECTEL_BC95/CMakeLists.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

connectivity/drivers/cellular/QUECTEL/COMPONENT_QUECTEL_BC95/QUECTEL_BC95.cpp

Lines changed: 0 additions & 127 deletions
This file was deleted.

connectivity/drivers/cellular/QUECTEL/COMPONENT_QUECTEL_BC95/QUECTEL_BC95.h

Lines changed: 0 additions & 52 deletions
This file was deleted.

connectivity/drivers/cellular/QUECTEL/COMPONENT_QUECTEL_BC95/QUECTEL_BC95_CellularContext.cpp

Lines changed: 0 additions & 52 deletions
This file was deleted.

connectivity/drivers/cellular/QUECTEL/COMPONENT_QUECTEL_BC95/QUECTEL_BC95_CellularContext.h

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)