Skip to content

Commit

Permalink
Remove support for ArduinoCore-Primo. (#55)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aentinger authored Jan 2, 2023
1 parent 7fc3c44 commit b615a89
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 276 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ jobs:
- name: arduino:samd
sketch-paths: |
- examples/TianStandby
- fqbn: arduino:nrf52:primo
platforms: |
- name: arduino:nrf52
sketch-paths: |
- examples/PrimoDeepSleep
steps:
- name: Checkout repository
Expand Down
92 changes: 0 additions & 92 deletions examples/PrimoDeepSleep/PrimoDeepSleep.ino

This file was deleted.

2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ sentence=Power save primitives features for SAMD and nRF52 32bit boards
paragraph=With this library you can manage the low power states of newer Arduino boards
category=Device Control
url=https://www.arduino.cc/libraries/ArduinoLowPower
architectures=samd,nrf52
architectures=samd
depends=RTCZero
178 changes: 0 additions & 178 deletions src/nrf52/ArduinoLowPower.cpp

This file was deleted.

0 comments on commit b615a89

Please sign in to comment.