Skip to content

Commit 4c5c5bc

Browse files
committed
release: STM8 core 1.0.0 and dependencies
* Core: See https://github.com/stm32duino/Arduino_Core_STM8/releases/tag/1.0.0 * Tools: See https://github.com/stm32duino/Arduino_Tools_STM8/releases/tag/1.0.0 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 465e824 commit 4c5c5bc

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

package_stmicroelectronics_index.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,32 @@
6363
"version": "5.7.0"
6464
}
6565
]
66+
},
67+
{
68+
"name": "STM8 MCU based boards",
69+
"architecture": "stm8",
70+
"version": "1.0.0",
71+
"category": "Contributed",
72+
"url": "https://github.com/stm32duino/Arduino_Core_STM8/releases/download/1.0.0/STM8-1.0.0.tar.bz2",
73+
"archiveFileName": "STM8-1.0.0.tar.bz2",
74+
"checksum": "SHA-256:f38055bfd8199feea66f02a3a25405d07aa3635f57b2adf15e93112b2d556584",
75+
"size": "374456",
76+
"boards": [
77+
{"name": "Nucleo_8S208RB"},
78+
{"name": "Nucleo_8L152R8"}
79+
],
80+
"toolsDependencies": [
81+
{
82+
"packager": "STMicroelectronics",
83+
"name": "cxppstm8",
84+
"version": "4.1.3"
85+
},
86+
{
87+
"packager": "STMicroelectronics",
88+
"name": "STM8Tools",
89+
"version": "1.0.0"
90+
}
91+
]
6692
}
6793
],
6894
"tools": [
@@ -198,6 +224,33 @@
198224
"size": "479795"
199225
}
200226
]
227+
},
228+
{
229+
"name": "cxppstm8",
230+
"version": "4.1.3",
231+
"systems": [
232+
{
233+
"host": "i686-mingw32",
234+
"url": "http://cosmicsoftware.com/Arduino/4.1.3/Cxppstm8.zip",
235+
"archiveFileName": "Cxppstm8.zip",
236+
"checksum": "SHA-256:1277e2ba80e744845ee55bb9088b206e324d401439ddd2956c13a4f418832dfe",
237+
"size": "32363283"
238+
}
239+
]
240+
},
241+
{
242+
"name": "STM8Tools",
243+
"version": "1.0.0",
244+
"systems":
245+
[
246+
{
247+
"host": "i686-mingw32",
248+
"url": "https://github.com/stm32duino/Arduino_Tools_STM8/releases/download/1.0.0/STM8Tools-1.0.0-windows.tar.bz2",
249+
"archiveFileName": "STM8Tools-1.0.0-windows.tar.bz2",
250+
"checksum": "SHA-256:e8e8c8c23b41ae02e3363a54acfd0c716813b8ef64db490af1555993c81dcd0a",
251+
"size": "6864757"
252+
}
253+
]
201254
}
202255
]
203256
}

0 commit comments

Comments
 (0)