Skip to content

Commit

Permalink
Cleanup build config; prep for Beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
djphazer committed Jan 29, 2024
1 parent 9ad2e49 commit 0747cac
Showing 1 changed file with 8 additions and 77 deletions.
85 changes: 8 additions & 77 deletions software/src/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ build_flags =

[env:T4]
build_flags =
-DTEENSY_OPT_SMALLEST_CODE
-DUSB_MIDI
-Iextern
${env.build_flags}
-DPEWPEWPEW
-DDRUMMAP_GRIDS2
-DENABLE_APP_CALIBR8OR
Expand Down Expand Up @@ -90,7 +88,6 @@ build_flags = ${env:T4.build_flags}
; phazer's choice build
build_flags =
${env.build_flags}
-DDRUMMAP_GRIDS2
-DENABLE_APP_CALIBR8OR
-DENABLE_APP_SCENES
-DENABLE_APP_ENIGMA
Expand All @@ -104,6 +101,7 @@ build_flags =
-DENABLE_APP_BBGEN
; -DENABLE_APP_REFERENCES
-DPEWPEWPEW
-DDRUMMAP_GRIDS2
-DOC_VERSION_EXTRA="\"_phz\""
[env:wepwepwep]
build_flags =
Expand All @@ -128,13 +126,13 @@ build_flags =
-DENABLE_APP_SCENES
-DENABLE_APP_ENIGMA
-DENABLE_APP_MIDI
-DENABLE_APP_NEURAL_NETWORK
; -DENABLE_APP_NEURAL_NETWORK
-DENABLE_APP_PONG
-DENABLE_APP_DARKEST_TIMELINE
-DENABLE_APP_PIQUED
-DENABLE_APP_POLYLFO
; -DENABLE_APP_LORENZ
-DOC_VERSION_EXTRA="\"+main\""
-DENABLE_APP_LORENZ
; -DOC_VERSION_EXTRA="\"+main\""
;
; -DENABLE_APP_ASR
; -DENABLE_APP_QUANTERMAIN
Expand All @@ -146,57 +144,11 @@ build_flags =
; -DENABLE_APP_BBGEN
; -DENABLE_APP_BYTEBEATGEN

[env:oc_stock1]
build_flags =
${env.build_flags}
-DENABLE_APP_PONG
-DENABLE_APP_ASR
-DENABLE_APP_QUANTERMAIN
; -DENABLE_APP_METAQ
-DENABLE_APP_PIQUED
-DENABLE_APP_CHORDS
-DENABLE_APP_SEQUINS
; -DENABLE_APP_POLYLFO
; -DENABLE_APP_H1200
-DENABLE_APP_AUTOMATONNETZ
-DENABLE_APP_LORENZ
; -DENABLE_APP_BBGEN
; -DENABLE_APP_BYTEBEATGEN
-DOC_VERSION_EXTRA="\"+stock1\""

[env:oc_stock2]
build_flags =
${env.build_flags}
-DENABLE_APP_PONG
-DENABLE_APP_ASR
-DENABLE_APP_QUANTERMAIN
-DENABLE_APP_METAQ
; -DENABLE_APP_PIQUED
-DENABLE_APP_CHORDS
; -DENABLE_APP_SEQUINS
-DENABLE_APP_POLYLFO
-DENABLE_APP_H1200
-DENABLE_APP_AUTOMATONNETZ
-DENABLE_APP_LORENZ
-DENABLE_APP_BBGEN
-DENABLE_APP_BYTEBEATGEN
-DOC_VERSION_EXTRA="\"+stock2\""

[env:main_flipped]
build_flags =
${env:main.build_flags}
-DFLIP_180

[env:oc_stock1_flipped]
build_flags =
${env:oc_stock1.build_flags}
-DFLIP_180

[env:oc_stock2_flipped]
build_flags =
${env:oc_stock2.build_flags}
-DFLIP_180

[env:main_vor]
build_flags =
${env:main.build_flags}
Expand All @@ -207,31 +159,9 @@ build_flags =
${env:main_flipped.build_flags}
-DVOR

[env:oc_stock1_vor]
build_flags =
${env:oc_stock1.build_flags}
-DVOR

[env:oc_stock1_vor_flipped]
build_flags =
${env:oc_stock1_flipped.build_flags}
-DVOR

[env:oc_stock2_vor]
build_flags =
${env:oc_stock2.build_flags}
-DVOR

[env:oc_stock2_vor_flipped]
build_flags =
${env:oc_stock2_flipped.build_flags}
-DVOR

[env:buchla]
build_flags =
-DTEENSY_OPT_SMALLEST_CODE
-DUSB_MIDI
-Iextern
${env.build_flags}
-DDRUMMAP_GRIDS2
-DENABLE_APP_CALIBR8OR
-DENABLE_APP_SCENES
Expand All @@ -240,8 +170,9 @@ build_flags =
-DENABLE_APP_PIQUED
-DENABLE_APP_POLYLFO
-DENABLE_APP_PASSENCORE
-DENABLE_APP_H1200
; -DENABLE_APP_H1200
-DENABLE_APP_BYTEBEATGEN
-DENABLE_APP_BBGEN
-DPEWPEWPEW
-DBUCHLA_SUPPORT
-DBUCHLA_4U
Expand Down

0 comments on commit 0747cac

Please sign in to comment.