boards: add missing deprecated board entry for adafruit feather
The adafruit feather nrf52840 express board was recently renamed from adafruit feather, but the board deprecation entry was missed. The previous board name also was an update to a hwmv1 board name, which this also updates. Signed-off-by: Jacob Winther <jacob@9.nz>
This commit is contained in:
parent
c008cbab1a
commit
5e789c3ae0
1 changed files with 4 additions and 1 deletions
|
@ -29,8 +29,11 @@ set(actinius_icarus_som_dk_ns_DEPRECATED
|
|||
set(actinius_icarus_som_ns_DEPRECATED
|
||||
actinius_icarus_som/nrf9160/ns
|
||||
)
|
||||
set(adafruit_feather_DEPRECATED
|
||||
adafruit_feather_nrf52840_express
|
||||
)
|
||||
set(adafruit_feather_nrf52840_DEPRECATED
|
||||
adafruit_feather
|
||||
adafruit_feather_nrf52840_express
|
||||
)
|
||||
set(adafruit_itsybitsy_nrf52840_DEPRECATED
|
||||
adafruit_itsybitsy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue