- Nov 20, 2018
- Nov 19, 2018
-
-
David Sidrane authored
-
David Sidrane authored
Define the logical LED that are uses on sitl
-
David Sidrane authored
Define the logical LED that are uses on px4nucleoF767ZI-v1
-
David Sidrane authored
Define the logical LED that are uses on px4fmu-v5
-
David Sidrane authored
Define the logical LED that are uses on px4fmu-v4pro
-
David Sidrane authored
Define the logical LED that are uses on px4fmu-v4
-
David Sidrane authored
Define the logical LED that are uses on px4fmu-v2
-
David Sidrane authored
Define the logical LED that are uses on px4-stm32f4discovery
-
David Sidrane authored
Define the logical LED that are uses on px4-same70xplained-v1
-
David Sidrane authored
Define the logical LED that are uses on omnibus-f4sd
-
David Sidrane authored
Define the logical LED that are uses on nxphlite-v3
-
David Sidrane authored
Define the logical LED that are uses on mindpx-v2
-
David Sidrane authored
Define the logical LED that are uses on crazyflie
-
David Sidrane authored
Define the logical LED that are uses on auav-x21
-
David Sidrane authored
Define the logical LED that are uses on aerofc-v1
-
David Sidrane authored
add support for all the LEDS to support BOARD_HAS_CONTROL_STATUS_LEDS
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
This commit is the groundwork to fix the power LED blinking on V5 Background: ---------- Early boards only had an AMBER LED that was used to indicate a High Load condition. This change defines the new logical inteface the LED_<color> should not be used in application code moving forward, only the minipulator macros should be used. Logical usage Legacy default ------------------------+------------- BOARD_OVERLOAD_LED | LED_RED Later boards defined BOARD_HAS_CONTROL_STATUS_LEDS and added the use of a BLUE and GREEN LED that were used as follows: Logical usage Legacy default ------------------------+------------- BOARD_ARMED_LED | LED_BLUE BOARD_ARMED_STATE_LED | LED_GREEN With this PR a board may now define _only_ a subset the leds and map them at the board level to the color LED it wants to use. Logical usage Legacy default ------------------------+------------- BOARD_OVERLOAD_LED | LED_RED when BOARD_HAS_CONTROL_STATUS_LEDS is defined BOARD_ARMED_LED | LED_BLUE BOARD_ARMED_STATE_LED | LED_GREEN If any of the BOARD_{OVERLOAD|ARMED|ARMED_STATE}_LED are not defined. The code output generates a null action for that LED.
-
Daniel Agar authored
-
- Nov 16, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Paul Riseborough authored
Fixes bugs causing learned or GEO lookup declination to not be used in some circumstances. https://github.com/PX4/ecl/pull/518 https://github.com/PX4/ecl/pull/520
-
Matthias Grob authored
to save the time running the installer for every build which was necessary before because the folder exceedes the maximum of 1GB cache of the appveyor free plan
-
Daniel Agar authored
-
Daniel Agar authored
-
TSC21 authored
-
TSC21 authored
-
dkang authored
-