Skip to content

Commit

Permalink
CCB 20191218: Merge #296 #299 #306 #310 #311 #315 #317 #318 #322 #324
Browse files Browse the repository at this point in the history
Fix #295, #298, #305, #307, #308,
    #313, #314, #316, #321, #323
Reviewed and approved at 2019-12-18 CCB
  • Loading branch information
skliper committed Dec 30, 2019
2 parents 155e9eb + e8a1db7 commit 9e3027f
Show file tree
Hide file tree
Showing 141 changed files with 2,224 additions and 7,832 deletions.
30 changes: 30 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
dist: bionic
sudo: required
language:
- c
compiler:
- gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- cmake

before_install:
- sudo apt-get install cppcheck

script:
# Check versions
- cppcheck --version

#cppcheck flight software osal/src/bsp, osal/src/os
- cppcheck --force --inline-suppr --std=c99 --language=c --error-exitcode=1 --enable=warning,performance,portability,style --suppress=variableScope --inconclusive src/bsp src/os 2>cppcheck_flight_osal.txt
- |
if [[ -s cppcheck_flight_osal.txt ]]; then
echo "You must fix cppcheck errors before submitting a pull request"
echo ""
cat cppcheck_flight_osal.txt
exit -1
fi
136 changes: 0 additions & 136 deletions src/bsp/mcf5235-rtems/config/osconfig.h

This file was deleted.

79 changes: 0 additions & 79 deletions src/bsp/mcf5235-rtems/make/compiler-opts.mak

This file was deleted.

33 changes: 0 additions & 33 deletions src/bsp/mcf5235-rtems/make/link-rules.mak

This file was deleted.

20 changes: 0 additions & 20 deletions src/bsp/mcf5235-rtems/src/bsp.mak

This file was deleted.

28 changes: 0 additions & 28 deletions src/bsp/mcf5235-rtems/src/bsp_loader.c

This file was deleted.

Loading

0 comments on commit 9e3027f

Please sign in to comment.