-
Notifications
You must be signed in to change notification settings - Fork 5
/
platformio.ini
36 lines (30 loc) · 951 Bytes
/
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
;
; Common lowlevel control build script
;
; Defines the dependencies related to each target.
;
; Author: Philipp Rothenhäusler, Stockholm 2020
;
; ###########################################
; Project related configuration
[platformio]
extra_configs =
tests.ini
./targets/template/platformio.ini
; ###########################################
; Project related configuration
[common]
default_src_filter = +<slos>
;default_src_filter = +<src/*> -<src/tests> -<src/targets/
; ###########################################
; Generic options
[env]
board = teensy40
platform = teensy
framework = arduino
lib_ldf_mode = deep+
lib_extra_dirs = ./external/
build_flags = !python hook_generic_deploy_keys_readable.py
extra_scripts =
hook_test.py
hook_generic_build.py