File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 50
50
51
51
env .Append (
52
52
CPPDEFINES = [
53
- "ARDUINO=10600" ,
54
- "TEENSYDUINO=%s" % FRAMEWORK_VERSION .split ("." )[1 ]
53
+ ( "ARDUINO" , 10610 ) ,
54
+ ( "TEENSYDUINO" , FRAMEWORK_VERSION .split ("." )[1 ])
55
55
],
56
56
57
57
CPPPATH = [
Original file line number Diff line number Diff line change 40
40
],
41
41
42
42
CPPDEFINES = [
43
- "F_CPU= $BOARD_F_CPU" ,
43
+ ( "F_CPU" , " $BOARD_F_CPU") ,
44
44
"LAYOUT_US_ENGLISH"
45
45
],
46
46
Original file line number Diff line number Diff line change 6
6
"homepage" : " http://platformio.org/platforms/teensy" ,
7
7
"license" : " Apache-2.0" ,
8
8
"engines" : {
9
- "platformio" : " ^3.0.0" ,
10
- "scons" : " >=2.3.0,<2.6.0"
9
+ "platformio" : " ^3.0.0"
11
10
},
12
11
"repository" : {
13
12
"type" : " git" ,
14
13
"url" : " https://github.com/platformio/platform-teensy.git"
15
14
},
16
- "version" : " 1.3 .0" ,
15
+ "version" : " 1.4 .0" ,
17
16
"packageRepositories" : [
18
17
" https://dl.bintray.com/platformio/dl-packages/manifest.json" ,
19
18
" https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download" ,
48
47
"framework-mbed" : {
49
48
"type" : " framework" ,
50
49
"optional" : true ,
51
- "version" : " ~3.127 .0"
50
+ "version" : " ~3.126 .0"
52
51
},
53
52
"tool-teensy" : {
54
53
"type" : " uploader" ,
You can’t perform that action at this time.
0 commit comments