1
0
mirror of https://github.com/arduino-libraries/ArduinoLowPower.git synced 2025-07-28 10:21:57 +03:00

Remove support for ArduinoCore-Primo. (#55)

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.
This commit is contained in:
Alexander Entinger
2023-01-02 09:22:47 +01:00
committed by GitHub
parent 7fc3c446da
commit b615a89714
4 changed files with 1 additions and 276 deletions

View File

@ -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