- Aug 24, 2019
-
-
rahix authored
See merge request card10/firmware!246
-
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)
-
swym authored
Perform serial prints in a critical section See merge request card10/firmware!240
-
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
See merge request card10/firmware!237
-
swym authored
Relax lock requirements to prevent busy lock See merge request card10/firmware!241
-
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
See merge request card10/firmware!200
-
-
rahix authored
-
- Aug 23, 2019
-
-
Daniel Ehlers authored
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
schneider authored
-
schneider authored
-
schneider authored
reserve api id block for max86150 See merge request card10/firmware!232
-
Jakob authored
-
schneider authored
feat(ecg) add ecg application See merge request card10/firmware!230
-
schneider authored
feat(max30001): Pycardium support See merge request card10/firmware!226
-
Jakob authored
-
schneider authored
-
schneider authored
-
Jakob authored
-
schneider authored
MAX30001 support for epicardium See merge request card10/firmware!225
-
schneider authored
fix(stream): Properly release locks See merge request card10/firmware!224
-
Daniel Hoffend authored
-
schneider authored
Minor edit to the docstrings of personal_state. Colors for the camp and... See merge request card10/firmware!228
-
schneider authored
doc(bhi160): Add BHI160 documentation See merge request card10/firmware!231
-
schneider authored
-
schneider authored
-