From 82a0a579cecd3591b64ac5fbf1c14b3583987887 Mon Sep 17 00:00:00 2001 From: EmanuelFeru Date: Sun, 6 Oct 2019 22:51:12 +0200 Subject: [PATCH] Updated ReadMe, Added travis --- .travis.yml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e7fe17f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,55 @@ +notifications: + email: true + +sudo: false + +matrix: + fast_finish: true + include: + + - name: make (gcc-arm-none-eabi-7) + script: make + language: c + addons: + apt: + packages: + - libc6-i386 + install: + - pushd . + - cd ~ + - mkdir arm-gcc-toolchain + - wget -O $HOME/arm-gcc-toolchain/gcc.tar.bz2 https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2?revision=bc2c96c0-14b5-4bb4-9f18-bceb4050fee7?product=GNU%20Arm%20Embedded%20Toolchain,64-bit,,Linux,7-2018-q2-update + - cd arm-gcc-toolchain + - tar -jxf gcc.tar.bz2 --strip=1 + - popd + - export PATH=$HOME/arm-gcc-toolchain/bin:$PATH + before_script: arm-none-eabi-gcc --version + + - name: make (gcc-arm-none-eabi-5) + script: make + language: c + addons: + apt: + packages: + - libc6-i386 + install: + - pushd . + - cd ~ + - mkdir arm-gcc-toolchain + - wget -O $HOME/arm-gcc-toolchain/gcc.tar.bz2 https://developer.arm.com/-/media/Files/downloads/gnu-rm/5_4-2016q3/gcc-arm-none-eabi-5_4-2016q3-20160926-linux.tar.bz2?revision=111dee36-f88b-4672-8ac6-48cf41b4d375?product=GNU%20Arm%20Embedded%20Toolchain,32-bit,,Linux,5-2016-q3-update + - cd arm-gcc-toolchain + - tar -jxf gcc.tar.bz2 --strip=1 + - popd + - export PATH=$HOME/arm-gcc-toolchain/bin:$PATH + before_script: arm-none-eabi-gcc --version + + - name: pio genericSTM32F103RC + script: platformio run -e genericSTM32F103RC + language: python + python: + - "2.7" + install: + - pip install -U platformio + - platformio update + cache: + - directories: "~/.platformio" diff --git a/README.md b/README.md index f62cfbd..38ce61c 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ https://github.com/p-h-a-i-l/hoverboard-firmware-hack Last but not least, I would like to acknowledge and thank the following people: -github: @TomTinkering, @ced2c, @btsimonh, @lalalandrus, @p-h-a-i-l , @AntumArk, @juodumas +github: [@TomTinkering](https://github.com/TomTinkering), [@ced2c](https://github.com/ced2c), [@btsimonh](https://github.com/btsimonh), [@lalalandrus](https://github.com/lalalandrus), [@p-h-a-i-l](https://github.com/p-h-a-i-l) , [@AntumArk](https://github.com/AntumArk), [@juodumas](https://github.com/juodumas) ST Employee: [cedric H](https://community.st.com/s/question/0D50X0000B28qTDSQY/custom-foc-control-current-measurement-dma-timer-interrupt-needs-review)