- Aug 24, 2019
-
-
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
-
- Aug 23, 2019
-
-
Daniel Ehlers authored
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
schneider authored
-
schneider authored
-
Jakob authored
-
Jakob authored
-
schneider authored
-
schneider authored
-
Jakob authored
-
schneider authored
MAX30001 support for epicardium See merge request card10/firmware!225
-
Daniel Hoffend authored
-
schneider authored
-
schneider authored
-
koalo authored
-
Fitch authored
Minor edit to the docstrings of personal_state. Colors for the camp and communication states are now correct
-
schneider authored
-
genofire authored
-
schneider authored
-