File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ environment:
1010
1111install :
1212  - cmd : git submodule update --init --recursive 
13-   - cmd : SET PATH=%PATH%;C:\Python27 \Scripts 
14-   - cmd : pip  install -U https://github.com/platformio/platformio/archive/develop.zip
13+   - cmd : SET PATH=%PATH%;C:\Python36 \Scripts 
14+   - cmd : pip3  install -U https://github.com/platformio/platformio/archive/develop.zip
1515  - cmd : platformio platform install file://. 
1616
1717test_script :
Original file line number Diff line number Diff line change @@ -51,3 +51,8 @@ board = lpc11u35_y5_mbug
5151platform  = nxplpc
5252framework  = mbed
5353board  = lpc54114
54+ 
55+ [env:lpc11u68] 
56+ platform  = nxplpc
57+ framework  = mbed
58+ board  = lpc11u68
Original file line number Diff line number Diff line change 1212    "type" : " git"  ,
1313    "url" : " https://github.com/platformio/platform-nxplpc.git" 
1414  },
15-   "version" : " 4.2 .0"  ,
15+   "version" : " 4.3 .0"  ,
1616  "packageRepositories" : [
1717    " https://dl.bintray.com/platformio/dl-packages/manifest.json"  ,
1818    " http://dl.platformio.org/packages/manifest.json" 
3131    "framework-mbed" : {
3232      "type" : " framework"  ,
3333      "optional" : true ,
34-       "version" : " ~5.51105.190304 " 
34+       "version" : " ~5.51203.190509 " 
3535    },
3636    "tool-openocd" : {
3737      "type" : " debugger"  ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments