master
AP_Notify: replace AP_GPS::Status and AP_DAL_GPS::Status with AP_GPS_FixType
AP_Notify: create sanity in GPIO-based LED defines
AP_Notify: use linux hwdefs to define AP_Notify information
AP_Notify: add AP_NOTIFY_NEOPIXEL_MASK define support
AP_Notify: fix incorrect buzzer pin type to stop always instantiating
AP_Notify: ensure dshot LEDs work with EDT ESCs
AP_Notify: add support for dshot command beeps
AP_Notify: stop using linux board subtype in Notify LED setup
AP_Notify: tidy use of DiscreteRGB
AP_Notify: factor out a probe_i2c_display method
AP_Notify: improve display detection
AP_Notify: stop using ownptr for SH1106
AP_Notify: use NEW_NOTHROW for new(std::nothrow)
AP_Notify: add SITL Notify display
AP_Notify: fixed DroneCAN LEDs
AP_Notify: remove VRBrain board sub-types
AP_Notify: Fix compilation error in GPIO_LED_1.cpp
AP_Notify:correct and expand 1 led flash sequences
AP_Notify: stop using OwnPtr in IS31FL3195
AP_Notify: stop using ownptr in LP5562 driver
AP_Notify: rename Notify buzzertype enumeration
AP_Notify: Add missing const in member functions
AP_Notify: scale NCP5623 for for data range
AP_Notify: Remove indirection on RGBLed of init()->hw_init()
AP_Notify: add defines for some AP_Notify LED libraries
AP_Notify: Add send_text for scripting use
AP_Notify: rename HAL_OREO_LED_ENABLED to AP_NOTIFY_OREOLED_ENABLED
AP_Notify: remove unused enumeration
AP_Notify: allow pca9685 to be compiled out of code
AP_Notify: rename SRV_Channel::Aux_servo_function_t to SRV_Channel::Function
AP_Notify: add support for controlling ProfiLED via IOMCU safety pins
AP_Notify: flash green lights based off location not GPS
AP_Notify: use simulated toshiba LED for display rather than directly
AP_Notify: move from ENABLE_SCRIPTING to AP_SCRIPTING_ENABLED
all: use CLASS_NO_COPY() macro
AP_Notify: replace HAVE_FILESYSTEM_SUPPORT with backend defines
AP_Notify: use non-bitfield booleans
AP_Notify: avoid use of OwnPtr for ToshibaLED