From 4871217165b723a97ac425bc329f858bb918034b Mon Sep 17 00:00:00 2001 From: Jacob Winther Date: Tue, 24 Jun 2025 20:09:23 +1200 Subject: [PATCH] boards: remove the adafruit_feather alias Remove the adafruit_feather alias as it has been deprecated for 2 releases. Ref: #77069 Signed-off-by: Jacob Winther --- boards/deprecated.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/boards/deprecated.cmake b/boards/deprecated.cmake index 4c2358d27be..c2d72844f5a 100644 --- a/boards/deprecated.cmake +++ b/boards/deprecated.cmake @@ -13,9 +13,6 @@ # https://docs.zephyrproject.org/latest/develop/api/api_lifecycle.html#deprecated, # so these aliases are eventually removed -set(adafruit_feather_DEPRECATED - adafruit_feather_nrf52840/nrf52840 -) set(arduino_uno_r4_minima_DEPRECATED arduino_uno_r4@minima )