From c145210fffcc1de73452141d70accdad8afa2980 Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Mon, 2 Sep 2019 23:45:28 +1000 Subject: [PATCH] Disable MISRA scanning until new method is ready --- .travis.yml | 14 +++++++------- speeduino/src/FastCRC/FastCRC_tables.h | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index d229bfeb..78accd98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,14 +56,14 @@ before_install: - sudo apt-get install doxygen graphviz install: - - pip install -U platformio + - script: - cd /home/travis/build - git clone --depth=10 https://github.com/noisymime/cppcheck.git noisymime/cppcheck_github - - cd noisymime/cppcheck_github - - make - - cd ../speeduino + #- cd noisymime/cppcheck_github + #- make + #- cd ../speeduino - platformio update # Run the builds (Mega must be last so that the hex file isn't cleaned up) - platformio run -e teensy35 -e teensy40 -e megaatmega2560 @@ -71,9 +71,9 @@ script: - curl --user "speeduino_firmware@speeduino.com:$WEB_PWD" --basic -T "./.pio/build/megaatmega2560/firmware.hex" "https://speeduino.com:2078/bin/master.hex" - curl --user "speeduino_firmware@speeduino.com:$WEB_PWD" --basic -T "./reference/speeduino.ini" "https://speeduino.com:2078/master.ini" # Begin MISRA scan - - cd .. - - chmod +x speeduino/misra/check_misra_github.sh - - speeduino/misra/check_misra_github.sh + #- cd .. + #- chmod +x speeduino/misra/check_misra_github.sh + #- speeduino/misra/check_misra_github.sh # Do doxygen run and upload to gh-pages server. - cd speeduino - doxygen diff --git a/speeduino/src/FastCRC/FastCRC_tables.h b/speeduino/src/FastCRC/FastCRC_tables.h index c0d32c11..e20ddd7e 100755 --- a/speeduino/src/FastCRC/FastCRC_tables.h +++ b/speeduino/src/FastCRC/FastCRC_tables.h @@ -31,7 +31,7 @@ #define FastCRC_tables #include "inttypes.h" -#if defined(__AVR__) || defined(STM32_MCU_SERIES) || defined(ARDUINO_ARCH_STM32) || defined(_VARIANT_ARDUINO_STM32_) || defined(__SAMD21G18A__) +#if defined(__AVR__) || defined(STM32_MCU_SERIES) || defined(ARDUINO_ARCH_STM32) || defined(_VARIANT_ARDUINO_STM32_) || defined(__SAMD21G18A__) || defined(__IMXRT1062__) #include #else #include