Skip to content

Commit

Permalink
Build for Buchla
Browse files Browse the repository at this point in the history
  • Loading branch information
djphazer committed Jan 8, 2024
1 parent d01f754 commit 85aba64
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions software/o_c_REV/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
[platformio]
src_dir = .
default_envs =
buchla
pewpewpew
pewpewvor
wepwepwep
Expand Down Expand Up @@ -227,10 +228,23 @@ build_flags =

[env:buchla]
build_flags =
${env:main.build_flags}
-DTEENSY_OPT_SMALLEST_CODE
-DUSB_MIDI
-Iextern
-DDRUMMAP_GRIDS2
-DENABLE_APP_CALIBR8OR
-DENABLE_APP_SCENES
-DENABLE_APP_ENIGMA
-DENABLE_APP_PONG
-DENABLE_APP_PIQUED
-DENABLE_APP_POLYLFO
-DENABLE_APP_PASSENCORE
-DENABLE_APP_H1200
-DENABLE_APP_BYTEBEATGEN
-DPEWPEWPEW
-DBUCHLA_SUPPORT
-DBUCHLA_4U
-DOC_VERSION_EXTRA="\" Buchla\""
-DOC_VERSION_EXTRA="\"_Buchla\""

[env:oc_dev]
build_flags = ${env.build_flags} -DOC_DEV
Expand Down

0 comments on commit 85aba64

Please sign in to comment.