-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathplatformio.ini
41 lines (36 loc) · 1.1 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
[furble]
build_flags = -Wall -Wextra
-DFURBLE_VERSION=\"${sysenv.FURBLE_VERSION}\"
-DFURBLE_BATTERY_DEBUG=0
-DCORE_DEBUG_LEVEL=3
-DCONFIG_BT_NIMBLE_LOG_LEVEL=3
-DCONFIG_BT_NIMBLE_MAX_CONNECTIONS=9
-DCONFIG_BT_NIMBLE_MAX_BONDS=15
-DCONFIG_BT_NIMBLE_MAX_CCCDS=16
-DCONFIG_NIMBLE_CPP_LOG_LEVEL=1
-DCONFIG_NIMBLE_CPP_ENABLE_GAP_EVENT_CODE_TEXT=1
-DCONFIG_NIMBLE_CPP_ENABLE_RETURN_CODE_TEXT=1
-DLV_CONF_PATH="${platformio.include_dir}/lv_conf.h"
[env]
platform = espressif32
board_build.f_cpu = 80000000L
upload_protocol = esptool
framework = arduino, espidf
lib_deps =
lvgl/[email protected]
mikalhart/[email protected]
h2zero/[email protected]
[env:m5stick-c]
board = m5stick-c
build_flags = ${furble.build_flags} -DFURBLE_M5STICKC
[env:m5stick-c-plus]
board = m5stick-c
build_flags = ${furble.build_flags} -DFURBLE_M5STICKC_PLUS
[env:m5stack-core]
board = m5stack-core-esp32
build_flags = ${furble.build_flags} -DFURBLE_GROVE_CORE -DFURBLE_M5COREX -DFURBLE_M5STACK_CORE
[env:m5stack-core2]
board = m5stack-core2
build_flags = ${furble.build_flags} -DFURBLE_M5COREX