mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-23 00:40:12 +00:00
travis.yml: Add msp430 support.
This commit is contained in:
parent
a01b0a73c1
commit
c5ce4619a3
@ -16,7 +16,11 @@ install:
|
|||||||
- gem install ceedling
|
- gem install ceedling
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- wget http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/latest/exports/msp430-gcc-8.2.0.52_linux64.tar.bz2 -O /tmp/msp430-gcc.tar.b2
|
||||||
|
- tar -xjf /tmp/msp430-gcc.tar.b2
|
||||||
|
- export PATH=$PATH:$PWD/msp430-gcc-8.2.0.52_linux64/bin
|
||||||
- arm-none-eabi-gcc --version
|
- arm-none-eabi-gcc --version
|
||||||
|
- msp430-elf-gcc --version
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Build all examples
|
# Build all examples
|
||||||
|
Loading…
x
Reference in New Issue
Block a user