Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 682926e

Browse filesBrowse files
authored
Merge pull request #80 from sparkfun/STM32_testing
Added STM32 boards
2 parents 89c3942 + 523be7e commit 682926e
Copy full SHA for 682926e

File tree

Expand file treeCollapse file tree

2 files changed

+152
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+152
-1
lines changed

‎IDE_Board_Manager/package_sparkfun_index.json

Copy file name to clipboardExpand all lines: IDE_Board_Manager/package_sparkfun_index.json
+152-1Lines changed: 152 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2078,7 +2078,39 @@
20782078
"version": "1.2.0"
20792079
}
20802080
]
2081-
}
2081+
},
2082+
{
2083+
"name": "SparkFun STM32 Boards",
2084+
"architecture": "stm32",
2085+
"version": "1.0.0",
2086+
"category": "Contributed",
2087+
"url": "https://github.com/sparkfun/Arduino_Boards/raw/master/IDE_Board_Manager/sparkfun-stm32-1.0.0.tar.bz2",
2088+
"archiveFileName": "sparkfun-stm32-1.0.0.tar.bz2",
2089+
"checksum": "SHA-256:2ea9f35f66fbb73b26698319f202391b525d1cceb7a8fe2be454e89dc6e5b922",
2090+
"size": "4982552",
2091+
"boards": [
2092+
{ "name": "SparkFun STM32 Thing Plus" },
2093+
{ "name": "SparkFun STM32 MicroMod"},
2094+
{ "name": "Generic F405RG" }
2095+
],
2096+
"toolsDependencies": [
2097+
{
2098+
"packager": "SparkFun",
2099+
"version": "5.5.1",
2100+
"name": "CMSIS"
2101+
},
2102+
{
2103+
"packager": "SparkFun",
2104+
"version": "1.4.0",
2105+
"name": "STM32Tools"
2106+
},
2107+
{
2108+
"packager": "SparkFun",
2109+
"version": "9.2.1-1.1",
2110+
"name": "xpack-arm-none-eabi-gcc"
2111+
}
2112+
]
2113+
}
20822114
],
20832115
"tools": [
20842116
{
@@ -2148,6 +2180,125 @@
21482180
"size": "74461"
21492181
}
21502182
]
2183+
},
2184+
{
2185+
"name": "CMSIS",
2186+
"version": "5.5.1",
2187+
"systems":
2188+
[
2189+
{
2190+
"host": "i686-mingw32",
2191+
"url": "https://github.com/stm32duino/ArduinoModule-CMSIS/releases/download/5.5.1/CMSIS-5.5.1.tar.bz2",
2192+
"archiveFileName": "CMSIS-5.5.1.tar.bz2",
2193+
"checksum": "SHA-256:3dddbd241986fc7a7861a62c748abf350055ac4542d362f38f1778caad2c4bf8",
2194+
"size": "24351965"
2195+
},
2196+
{
2197+
"host": "x86_64-apple-darwin",
2198+
"url": "https://github.com/stm32duino/ArduinoModule-CMSIS/releases/download/5.5.1/CMSIS-5.5.1.tar.bz2",
2199+
"archiveFileName": "CMSIS-5.5.1.tar.bz2",
2200+
"checksum": "SHA-256:3dddbd241986fc7a7861a62c748abf350055ac4542d362f38f1778caad2c4bf8",
2201+
"size": "24351965"
2202+
},
2203+
{
2204+
"host": "x86_64-pc-linux-gnu",
2205+
"url": "https://github.com/stm32duino/ArduinoModule-CMSIS/releases/download/5.5.1/CMSIS-5.5.1.tar.bz2",
2206+
"archiveFileName": "CMSIS-5.5.1.tar.bz2",
2207+
"checksum": "SHA-256:3dddbd241986fc7a7861a62c748abf350055ac4542d362f38f1778caad2c4bf8",
2208+
"size": "24351965"
2209+
},
2210+
{
2211+
"host": "i686-pc-linux-gnu",
2212+
"url": "https://github.com/stm32duino/ArduinoModule-CMSIS/releases/download/5.5.1/CMSIS-5.5.1.tar.bz2",
2213+
"archiveFileName": "CMSIS-5.5.1.tar.bz2",
2214+
"checksum": "SHA-256:3dddbd241986fc7a7861a62c748abf350055ac4542d362f38f1778caad2c4bf8",
2215+
"size": "24351965"
2216+
},
2217+
{
2218+
"host": "arm-linux-gnueabihf",
2219+
"url": "https://github.com/stm32duino/ArduinoModule-CMSIS/releases/download/5.5.1/CMSIS-5.5.1.tar.bz2",
2220+
"archiveFileName": "CMSIS-5.5.1.tar.bz2",
2221+
"checksum": "SHA-256:3dddbd241986fc7a7861a62c748abf350055ac4542d362f38f1778caad2c4bf8",
2222+
"size": "24351965"
2223+
},
2224+
{
2225+
"host": "all",
2226+
"url": "https://github.com/stm32duino/ArduinoModule-CMSIS/releases/download/5.5.1/CMSIS-5.5.1.tar.bz2",
2227+
"archiveFileName": "CMSIS-5.5.1.tar.bz2",
2228+
"checksum": "SHA-256:3dddbd241986fc7a7861a62c748abf350055ac4542d362f38f1778caad2c4bf8",
2229+
"size": "24351965"
2230+
}
2231+
]
2232+
},
2233+
{
2234+
"name": "STM32Tools",
2235+
"version": "1.4.0",
2236+
"systems":
2237+
[
2238+
{
2239+
"host": "i686-mingw32",
2240+
"url": "https://github.com/stm32duino/Arduino_Tools/releases/download/1.4.0/STM32Tools-1.4.0-windows.tar.bz2",
2241+
"archiveFileName": "STM32Tools-1.4.0-windows.tar.bz2",
2242+
"checksum": "SHA-256:9d0e5401c28f83de6b9e5c1d3dd08c71f89ed574113af8a0b78c3e677653be07",
2243+
"size": "2818862"
2244+
},
2245+
{
2246+
"host": "x86_64-apple-darwin",
2247+
"url": "https://github.com/stm32duino/Arduino_Tools/releases/download/1.4.0/STM32Tools-1.4.0-mac.tar.bz2",
2248+
"archiveFileName": "STM32Tools-1.4.0-mac.tar.bz2",
2249+
"checksum": "SHA-256:861ab52fbfd6aa02e9efbd4f568bc536c6669975675660417b4c2e719fe15304",
2250+
"size": "757807"
2251+
},
2252+
{
2253+
"host": "x86_64-pc-linux-gnu",
2254+
"url": "https://github.com/stm32duino/Arduino_Tools/releases/download/1.4.0/STM32Tools-1.4.0-linux.tar.bz2",
2255+
"archiveFileName": "STM32Tools-1.4.0-linux.tar.bz2",
2256+
"checksum": "SHA-256:03ce112090a39ea5176b4401ec06208b8d8cccb4eb705c8f03c5aa74f3c99918",
2257+
"size": "755585"
2258+
},
2259+
{
2260+
"host": "i686-pc-linux-gnu",
2261+
"url": "https://github.com/stm32duino/Arduino_Tools/releases/download/1.4.0/STM32Tools-1.4.0-linux.tar.bz2",
2262+
"archiveFileName": "STM32Tools-1.4.0-linux.tar.bz2",
2263+
"checksum": "SHA-256:03ce112090a39ea5176b4401ec06208b8d8cccb4eb705c8f03c5aa74f3c99918",
2264+
"size": "755585"
2265+
}
2266+
]
2267+
},
2268+
{
2269+
"name": "xpack-arm-none-eabi-gcc",
2270+
"version": "9.2.1-1.1",
2271+
"systems":
2272+
[
2273+
{
2274+
"host": "i686-mingw32",
2275+
"url": "https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/download/v9.2.1-1.1/xpack-arm-none-eabi-gcc-9.2.1-1.1-win32-x32.zip",
2276+
"archiveFileName": "xpack-arm-none-eabi-gcc-9.2.1-1.1-win32-x32.zip",
2277+
"checksum": "SHA-256:d13aaff4caae6e5f1b871d50accc1759c4f5750574dbd4d6f6e3017c33f39dc6",
2278+
"size": "128697954"
2279+
},
2280+
{
2281+
"host": "x86_64-apple-darwin",
2282+
"url": "https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/download/v9.2.1-1.1/xpack-arm-none-eabi-gcc-9.2.1-1.1-darwin-x64.tar.gz",
2283+
"archiveFileName": "xpack-arm-none-eabi-gcc-9.2.1-1.1-darwin-x64.tar.gz",
2284+
"checksum": "SHA-256:6ff68117083624273c56244cf4242989a65069b376a9727ec4a230be824340f3",
2285+
"size": "132371371"
2286+
},
2287+
{
2288+
"host": "x86_64-pc-linux-gnu",
2289+
"url": "https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/download/v9.2.1-1.1/xpack-arm-none-eabi-gcc-9.2.1-1.1-linux-x64.tar.gz",
2290+
"archiveFileName": "xpack-arm-none-eabi-gcc-9.2.1-1.1-linux-x64.tar.gz",
2291+
"checksum": "SHA-256:bbde117b97f229dfe63721c0323c3da6839e83cf302c8f4ff25e0f36ecf7a428",
2292+
"size": "135081450"
2293+
},
2294+
{
2295+
"host": "i686-pc-linux-gnu",
2296+
"url": "https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/download/v9.2.1-1.1/xpack-arm-none-eabi-gcc-9.2.1-1.1-linux-x32.tar.gz",
2297+
"archiveFileName": "xpack-arm-none-eabi-gcc-9.2.1-1.1-linux-x32.tar.gz",
2298+
"checksum": "SHA-256:e9f4b5f3ebe7e4391e2423e4106493d7cfcdee9eee4a1f0766f1c23662093a49",
2299+
"size": "137429272"
2300+
}
2301+
]
21512302
}
21522303
]
21532304
},
4.75 MB
Binary file not shown.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.