forked from Archive/PX4-Autopilot
Board drivers: Optimize for size
This commit is contained in:
parent
75bc8136b1
commit
3d2a5bae51
|
@ -6,3 +6,5 @@ SRCS = aerocore_init.c \
|
||||||
aerocore_pwm_servo.c \
|
aerocore_pwm_servo.c \
|
||||||
aerocore_spi.c \
|
aerocore_spi.c \
|
||||||
aerocore_led.c
|
aerocore_led.c
|
||||||
|
|
||||||
|
MAXOPTIMIZATION = -Os
|
||||||
|
|
|
@ -8,3 +8,5 @@ SRCS = px4fmu_can.c \
|
||||||
px4fmu_spi.c \
|
px4fmu_spi.c \
|
||||||
px4fmu_usb.c \
|
px4fmu_usb.c \
|
||||||
px4fmu_led.c
|
px4fmu_led.c
|
||||||
|
|
||||||
|
MAXOPTIMIZATION = -Os
|
||||||
|
|
|
@ -8,3 +8,5 @@ SRCS = px4fmu_can.c \
|
||||||
px4fmu_spi.c \
|
px4fmu_spi.c \
|
||||||
px4fmu_usb.c \
|
px4fmu_usb.c \
|
||||||
px4fmu2_led.c
|
px4fmu2_led.c
|
||||||
|
|
||||||
|
MAXOPTIMIZATION = -Os
|
||||||
|
|
|
@ -4,3 +4,5 @@
|
||||||
|
|
||||||
SRCS = px4io_init.c \
|
SRCS = px4io_init.c \
|
||||||
px4io_pwm_servo.c
|
px4io_pwm_servo.c
|
||||||
|
|
||||||
|
MAXOPTIMIZATION = -Os
|
||||||
|
|
|
@ -4,3 +4,5 @@
|
||||||
|
|
||||||
SRCS = px4iov2_init.c \
|
SRCS = px4iov2_init.c \
|
||||||
px4iov2_pwm_servo.c
|
px4iov2_pwm_servo.c
|
||||||
|
|
||||||
|
MAXOPTIMIZATION = -Os
|
||||||
|
|
Loading…
Reference in New Issue