Skip to content

Commit

Permalink
Merge branch 'release/v1.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jul 18, 2019
2 parents fc43b34 + 5d2f447 commit 1033d3a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions boards/stc15f2k60s2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"f_cpu": "6000000",
"size_iram": 256,
"size_xram": 1536,
"size_code": 61440,
"size_heap": 128,
"mcu": "stc15f2k60s2",
"cpu": "mcs51"
},
"frameworks": [],
"upload": {
"maximum_ram_size": 2048,
"maximum_size": 61440,
"protocol": "stcgal",
"stcgal_protocol": "stc15",
"protocols": [
"stcgal"
]
},
"name": "Generic STC15F2K60S2",
"url": "https://www.stcmicro.com/STC/STC15F2K32S2.html",
"vendor": "STC"
}
2 changes: 1 addition & 1 deletion platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-intel_mcs51.git"
},
"version": "1.2.1",
"version": "1.2.2",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json"
Expand Down

0 comments on commit 1033d3a

Please sign in to comment.