Skip to content

Commit

Permalink
HF3D: Make space in ITC_RAM for more RPM filters
Browse files Browse the repository at this point in the history
Lots of source files are compiled with speed optimisation,
which includes loop unrolling. This is filling up ITC_RAM
quickly. Let's disable speed optimisation on some files to
save up ITC_RAM for RPM filters. These files are still compiled
with optimisation, just without size implications.
  • Loading branch information
pmattila committed Jun 8, 2020
1 parent 7cca1b9 commit 9c69ac7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions make/source.mk
Expand Up @@ -224,14 +224,6 @@ SPEED_OPTIMISED_SRC := $(SPEED_OPTIMISED_SRC) \
drivers/timer.c \
fc/core.c \
fc/tasks.c \
fc/rc.c \
fc/rc_controls.c \
fc/runtime_config.c \
flight/gyroanalyse.c \
flight/imu.c \
flight/mixer.c \
flight/pid.c \
flight/rpm_filter.c \
rx/ibus.c \
rx/rx.c \
rx/rx_spi.c \
Expand Down

0 comments on commit 9c69ac7

Please sign in to comment.