File tree Expand file tree Collapse file tree 6 files changed +62
-18
lines changed Expand file tree Collapse file tree 6 files changed +62
-18
lines changed Original file line number Diff line number Diff line change 8
8
; Please visit documentation for the other options and examples
9
9
; https://docs.platformio.org/page/projectconf.html
10
10
11
- [platformio]
12
- default_envs = s20gsm
13
-
14
11
; Common env setup
15
12
[env]
16
13
platform = logicrom
17
- board = s20gsm
18
14
framework = logicromsdk
19
15
monitor_speed = 115200
20
16
21
17
; Release env
22
18
[env:s20gsm]
19
+ board = s20gsm
23
20
24
21
; Debug env
25
22
[env:s20gsm_debug]
23
+ board = s20gsm
24
+ build_type = debug
25
+ debug_build_flags = -Os -g2
26
+
27
+ ; Release env
28
+ [env:ec200]
29
+ board = ec200
30
+
31
+ ; Debug env
32
+ [env:ec200_debug]
33
+ board = ec200
26
34
build_type = debug
27
35
debug_build_flags = -Os -g2
Original file line number Diff line number Diff line change @@ -15,4 +15,10 @@ framework = arduino
15
15
monitor_speed = 115200
16
16
17
17
; Define STDIO Port (Default is /dev/ttyUSB0)
18
- build_flags =' -DDEFAULT_STDIO_PORT="/dev/ttyS0"'
18
+ build_flags =' -DDEFAULT_STDIO_PORT="/dev/ttyS0"'
19
+
20
+ [env:ec200]
21
+ platform = logicrom
22
+ board = ec200
23
+ framework = arduino
24
+ monitor_speed = 115200
Original file line number Diff line number Diff line change 12
12
platform = logicrom
13
13
board = s20gsm
14
14
framework = logicromsdk
15
- monitor_speed = 115200
15
+ monitor_speed = 115200
16
+
17
+ [env:ec200]
18
+ platform = logicrom
19
+ board = ec200
20
+ framework = logicromsdk
21
+ monitor_speed = 115200
Original file line number Diff line number Diff line change 8
8
; Please visit documentation for the other options and examples
9
9
; https://docs.platformio.org/page/projectconf.html
10
10
11
- [platformio]
12
- default_envs = s20gsm
13
-
14
11
; Common env setup
15
12
[env]
16
13
platform = logicrom
17
- board = s20gsm
18
14
framework = logicromsdk
19
15
monitor_speed = 115200
20
16
21
17
; Release env
22
18
[env:s20gsm]
19
+ board = s20gsm
23
20
24
21
; Debug env
25
22
[env:s20gsm_debug]
23
+ board = s20gsm
24
+ build_type = debug
25
+ debug_build_flags = -Os -g2
26
+
27
+ ; Release env
28
+ [env:ec200]
29
+ board = ec200
30
+
31
+ ; Debug env
32
+ [env:ec200_debug]
33
+ board = ec200
26
34
build_type = debug
27
35
debug_build_flags = -Os -g2
Original file line number Diff line number Diff line change 8
8
; Please visit documentation for the other options and examples
9
9
; https://docs.platformio.org/page/projectconf.html
10
10
11
- [platformio]
12
- default_envs = s20gsm
13
-
14
11
; Common env setup
15
12
[env]
16
13
platform = logicrom
17
- board = s20gsm
18
14
framework = logicromsdk
19
15
monitor_speed = 115200
20
16
21
17
; Release env
22
18
[env:s20gsm]
19
+ board = s20gsm
23
20
24
21
; Debug env
25
22
[env:s20gsm_debug]
23
+ board = s20gsm
24
+ build_type = debug
25
+ debug_build_flags = -Os -g2
26
+
27
+ ; Release env
28
+ [env:ec200]
29
+ board = ec200
30
+
31
+ ; Debug env
32
+ [env:ec200_debug]
33
+ board = ec200
26
34
build_type = debug
27
35
debug_build_flags = -Os -g2
Original file line number Diff line number Diff line change 8
8
; Please visit documentation for the other options and examples
9
9
; https://docs.platformio.org/page/projectconf.html
10
10
11
- [platformio]
12
- default_envs = s20gsm
13
-
14
11
; Common env setup
15
12
[env]
16
13
platform = logicrom
17
- board = s20gsm
18
14
framework = logicromsdk
19
15
monitor_speed = 115200
20
16
21
17
; Release env
22
18
[env:s20gsm]
19
+ board = s20gsm
23
20
24
21
; Debug env
25
22
[env:s20gsm_debug]
23
+ board = s20gsm
24
+ build_type = debug
25
+ debug_build_flags = -Os -g2
26
+
27
+ ; Release env
28
+ [env:ec200]
29
+ board = ec200
30
+
31
+ ; Debug env
32
+ [env:ec200_debug]
33
+ board = ec200
26
34
build_type = debug
27
35
debug_build_flags = -Os -g2
You can’t perform that action at this time.
0 commit comments