- Oct 11, 2020
-
-
schneider authored
-
- Oct 10, 2020
-
- Oct 09, 2020
-
-
schneider authored
-
- Oct 08, 2020
-
-
schneider authored
- Oct 06, 2020
-
-
rahix authored
See merge request card10/firmware!402
- Oct 05, 2020
- Oct 04, 2020
- Sep 20, 2020
-
-
schneider authored
I don't trust the TRNG/PRNG combo inside the binary blob.
- Sep 19, 2020
-
-
schneider authored
-
rahix authored
The linker should already catch this case and error out early but just to be absolutely sure, add a second check here so we don't get an unexpectedly large epicardium binary which would overlap into pycardium storage. Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Hawkmoth is not yet working with Spinx 3; issue a warning when detecting a Sphinx 3 environment as the resulting docs will be broken. Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
The tr hack we used so far has been painful. The amount of locale environment variables we need to set is surely a telling sign of that ... Replace this with objcopy which can do the same thing, but much easier and without locale related side effects ;) Signed-off-by:
Rahix <rahix@rahix.de>
-
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>
-
- Sep 14, 2020
- Sep 13, 2020
-
-
schneider authored
The BLE stack disables the TRNG every time it access it...
- Sep 09, 2020