Skip to content

Commit

Permalink
remove ACRO-TRAINER, add AbsoluteControl, ItermRelax and SmoothingFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
joelucid committed Jun 12, 2018
1 parent a5ba016 commit d71fe83
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 1,000 deletions.
2 changes: 1 addition & 1 deletion make/targets.mk
Expand Up @@ -166,7 +166,7 @@ ifeq ($(filter $(TARGET),$(VALID_TARGETS)),)
$(error Target '$(TARGET)' is not valid, must be one of $(VALID_TARGETS). Have you prepared a valid target.mk?)
endif

ifeq ($(filter $(TARGET),$(F1_TARGETS) $(F3_TARGETS) $(F4_TARGETS) $(F7_TARGETS) $(SITL_TARGETS)),)
ifeq ($(filter $(TARGET),$(F1_TARGETS) $(F3_TARGETS) $(F4_TARGETS) $(F7_TARGETS)),)
$(error Target '$(TARGET)' has not specified a valid STM group, must be one of F1, F3, F405, F411 or F7x5. Have you prepared a valid target.mk?)
endif

Expand Down
1 change: 1 addition & 0 deletions src/main/target/FRSKYF3/target.h
Expand Up @@ -147,3 +147,4 @@

#define USABLE_TIMER_CHANNEL_COUNT 9
#define USED_TIMERS (TIM_N(1) | TIM_N(2) | TIM_N(3) | TIM_N(8) | TIM_N(17))
#undef USE_RC_SMOOTHING_FILTER
1 change: 1 addition & 0 deletions src/main/target/MIDELICF3/target.h
Expand Up @@ -154,3 +154,4 @@

#define USABLE_TIMER_CHANNEL_COUNT 6
#define USED_TIMERS (TIM_N(1) | TIM_N(2) | TIM_N(3) | TIM_N(8) | TIM_N(15))
#undef USE_RC_SMOOTHING_FILTER
1 change: 1 addition & 0 deletions src/main/target/OMNIBUS/target.h
Expand Up @@ -189,3 +189,4 @@

#define USABLE_TIMER_CHANNEL_COUNT 8 // PPM + 6 Outputs (2 shared with UART3)
#define USED_TIMERS (TIM_N(1) | TIM_N(2) | TIM_N(3) | TIM_N(4) | TIM_N(8) | TIM_N(15))
#undef USE_RC_SMOOTHING_FILTER
1 change: 1 addition & 0 deletions src/main/target/SIRINFPV/target.h
Expand Up @@ -161,3 +161,4 @@

#define USABLE_TIMER_CHANNEL_COUNT 7
#define USED_TIMERS (TIM_N(1) | TIM_N(2) | TIM_N(3) | TIM_N(4) | TIM_N(8) | TIM_N(17))
#undef USE_RC_SMOOTHING_FILTER
47 changes: 0 additions & 47 deletions src/main/target/SITL/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions src/main/target/SITL/pg.ld

This file was deleted.

0 comments on commit d71fe83

Please sign in to comment.