hello

Committer:
shalutha
Date:
Tue Oct 01 14:08:33 2019 +0000
Revision:
0:69ce6d469c71
hello

Who changed what in which revision?

UserRevisionLine numberNew contents of line
shalutha 0:69ce6d469c71 1 python:
shalutha 0:69ce6d469c71 2 - "2.7"
shalutha 0:69ce6d469c71 3
shalutha 0:69ce6d469c71 4 before_install:
shalutha 0:69ce6d469c71 5 - sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
shalutha 0:69ce6d469c71 6 - sudo apt-get update -qq
shalutha 0:69ce6d469c71 7 - sudo apt-get install -qq gcc-arm-none-eabi --force-yes
shalutha 0:69ce6d469c71 8 # Print versions we use
shalutha 0:69ce6d469c71 9 - arm-none-eabi-gcc --version
shalutha 0:69ce6d469c71 10 - python --version
shalutha 0:69ce6d469c71 11
shalutha 0:69ce6d469c71 12 install:
shalutha 0:69ce6d469c71 13 - sudo pip install mbed-cli
shalutha 0:69ce6d469c71 14
shalutha 0:69ce6d469c71 15 env:
shalutha 0:69ce6d469c71 16 - TARGET=NUCLEO_F411RE
shalutha 0:69ce6d469c71 17 - TOOLCHAIN=GCC_ARM
shalutha 0:69ce6d469c71 18
shalutha 0:69ce6d469c71 19 script:
shalutha 0:69ce6d469c71 20 - mbed deploy
shalutha 0:69ce6d469c71 21 - mbed compile --library --target ${TARGET} --toolchain ${TOOLCHAIN}