-
- curl --proto '=https' --tlsv1.2 -LsSf
- https://github.com/probe-rs/probe-rs/releases/latest/download/probe-rs-tools-installer.sh
- | sh
-
-
-
- - 0x{info.range.start.toString(16)} -- {cores.length > 1 && ( -
- 0x{info.range.end.toString(16)} -
- {humanFileSize(info.range.end - info.range.start)} -
-
- by{" "} - {authors.map((author, i) => ( - <> - {page ? ( - - {author} - - ) : ( - author - )} - {authors.length == 2 - ? i == authors.length - 1 - ? "" - : " and " - : authors.length > 2 - ? i == authors.length - 1 - ? "" - : ", " - : ""} - > - ))} -
-- -
-Showing {targetsToShow.length} {targetsToShow.length == 1 ? 'target' : 'targets'}.
+ +Manufacturer | +Family | +Variant | +Cores | +Flash | +RAM | +
---|---|---|---|---|---|
{getJep106(t)} | +{t.data.name} | +{v.name} | ++ {v.cores.length + + (v.cores.length == 1 ? ' core (' : ' cores (') + + v.cores.map(c => c.type).join(', ') + ')'} + | +{JSON.stringify(v.memory_map)} | +{v.cores.length} | +
+ by {authors.join(', ')} |
+
+ by {post.data.authors.join(", ")} |
+
{post.data.description}
+ ++ If a target is not listed, you have the option to extract it from a CMSIS-Pack or if that does not exist either, write a flash algorithm from scratch with our templates. +
+