-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
45 lines (38 loc) · 1.19 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
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter, extra scripting
; Upload options: custom port, speed and extra flags
; Library options: dependencies, extra library storages
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
[platformio]
build_dir=project_build_files
[env:sipeed-maix-one-dock-test]
platform = kendryte210
platform_packages = [email protected]
framework = kendryte-standalone-sdk-develop
;this is the github sdk from master develop version
board = sipeed-maix-one-dock
monitor_speed = 115200
[env:sipeed-maix-one-dock]
platform = kendryte210
framework = kendryte-standalone-sdk-develop
;this is the github sdk from master develop version
board = sipeed-maix-one-dock
monitor_speed = 115200
[env:sipeed-maix-go]
platform = kendryte210
framework = kendryte-standalone-sdk
board = sipeed-maix-go
monitor_speed = 115200
[env:sipeed-maix-bit]
platform = kendryte210
framework = kendryte-standalone-sdk
board = sipeed-maix-bit
monitor_speed = 115200
[env:sipeed-maixduino]
platform = kendryte210
framework = kendryte-standalone-sdk
board = sipeed-maixduino
monitor_speed = 115200