- 24 Aug, 2019 31 commits
-
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Thomas Mellenthin authored
-
Rahix authored
With 977b2498 merged, the simple_menu pixel offsets need to be adjusted to look right. Signed-off-by:
Rahix <rahix@rahix.de>
-
Stefan Haun authored
Lines have been one pixel too short.
-
Rahix authored
-
swym authored
...otherwise ->int_id will not be reloaded in the while-loop at api_interrupt_trigger(), causing it to loop indefinitely
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Michael Huebler authored
Update how-to-build.rst - Note for the case where the file size is too big and cannot be flashed (happened on macOS with LC_ALL set to UTF8)
-
Rahix authored
Sometimes during initialization, one `log_msg()` intercepts another one, leading to a whole lot of weird issues in other modules (like I2C). I suspect this to be memory corruption of some kind. The issues can be fixed by performing serial prints in a critical section, thus ensuring atomicity of prints. Note that this does not mean log messages will not interleave. The CDC-ACM and BLE-Serial writes cannot be put into a critical section and are thus a point where this code can still fail. For now, however, this fix ensures the race-conditions during startup, where USB and BLE are not yet running, don't happen anymore. Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
-
Rahix authored
- hw-lock: Log task names and return address when lock is busy - pmic: print strerror(errno) See merge request card10/firmware!221
-
-
Rahix authored
-
- 23 Aug, 2019 9 commits
-
-
Daniel Ehlers authored
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
schneider authored
-
schneider authored
-
Jakob authored
-
Jakob authored
-