File tree Expand file tree Collapse file tree 8 files changed +46
-35
lines changed Expand file tree Collapse file tree 8 files changed +46
-35
lines changed Original file line number Diff line number Diff line change 10
10
- PLATFORMIO_PROJECT_DIR=examples/simba-blink
11
11
12
12
install :
13
- - pip install -U https://github.com/platformio/platformio/archive/feature/platformio-30 .zip
13
+ - pip install -U https://github.com/platformio/platformio/archive/develop .zip
14
14
- platformio platform install file://.
15
15
16
16
script :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ environment:
11
11
install :
12
12
- cmd : git submodule update --init --recursive
13
13
- cmd : SET PATH=%PATH%;C:\Python27\Scripts
14
- - cmd : pip install -U https://github.com/platformio/platformio/archive/feature/platformio-30 .zip
14
+ - cmd : pip install -U https://github.com/platformio/platformio/archive/develop .zip
15
15
- cmd : platformio platform install file://.
16
16
17
17
test_script :
Original file line number Diff line number Diff line change 1
- #
2
- # PlatformIO Project Configuration File
3
- #
4
- # Please make sure to read documentation with examples first
5
- # http://docs.platformio.org/en/stable/projectconf.html
6
- #
1
+ ; PlatformIO Project Configuration File
2
+ ;
3
+ ; Build options: build flags, source filter, extra scripting
4
+ ; Upload options: custom port, speed and extra flags
5
+ ; Library options: dependencies, extra library storages
6
+ ;
7
+ ; Please visit documentation for the other options and examples
8
+ ; http://docs.platformio.org/en/stable/projectconf.html
7
9
8
10
[env:d1]
9
11
platform = espressif
Original file line number Diff line number Diff line change 1
- #
2
- # PlatformIO Project Configuration File
3
- #
4
- # Please make sure to read documentation with examples first
5
- # http://docs.platformio.org/en/stable/projectconf.html
6
- #
1
+ ; PlatformIO Project Configuration File
2
+ ;
3
+ ; Build options: build flags, source filter, extra scripting
4
+ ; Upload options: custom port, speed and extra flags
5
+ ; Library options: dependencies, extra library storages
6
+ ;
7
+ ; Please visit documentation for the other options and examples
8
+ ; http://docs.platformio.org/en/stable/projectconf.html
7
9
8
10
[env:esp01]
9
11
platform = espressif
Original file line number Diff line number Diff line change 1
- #
2
- # PlatformIO Project Configuration File
3
- #
4
- # Please make sure to read documentation with examples first
5
- # http://docs.platformio.org/en/stable/projectconf.html
6
- #
1
+ ; PlatformIO Project Configuration File
2
+ ;
3
+ ; Build options: build flags, source filter, extra scripting
4
+ ; Upload options: custom port, speed and extra flags
5
+ ; Library options: dependencies, extra library storages
6
+ ;
7
+ ; Please visit documentation for the other options and examples
8
+ ; http://docs.platformio.org/en/stable/projectconf.html
7
9
8
10
[env:esp01]
9
11
platform = espressif
Original file line number Diff line number Diff line change 1
- #
2
- # PlatformIO Project Configuration File
3
- #
4
- # Please make sure to read documentation with examples first
5
- # http://docs.platformio.org/en/stable/projectconf.html
6
- #
1
+ ; PlatformIO Project Configuration File
2
+ ;
3
+ ; Build options: build flags, source filter, extra scripting
4
+ ; Upload options: custom port, speed and extra flags
5
+ ; Library options: dependencies, extra library storages
6
+ ;
7
+ ; Please visit documentation for the other options and examples
8
+ ; http://docs.platformio.org/en/stable/projectconf.html
7
9
8
10
[env:esp01]
9
11
platform = espressif
Original file line number Diff line number Diff line change 1
- #
2
- # PlatformIO Project Configuration File
3
- #
4
- # Please make sure to read documentation with examples first
5
- # http://docs.platformio.org/en/stable/projectconf.html
6
- #
1
+ ; PlatformIO Project Configuration File
2
+ ;
3
+ ; Build options: build flags, source filter, extra scripting
4
+ ; Upload options: custom port, speed and extra flags
5
+ ; Library options: dependencies, extra library storages
6
+ ;
7
+ ; Please visit documentation for the other options and examples
8
+ ; http://docs.platformio.org/en/stable/projectconf.html
7
9
8
10
[env:esp12e]
9
11
platform = espressif
Original file line number Diff line number Diff line change 16
16
"type" : " git" ,
17
17
"url" : " https://github.com/platformio/platform-espressif.git"
18
18
},
19
- "version" : " 0.1.0 " ,
19
+ "version" : " 0.1.1 " ,
20
20
"packageRepositories" : [
21
21
" https://dl.bintray.com/platformio/dl-packages/manifest.json" ,
22
22
" https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download" ,
23
- " http://dl.platformio.org/packages/manifest.json"
23
+ " http://dl.platformio.org/packages/manifest.json" ,
24
+ " https://raw.githubusercontent.com/eerimoq/simba/master/make/platformio/manifest.json"
24
25
],
25
26
"frameworks" : {
26
27
"arduino" : {
45
46
"framework-simba" : {
46
47
"type" : " framework" ,
47
48
"optional" : true ,
48
- "version" : " ^1.500 .0"
49
+ "version" : " >=7.0 .0"
49
50
},
50
51
"tool-esptool" : {
51
52
"type" : " uploader" ,
You can’t perform that action at this time.
0 commit comments