-
Notifications
You must be signed in to change notification settings - Fork 3
/
platformio.ini
59 lines (54 loc) · 1.36 KB
/
platformio.ini
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
; 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
[platformio]
description = PanoController-Firmware
src_dir = examples/PanoController
lib_dir = .
default_envs =
esp32dev
[env]
framework = arduino
monitor_filters =
colorize
send_on_enter
monitor_speed = 115200
lib_deps =
laurb9/StepperDriver@^1.3.0
build_flags =
!echo "-D GIT_VERSION='\"$(git describe --long --dirty --always)\"'"
-D PLATFORM_MECHA_E1
; -D PLATFORM_PANOCONTROLLER_V4
; -D PLATFORM_GIGAPAN
[env:adafruit_feather_m0]
platform = atmelsam
board = adafruit_feather_m0
lib_deps =
${env.lib_deps}
adafruit/Adafruit BluefruitLE nRF51@^1.9.6
[env:teensylc]
platform = teensy
board = teensylc
lib_deps =
${env.lib_deps}
adafruit/Adafruit BluefruitLE nRF51@^1.9.6
featherfly/SoftwareSerial@^1.0
[env:esp32dev]
platform = espressif32
board = esp32dev
#board = esp-wrover-kit
board_build.f_cpu = 80000000L
lib_deps =
${env.lib_deps}
plerup/EspSoftwareSerial @ ^6.8.5
build_type = debug
build_flags =
${env.build_flags}
# -D CORE_DEBUG_LEVEL=5
# -D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG