-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
66 lines (64 loc) · 2.31 KB
/
platformio.ini
File metadata and controls
66 lines (64 loc) · 2.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:rpipico]
platform = https://github.com/maxgerhardt/platform-raspberrypi
board = rpipico
framework = arduino
board_build.core = earlephilhower
board_build.filesystem_size = 0.5m
upload_protocol = cmsis-dap
debug_tool = cmsis-dap
debug_speed = 10000
upload_speed = 10000
extra_scripts=pre:add_git_branch.py
lib_deps =
MIDI Library
Adafruit TinyUSB Library=https://github.com/doctea/Adafruit_TinyUSB_Arduino
khoih-prog=https://github.com/khoih-prog/Functional-Vlpp@>=1.0.2
LinkedList=https://github.com/vortigont/LinkedList
ArxTypeTraits
;https://github.com/doctea/midihelpers ;; uncomment these lines if you're not me -doctea
;https://github.com/doctea/parameters
;https://github.com/doctea/seqlib
midihelpers
parameters
seqlib
uClock
SimplyAtomic=https://github.com/wizard97/SimplyAtomic
ArduinoHashtable=https://github.com/braydenanderson2014/ArduinoHashtable
SimpleVector=https://github.com/doctea/SimpleVector
lib_extra_dirs =
lib
C:\Users\doctea\Documents\Arduino\my_libraries ;; comment out this line if you're not me -doctea
build_flags =
-DUSE_UCLOCK
-DUSB_MIDI_VID=0x2E8A
-DUSB_MIDI_PID=0x10C1
-DUSB_MIDI_MANUFACTURER="\"MusicThing\""
-DUSB_MIDI_PRODUCT="\"Compulidian\""
-DUSE_TINYUSB ;; todo - sync to host device via USB MIDI
-DENABLE_EUCLIDIAN
-DENABLE_PARAMETERS
-DENABLE_CV_INPUT
-DFAST_VOLTAGE_READS
;-DENABLE_ENVELOPES ;; todo - output envelope/LFOs on the CV outputs
;-DENABLE_CLOCK_INPUT_CV ;; todo - clock input CV via the pulse inputs
-DRP2040OutputWrapperClass=WorkshopOutputWrapper
;-DENABLE_DEBUG_SERIAL
-DNUM_GLOBAL_DENSITY_CHANNELS=2
-DSAMPLESET=R808
-DCALCULATE_SAMPLES_MODE=IN_MAIN_LOOP
;-DCALCULATE_SAMPLES_MODE=IN_AUDIO_WORKER
-DDEFAULT_INTERPOLATION_ENABLED=1
-DENABLE_SHUFFLE
-DSEQLIB_DISABLE_PATTERN_EUCLIDIAN_PARAMETERS
-DCOMPENSATE_ADC_DNL
-DCOMPENSATE_ADC_LPF_CV
-DCOMPENSATE_ADC_LPF_KNOB