- 11 Oct, 2020 4 commits
- 10 Oct, 2020 1 commit
-
-
Rahix authored
See merge request card10/firmware!405
-
- 09 Oct, 2020 1 commit
-
-
schneider authored
-
- 08 Oct, 2020 2 commits
-
-
Rahix authored
See merge request card10/firmware!404
-
schneider authored
-
- 06 Oct, 2020 2 commits
-
-
schneider authored
fix(ble): Use the term "pairing" in the UI See merge request card10/firmware!403
-
Rahix authored
See merge request card10/firmware!402
-
- 05 Oct, 2020 5 commits
- 04 Oct, 2020 3 commits
- 20 Sep, 2020 4 commits
-
-
schneider authored
Assorted fixes/cleanups See merge request card10/firmware!401
-
schneider authored
Use CSPRNG for BTLE See merge request card10/firmware!400
-
schneider authored
I don't trust the TRNG/PRNG combo inside the binary blob.
-
Rahix authored
See merge request card10/firmware!399
-
- 19 Sep, 2020 6 commits
-
-
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>
-
Rahix authored
See merge request card10/firmware!394
-
- 14 Sep, 2020 7 commits
- 13 Sep, 2020 3 commits
-
-
schneider authored
fix(trng): Enable TRNG before every read See merge request card10/firmware!398
-
schneider authored
The BLE stack disables the TRNG every time it access it...
-
schneider authored
Update SDK to 0.2.1-12 See merge request card10/firmware!397
-
- 09 Sep, 2020 2 commits