- Sep 19, 2020
-
-
rahix authored
Disable these warnings as they don't really help in our case: In file included from ../epicardium/modules/config.c:8: ../epicardium/modules/config.c: In function 'trim': ../epicardium/modules/config.c:133:28: warning: array subscript has type 'char' [-Wchar-subscripts] 133 | while (*start && !isgraph(*start)) | ^~~~~~ ../epicardium/modules/config.c:138:27: warning: array subscript has type 'char' [-Wchar-subscripts] 138 | while (*end && !isgraph(*end)) | ^~~~ ../epicardium/modules/config.c: In function 'epic_config_get_string': ../epicardium/modules/config.c:335:26: warning: array subscript has type 'char' [-Wchar-subscripts] 335 | while (*end && !iscntrl(*end)) | ^~~~ ../epicardium/modules/config.c: In function 'epic_config_set_string': ../epicardium/modules/config.c:519:28: warning: array subscript has type 'char' [-Wchar-subscripts] 519 | while (*end && (!iscntrl(*end) || isblank(*end))) | Signed-off-by:
Rahix <rahix@rahix.de>
-
- Dec 06, 2019
-
-
rahix authored
As discussed in card10/firmware!357, we should increase the number of enabled compiler warnings to catch a lot more silent bugs. Increase the meson-global warning level to 2, but excluding the `unused-parameter` and `old-style-declaration` warnings. Additionally, disable warnings for libraries as we cannot fix that code anyway. Signed-off-by:
Rahix <rahix@rahix.de>
-
- Aug 15, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Co-authored-by:
Rahix <rahix@rahix.de>
-
- Aug 14, 2019
-
-
rahix authored
This commit adds a script to embed the git-version of the firmware into the bootloader, epicardium, and pycardium. All three binaries will display their version on startup. Signed-off-by:
Rahix <rahix@rahix.de>
-
- Aug 05, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Jul 29, 2019
-
-
q3k authored
-
- Jul 05, 2019
- Jun 16, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Jun 15, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Jun 13, 2019
-
- Jun 08, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-