From 8fea57904b389f0f7dee4f7c8e9b37dab672f8a3 Mon Sep 17 00:00:00 2001 From: Fabien-B Date: Tue, 3 Feb 2026 12:53:19 +0100 Subject: [PATCH] [boards] remove Apogee with bare metal arch. (#3583) Co-authored-by: Fabien-B --- conf/airframes/examples/setup_apogee.xml | 76 ------------------------ conf/boards/apogee_1.0.makefile | 56 ----------------- conf/modules/boards/apogee_1.0.xml | 19 ------ 3 files changed, 151 deletions(-) delete mode 100644 conf/airframes/examples/setup_apogee.xml delete mode 100644 conf/boards/apogee_1.0.makefile delete mode 100644 conf/modules/boards/apogee_1.0.xml diff --git a/conf/airframes/examples/setup_apogee.xml b/conf/airframes/examples/setup_apogee.xml deleted file mode 100644 index 1163b3c580..0000000000 --- a/conf/airframes/examples/setup_apogee.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/conf/boards/apogee_1.0.makefile b/conf/boards/apogee_1.0.makefile deleted file mode 100644 index ed3adf0f4b..0000000000 --- a/conf/boards/apogee_1.0.makefile +++ /dev/null @@ -1,56 +0,0 @@ -# Hey Emacs, this is a -*- makefile -*- -# -# apogee_1.0.makefile -# -# - -BOARD=apogee -BOARD_VERSION=1.0 -BOARD_CFG=\"boards/$(BOARD)_$(BOARD_VERSION).h\" - -ARCH=stm32 -ARCH_L=f4 -ARCH_DIR=stm32 -SRC_ARCH=arch/$(ARCH_DIR) -$(TARGET).ARCHDIR = $(ARCH) -$(TARGET).LDSCRIPT=$(SRC_ARCH)/apogee.ld - -HARD_FLOAT=yes - -# default flash mode is via usb dfu bootloader -# possibilities: DFU-UTIL, SWD, STLINK -FLASH_MODE ?= DFU-UTIL - -# -# default LED configuration -# -RADIO_CONTROL_LED ?= 4 -BARO_LED ?= none -AHRS_ALIGNER_LED ?= 2 -GPS_LED ?= 3 -SYS_TIME_LED ?= 1 - -# -# default UART configuration (modem, gps, spektrum) -# - -MODEM_PORT ?= UART1 -MODEM_BAUD ?= B57600 - -GPS_PORT ?= UART4 -GPS_BAUD ?= B38400 - -RADIO_CONTROL_SPEKTRUM_PRIMARY_PORT ?= UART2 - -SBUS_PORT ?= UART2 - -# -# default actuator configuration -# -# you can use different actuators by adding a configure option to your firmware section -# e.g. -# -ACTUATORS ?= actuators_pwm - diff --git a/conf/modules/boards/apogee_1.0.xml b/conf/modules/boards/apogee_1.0.xml deleted file mode 100644 index 677cd1024f..0000000000 --- a/conf/modules/boards/apogee_1.0.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Specific configuration for Apogee 1.0 - - - - i2c,baro_board_common,power_switch - baro - - - - - - - -