Skip to content

Commit 1289d77

Browse files
committed
Update platform.ini files to test RDA8910 build
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 13f3f3d commit 1289d77

File tree

6 files changed

+62
-18
lines changed

6 files changed

+62
-18
lines changed

examples/adc-example/platformio.ini

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,28 @@
88
; Please visit documentation for the other options and examples
99
; https://docs.platformio.org/page/projectconf.html
1010

11-
[platformio]
12-
default_envs = s20gsm
13-
1411
; Common env setup
1512
[env]
1613
platform = logicrom
17-
board = s20gsm
1814
framework = logicromsdk
1915
monitor_speed = 115200
2016

2117
; Release env
2218
[env:s20gsm]
19+
board = s20gsm
2320

2421
; Debug env
2522
[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
2634
build_type = debug
2735
debug_build_flags = -Os -g2

examples/arduino-blink/platformio.ini

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,10 @@ framework = arduino
1515
monitor_speed = 115200
1616

1717
; 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

examples/gpio-blink/platformio.ini

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,10 @@
1212
platform = logicrom
1313
board = s20gsm
1414
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

examples/socket-example/platformio.ini

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,28 @@
88
; Please visit documentation for the other options and examples
99
; https://docs.platformio.org/page/projectconf.html
1010

11-
[platformio]
12-
default_envs = s20gsm
13-
1411
; Common env setup
1512
[env]
1613
platform = logicrom
17-
board = s20gsm
1814
framework = logicromsdk
1915
monitor_speed = 115200
2016

2117
; Release env
2218
[env:s20gsm]
19+
board = s20gsm
2320

2421
; Debug env
2522
[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
2634
build_type = debug
2735
debug_build_flags = -Os -g2

examples/ssl-socket-clientauth/platformio.ini

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,28 @@
88
; Please visit documentation for the other options and examples
99
; https://docs.platformio.org/page/projectconf.html
1010

11-
[platformio]
12-
default_envs = s20gsm
13-
1411
; Common env setup
1512
[env]
1613
platform = logicrom
17-
board = s20gsm
1814
framework = logicromsdk
1915
monitor_speed = 115200
2016

2117
; Release env
2218
[env:s20gsm]
19+
board = s20gsm
2320

2421
; Debug env
2522
[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
2634
build_type = debug
2735
debug_build_flags = -Os -g2

examples/ssl-socket-example/platformio.ini

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,28 @@
88
; Please visit documentation for the other options and examples
99
; https://docs.platformio.org/page/projectconf.html
1010

11-
[platformio]
12-
default_envs = s20gsm
13-
1411
; Common env setup
1512
[env]
1613
platform = logicrom
17-
board = s20gsm
1814
framework = logicromsdk
1915
monitor_speed = 115200
2016

2117
; Release env
2218
[env:s20gsm]
19+
board = s20gsm
2320

2421
; Debug env
2522
[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
2634
build_type = debug
2735
debug_build_flags = -Os -g2

0 commit comments

Comments
 (0)