Skip to content

Commit c8e8200

Browse files
committed
Remove support for ArduinoCore-Primo.
The board is retired and the corresponding core (https://github.com/arduino/ArduinoCore-primo) has been archived. Considering that no one is going to maintain the low power code for nRF52/Primo its better to get rid of it alltogether (and no longer advertise compatibility to 'nrf52' which - imho rightfully - seems to confuse a lot of people.
1 parent 7fc3c44 commit c8e8200

File tree

4 files changed

+1
-276
lines changed

4 files changed

+1
-276
lines changed

.github/workflows/compile-examples.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ jobs:
6969
- name: arduino:samd
7070
sketch-paths: |
7171
- examples/TianStandby
72-
- fqbn: arduino:nrf52:primo
73-
platforms: |
74-
- name: arduino:nrf52
75-
sketch-paths: |
76-
- examples/PrimoDeepSleep
7772
7873
steps:
7974
- name: Checkout repository

examples/PrimoDeepSleep/PrimoDeepSleep.ino

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

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=Power save primitives features for SAMD and nRF52 32bit boards
66
paragraph=With this library you can manage the low power states of newer Arduino boards
77
category=Device Control
88
url=https://www.arduino.cc/libraries/ArduinoLowPower
9-
architectures=samd,nrf52
9+
architectures=samd
1010
depends=RTCZero

src/nrf52/ArduinoLowPower.cpp

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

0 commit comments

Comments
 (0)