Skip to content

Commit

Permalink
Merge pull request #6323 from iNavFlight/dzikuvx-disable-all-f3-targets
Browse files Browse the repository at this point in the history
Disable all F3 targets
  • Loading branch information
DzikuVx authored Dec 4, 2020
2 parents 2bb1158 + 1619e12 commit 63f1aa6
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/main/target/AIRHEROF3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
target_stm32f303xc(AIRHEROF3 HSE_MHZ 12)
target_stm32f303xc(AIRHEROF3_QUAD HSE_MHZ 12)
target_stm32f303xc(AIRHEROF3 HSE_MHZ 12 SKIP_RELEASES)
target_stm32f303xc(AIRHEROF3_QUAD HSE_MHZ 12 SKIP_RELEASES)
2 changes: 1 addition & 1 deletion src/main/target/FALCORE/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
target_stm32f303xc(FALCORE HSE_MHZ 12)
target_stm32f303xc(FALCORE HSE_MHZ 12 SKIP_RELEASES)
2 changes: 1 addition & 1 deletion src/main/target/FRSKYF3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
target_stm32f303xc(FRSKYF3)
target_stm32f303xc(FRSKYF3 SKIP_RELEASES)
2 changes: 1 addition & 1 deletion src/main/target/LUX_RACE/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
target_stm32f303xc(LUX_RACE)
target_stm32f303xc(LUX_RACE SKIP_RELEASES)
2 changes: 1 addition & 1 deletion src/main/target/MOTOLAB/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
target_stm32f303xc(MOTOLAB)
target_stm32f303xc(MOTOLAB SKIP_RELEASES)
2 changes: 1 addition & 1 deletion src/main/target/PIKOBLX/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
target_stm32f303xc(PIKOBLX)
target_stm32f303xc(PIKOBLX SKIP_RELEASES)
2 changes: 1 addition & 1 deletion src/main/target/RCEXPLORERF3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
target_stm32f303xc(RCEXPLORERF3)
target_stm32f303xc(RCEXPLORERF3 SKIP_RELEASES)
2 changes: 1 addition & 1 deletion src/main/target/RMDO/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
target_stm32f303xc(RMDO COMPILE_DEFINITIONS "SPRACINGF3")
target_stm32f303xc(RMDO COMPILE_DEFINITIONS "SPRACINGF3" SKIP_RELEASES)
2 changes: 1 addition & 1 deletion src/main/target/SPARKY/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
target_stm32f303xc(SPARKY)
target_stm32f303xc(SPARKY SKIP_RELEASES)
2 changes: 1 addition & 1 deletion src/main/target/SPRACINGF3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
target_stm32f303xc(SPRACINGF3)
target_stm32f303xc(SPRACINGF3 SKIP_RELEASES)
2 changes: 1 addition & 1 deletion src/main/target/SPRACINGF3MINI/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
target_stm32f303xc(SPRACINGF3MINI)
target_stm32f303xc(SPRACINGF3MINI SKIP_RELEASES)

0 comments on commit 63f1aa6

Please sign in to comment.