1
0
mirror of https://github.com/arduino-libraries/ArduinoLowPower.git synced 2025-07-29 21:21:10 +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

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