File tree 5 files changed +1
-47
lines changed
5 files changed +1
-47
lines changed Original file line number Diff line number Diff line change 40
40
path : /tmp/misra/misra_safety_output.txt
41
41
42
42
43
- strict-compiler :
44
- machine :
45
- docker_layer_caching : true
46
- steps :
47
- - checkout
48
- - run :
49
- name : Build image
50
- command : " docker build -t panda_strict_compiler -f tests/build_strict/Dockerfile ."
51
- - run :
52
- name : Build Panda with strict compiler rules
53
- command : |
54
- docker run panda_strict_compiler /bin/bash -c "cd /panda/tests/build_strict; ./test_build_strict.sh"
55
-
56
43
build :
57
44
machine :
58
45
docker_layer_caching : true
@@ -105,6 +92,5 @@ workflows:
105
92
jobs :
106
93
- safety
107
94
- misra-c2012
108
- - strict-compiler
109
95
- build
110
96
- safety_replay
Original file line number Diff line number Diff line change 1
1
PROJ_NAME = panda
2
- CFLAGS = -g -Wall
2
+ CFLAGS = -g -Wall -Wextra -Wstrict-prototypes -Werror
3
3
4
4
CFLAGS += -mlittle-endian -mthumb -mcpu=cortex-m4
5
5
CFLAGS += -mhard-float -DSTM32F4 -DSTM32F413xx -mfpu=fpv4-sp-d16 -fsingle-precision-constant
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments