Skip to content

Commit

Permalink
updated package index to add v5.29.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ndroid committed Aug 15, 2023
1 parent 862474e commit 6bc49cb
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,15 @@ The Package Index file names need to follow the convention specified in the Ardu

| Package Index File | MSP Board Version | Notes |
| ------------------ | ------ | ----- |
| `package_msp432_index.json` | 5.29.4 | MSP432P4xx boards only, use with local Arduino IDE/CLI |
| `package_msp432_index.json` | 5.29.5 | MSP432P4xx boards only, use with local Arduino IDE/CLI |



### Board Package Files

Located in the **cores** directory. These files are referenced by the package index json files. This directory will host package releases, beginning with version 5.29.4.

- `msp432-5.29.5.tar.bz2`
- `msp432-5.29.4.tar.bz2`

### Board Platform Compiler and Tool Versions
Expand All @@ -157,6 +158,7 @@ The tools are specific to the board package platform and version. These are curr

| Board Version | Compiler | dslite | ino2cpp |
| -------------- | -------- | ------ | ------- |
| MSP432 5.29.5 | arm-none-eabi-gcc 8.3.1-20190703 | 9.3.0.1863 | 1.0.7 |
| MSP432 5.29.4 | arm-none-eabi-gcc 8.3.1-20190703 | 9.3.0.1863 | 1.0.7 |

| Tool Download Links | | | |
Expand Down
Binary file added cores/msp432-5.29.5.tar.bz2
Binary file not shown.
6 changes: 6 additions & 0 deletions cores/tar_files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ d8dbd16f4e3900310d74bc3021b26021ca4d8c1d29b68d30813855bd291bef3d *msp432-5.29.4.
29831099 Aug 14 16:50 msp432-5.29.4.tar.bz2


msp432-5.29.5
a6bf215c7f932fe94b066afb3678f673c5bf57039b2e75e3afc5cb1ca265a692 *msp432-5.29.5.tar.bz2
29815957 Aug 15 16:27 msp432-5.29.5.tar.bz2



31 changes: 31 additions & 0 deletions package_msp432_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,37 @@
},
"platforms": [
{
"name": "TI MSP432P4xx Launchpad boards",
"architecture": "msp432",
"version": "5.29.5",
"category": "Energia",
"url": "https://github.com/ndroid/msp432-core/raw/main/cores/msp432-5.29.5.tar.bz2",
"archiveFileName": "msp432-5.29.5.tar.bz2",
"checksum": "SHA-256:a6bf215c7f932fe94b066afb3678f673c5bf57039b2e75e3afc5cb1ca265a692",
"size": "29815957",
"boards": [
{"name": "MSP_EXP432P401R"},
{"name": "MSP_EXP432P4111"}
],
"toolsDependencies": [
{
"packager":"energia",
"name":"arm-none-eabi-gcc",
"version":"8.3.1-20190703"
},
{
"packager":"energia",
"name":"dslite",
"version":"9.3.0.1863"
},
{
"packager":"energia",
"name":"ino2cpp",
"version":"1.0.7"
}
]
},
{
"name": "TI MSP432P4xx Launchpad boards",
"architecture": "msp432",
"version": "5.29.4",
Expand Down

0 comments on commit 6bc49cb

Please sign in to comment.