Skip to content

Commit f1bc570

Browse files
committed
deprecate support for aludel mini
Aludel Mini is end-of-life, support has been removed. Signed-off-by: Mike Szczys <[email protected]>
1 parent b6fd95c commit f1bc570

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
ZEPHYR_SDK: [0.16.3]
20-
BOARD: ["nrf9160dk/nrf9160/ns","aludel_elixir/nrf9160/ns", "aludel_mini/nrf9160/ns"]
20+
BOARD: ["nrf9160dk/nrf9160/ns","aludel_elixir/nrf9160/ns"]
2121

2222
uses: ./.github/workflows/build_zephyr.yml
2323
with:

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,3 @@ jobs:
2222
ZEPHYR_SDK: 0.16.3
2323
BOARD: aludel_elixir/nrf9160/ns
2424
ARTIFACT: false
25-
test_build_aludel_mini:
26-
uses: ./.github/workflows/build_zephyr.yml
27-
with:
28-
ZEPHYR_SDK: 0.16.3
29-
BOARD: aludel_mini/nrf9160/ns
30-
ARTIFACT: false

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ images](https://github.com/golioth/reference-design-modbus-vibration-monitor/rel
2222

2323
- Nordic nRF9160-DK
2424
- Golioth Aludel Elixir
25-
- Golioth Aludel Mini
2625

2726
### Additional Sensors/Components
2827

0 commit comments

Comments
 (0)