Skip to content

Commit 5a18de0

Browse files
committed
Updates for msp432E
1 parent 5ec7526 commit 5a18de0

1 file changed

Lines changed: 29 additions & 16 deletions

File tree

README.md

Lines changed: 29 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -274,29 +274,35 @@ brew install hidapi libusb-compat
274274
275275
Use this URL in the *Additional Boards Manager URLs* field: `https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Arduino/main/json/package_energia_optimized_index.json`
276276
277-
| File Name | MSP430 (GCC 4.6) | MSP430 (GCC 9.3) | MSP432 | Tiva | Notes |
278-
| ------------------ | ------ | ----- | ----- | ----- | ----- |
279-
| `package_energia_optimized_index.json` | 1.1.0 | 3.0.0 | 5.30.0 | 1.1.0 | Recommended for Arduino IDE. |
277+
The latest platform core versions referenced by `package_energia_optimized_index.json`:
278+
279+
| Platform | Version |
280+
| ---------------- | ------- |
281+
| MSP430 (GCC 4.6) | 1.1.0 |
282+
| MSP430 (GCC 9.3) | 3.0.0 |
283+
| MSP432 | 5.30.0 |
284+
| MSP432E | 5.20.0 |
285+
| Tiva | 1.1.0 |
280286
281287
##### Package index files to use with GitHub Actions
282288
283289
These files include a single platform version and only the tools needed for compilation. This shortens the time needed to run an action, since only the files needed for compilation are installed in the action runner. Use the URL `https://raw.githubusercontent.com/Andy4495/TI_Platform_Cores_For_Aduino/main/json/File-Name` in the `source-url` field.
284290
285-
| File Name | MSP430 Version | MSP432 Version | Tiva Version | Notes |
286-
| ------------------ | ------ | ----- | ----- | ----- |
287-
| `package_energia_minimal_msp430_index.json` | 1.1.0 and 3.0.0 | N/A | N/A | MSP430 boards only. |
288-
| `package_energia_minimal_msp432_index.json` | N/A | 5.30.0 | N/A | MSP432 boards only. |
289-
| `package_energia_minimal_tiva_index.json` | N/A | N/A | 1.1.0 | Tiva boards only. |
291+
| File Name | MSP430 Version | MSP432 Version | Tiva Version | Notes |
292+
| ------------------------------------------- | --------------- | -------------- | ------------ | ------------------ |
293+
| `package_energia_minimal_msp430_index.json` | 1.1.0 and 3.0.0 | N/A | N/A | MSP430 boards only |
294+
| `package_energia_minimal_msp432_index.json` | N/A | 5.30.0 | N/A | MSP432 boards only |
295+
| `package_energia_minimal_tiva_index.json` | N/A | N/A | 1.1.0 | Tiva boards only |
290296
291297
##### Package index files kept for historical reference or specialized applications
292298
293-
| File Name | MSP430 Version | MSP432 Version | Tiva Version | Notes |
294-
| ------------------ | ------ | ----- | ----- | ----- |
295-
| `package_energia_index.json` | 1.0.5 | 5.23.1 | 1.0.3 | Last official board manager URL published by Energia. |
296-
| `package_Energia23_index.json` | 1.0.6 | 5.25.2 | 1.0.3 | Version installed by Energia23. |
297-
| `package_energia_latest_index.json` | 1.0.7 | 5.29.0 | 1.0.4 | See [Note 1](#note) below. |
298-
| `package_msp430_elf_GCC_index.json` | 2.0.10 | N/A | N/A | See [Note 2](#note) below. |
299-
| `package_msp432_index.json` | N/A | 5.29.5 | N/A | [MPS432 package index][74] created by [ndroid][75]. |
299+
| File Name | MSP430 Version | MSP432 Version | Tiva Version | Notes |
300+
| ----------------------------------- | -------------- | -------------- | ------------ | ---------------------------------------------------- |
301+
| `package_energia_index.json` | 1.0.5 | 5.23.1 | 1.0.3 | Last official board manager URL published by Energia |
302+
| `package_Energia23_index.json` | 1.0.6 | 5.25.2 | 1.0.3 | Version installed by Energia23 |
303+
| `package_energia_latest_index.json` | 1.0.7 | 5.29.0 | 1.0.4 | See [Note 1](#note) below |
304+
| `package_msp430_elf_GCC_index.json` | 2.0.10 | N/A | N/A | See [Note 2](#note) below |
305+
| `package_msp432_index.json` | N/A | 5.29.5 | N/A | [MPS432 package index][74] created by [ndroid][75] |
300306
301307
##### Note
302308
@@ -319,6 +325,10 @@ These are copies of the board package files avaialble from Energia (except as no
319325
- `msp432r-5.29.2.tar.bz2`
320326
- `msp432-5.29.5.tar.bz2` (Created by GitHub user [ndroid][75])
321327
- `msp432-5.30.0.tar.bz2` (Updated from 5.29.5 by me to use dslite 12.8.0.3522)
328+
- `msp432e-5.19.0.tar.bz2` (This core is not compatible with Arduino)
329+
- `msp432e-core-5.19.1.tar.bz2` (Updated from 5.19.0 by me for Arduino compatiblity; uses GCC 6.3.1, dslite 12, ino2cpp 1.0.7)
330+
- `msp432e-core-5.19.2.tar.bz2` (Updated from 5.19.1 by me to fix some compiler warnings)
331+
- `msp432e-core-5.20.0.tar.bz2` (Updated from 5.19.2 by me to use GCC 8.3.1; no other changes from 5.19.2)
322332
- `tivac-1.0.3.tar.bz2`
323333
- `tivac-1.0.4.tar.bz2`
324334
- `tivac-1.1.0.tar.bz2` (Updated from 1.0.4 by me to use dslite 12.8.0.3522)
@@ -339,6 +349,9 @@ The tools are specific to the board package platform and version.
339349
| MSP432 5.30.0 | arm-none-eabi-gcc 8.3.1-20190703 | 12.8.0.3522 | N/A | 1.0.7 |
340350
| MSP432 5.29.5 | arm-none-eabi-gcc 8.3.1-20190703 | 9.3.0.1863 | N/A | 1.0.7 |
341351
| MSP432 5.29.2 | arm-none-eabi-gcc 6.3.1-20170620 | 9.2.0.1793 | N/A | 1.0.6 |
352+
| MSP432E 5.20.0 | arm-none-eabi-gcc 8.3.1-20190703 | 12.8.0.3522 | N/A | 1.0.7 |
353+
| MSP432E 5.19.2 | arm-none-eabi-gcc 6.3.1-20170620 | 12.8.0.3522 | N/A | 1.0.7 |
354+
| MSP432E 5.19.1 | arm-none-eabi-gcc 6.3.1-20170620 | 12.8.0.3522 | N/A | 1.0.7 |
342355
| Tiva 1.1.0 | arm-none-eabi-gcc 8.3.1-20190703 | 12.8.0.3522 | N/A | N/A |
343356
| Tiva 1.0.4 | arm-none-eabi-gcc 8.3.1-20190703 | 9.3.0.1863 | N/A | N/A |
344357
| Tiva 1.0.3 | arm-none-eabi-gcc 6.3.1-20170620 | 7.2.0.2096 | N/A | N/A |
@@ -371,7 +384,7 @@ In addition to the board package files listed above, the following untested boar
371384
- `cc13xx-4.9.1.tar.bz2`
372385
- `cc3200-1.0.3.tar.bz2`
373386
- `cc3220emt-5.6.2.tar.bz2`
374-
- `msp432e-5.19.0.tar.bz2`
387+
- `msp432e-5.19.0.tar.bz2` (this version is not compatible with Arduino)
375388
376389
And these are included for historical purposes:
377390

0 commit comments

Comments
 (0)