Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AP_Notify: tidy defaulting of DEFAULT_NTF_LED_TYPES #27826

Merged
merged 3 commits into from
Aug 14, 2024

Conversation

peterbarker
Copy link
Contributor

ChibiOS was just setting the same as the default.

now have two ifndef blocks, one of which defaults things on recognized linux boards, the other generically.

Preparation for removing the defaultin for Linux boards in this file

default is the same  as what ChibiOS sets
…ards

now have two ifndef blocks, one of which defaults things on recognized linux boards, the other generically.

Preparation for removing the defaultin for Linux boards in this file
this is the default default value for this define
@peterbarker
Copy link
Contributor Author

Board,AP_Periph,blimp,bootloader,copter,heli,plane,rover,sub
3DRControlZeroG,,*,*,*,*,*,*,*
ACNS-CM4Pilot,,*,*,*,*,*,*,*
ACNS-F405AIO,,*,*,*,*,*,*,*
AIRLink,,*,*,*,*,*,*,*
AR-F407SmartBat,*,,,,,,,
ARKV6X,,*,*,*,*,*,*,*
ARK_CANNODE,*,,,,,,,
ARK_GPS,*,,,,,,,
ARK_RTK_GPS,*,,,,,,,
AeroFox-Airspeed,*,,,,,,,
AeroFox-Airspeed-DLVR,*,,,,,,,
AeroFox-GNSS_F9P,*,,,,,,,
AeroFox-PMU,*,,,,,,,
Airvolute-DCS2,,*,*,*,*,*,*,*
AnyleafH7,,*,*,*,*,*,*,*
Aocoda-RC-H743Dual,,*,*,*,*,*,*,*
AtomRCF405NAVI,,*,*,*,*,*,*,*
BETAFPV-F405,,,*,*,,,,
BeastF7,,*,*,*,*,*,*,*
BeastF7v2,,*,*,*,*,*,*,*
BeastH7,,*,*,*,*,*,*,*
BeastH7v2,,*,*,*,*,*,*,*
BirdCANdy,*,,,,,,,
BlitzF745,,*,*,*,*,*,*,*
BlitzF745AIO,,*,*,*,*,*,*,*
BlitzH743Pro,,*,*,*,*,*,*,*
BlitzMiniF745,,*,*,*,*,*,*,*
BlitzWingH743,,*,*,*,*,*,*,*
BotBloxSwitch,*,,,,,,,
C-RTK2-HP,*,,,,,,,
CBU-H7-Stamp,,*,*,*,*,*,*,*
CSKY405,,*,*,*,*,*,*,*
CUAV-7-Nano,,*,*,*,*,*,*,*
CUAV-Nora,,*,*,*,*,*,*,*
CUAV-Nora-bdshot,,*,*,*,*,*,*,*
CUAV-X7,,*,*,*,*,*,*,*
CUAV-X7-bdshot,,*,*,*,*,*,*,*
CUAV_GPS,*,,,,,,,
CUAVv5,,*,*,*,*,*,*,*
CUAVv5-bdshot,,*,*,*,*,*,*,*
CUAVv5Nano,,*,*,*,*,*,*,*
CUAVv5Nano-bdshot,,*,*,*,*,*,*,*
CarbonixF405,*,,,,,,,
CarbonixL496,*,,,,,,,
CubeBlack,,*,*,*,*,*,*,*
CubeBlack+,,*,*,*,*,*,*,*
CubeBlack-periph,*,,,,,,,
CubeGreen-solo,,,*,*,,,,
CubeOrange,,*,*,*,*,*,*,*
CubeOrange-ODID,,*,*,*,*,*,*,*
CubeOrange-SimOnHardWare,,,,*,,,,
CubeOrange-bdshot,,*,*,*,*,*,*,*
CubeOrange-joey,,*,*,*,*,*,*,*
CubeOrange-periph,*,,,,,,,
CubeOrange-periph-heavy,*,,,,,,,
CubeOrangePlus,,*,*,*,*,*,*,*
CubeOrangePlus-SimOnHardWare,,,,*,,,,
CubeOrangePlus-bdshot,,*,*,*,*,*,*,*
CubePilot-CANMod,*,,,,,,,
CubePilot-PPPGW,*,,,,,,,
CubePurple,,*,*,*,*,*,*,*
CubeRedPrimary,,*,*,*,*,*,*,*
CubeRedPrimary-PPPGW,*,,,,,,,
CubeRedSecondary,,*,*,*,*,*,*,*
CubeSolo,,,*,*,,,,
CubeYellow,,*,*,*,*,*,*,*
CubeYellow-bdshot,,*,*,*,*,*,*,*
DevEBoxH7v2,,*,*,*,*,*,*,*
DrotekP3Pro,,*,*,*,*,*,*,*
Durandal,,*,*,*,*,*,*,*
Durandal-bdshot,,*,*,*,*,*,*,*
airbotf4,,*,*,*,*,*,*,*
bbbmini,,*,,*,*,*,*,*
blue,,*,,*,*,*,*,*
canzero,,*,,*,*,*,*,*
crazyflie2,,,*,*,,,,
edge,,*,,*,*,*,*,*
erlebrain2,,*,,*,*,*,*,*
f103-ADSB,*,,,,,,,
f103-Airspeed,*,,,,,,,
f103-GPS,*,,,,,,,
f103-HWESC,*,,,,,,,
f103-QiotekPeriph,*,,,,,,,
f103-RangeFinder,*,,,,,,,
f103-Trigger,*,,,,,,,
f303-GPS,*,,,,,,,
f303-HWESC,*,,,,,,,
f303-M10025,*,,,,,,,
f303-M10070,*,,,,,,,
f303-MatekGPS,*,,,,,,,
f303-PWM,*,,,,,,,
f303-TempSensor,*,,,,,,,
f303-Universal,*,,,,,,,
f405-MatekAirspeed,*,,,,,,,

@tridge tridge merged commit ba30502 into ArduPilot:master Aug 14, 2024
93 checks passed
@peterbarker peterbarker deleted the pr/notify-led-defaults branch August 14, 2024 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants