1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/msp430_common/vendor
2020-08-05 14:27:25 +02:00
..
msp430-gcc-support-files cpu/msp430_common: add msp430-gcc-support-files 1.208 2020-08-05 14:27:25 +02:00
README.md cpu/msp430_common: add msp430-gcc-support-files 1.208 2020-08-05 14:27:25 +02:00
update.sh cpu/msp430_common: add msp430-gcc-support-files 1.208 2020-08-05 14:27:25 +02:00

The folder "msp430-gcc-support-files" has been imported from this URL: https://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/latest/exports/msp430-gcc-support-files-1.207.zip

Then cleaned up to remove currently unused (by RIOT) files:

$ _CPUS="$(git grep -o '^CPU_MODEL.=.*430.*$' | cut -d' ' -f 3 | sort -u)"
$ cd cpu/msp430_common/vendor/msp430-gcc-support-files/include
$ rm $(ls | grep -v -E '(msp430\.h|in430\.h|legacy\.h|iomacros\.h)' | \
        grep -v -F "${_CPUS}" )