- Apr 06, 2020
-
-
schneider authored
-
- Apr 03, 2020
-
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
This allows to read and write strings to the config file.
-
schneider authored
Allows to set the string value of a key. Perists the value to the configuration file.
-
schneider authored
-
schneider authored
-
schneider authored
Introduces a small state machine which parses the file character by character. This eases the logic around parsing whole lines significantly. Now also trims lines, handling all non printable characters correctly.
-
- Mar 29, 2020
-
-
schneider authored
max86150 pycardium api See merge request card10/firmware!359
-
- Mar 16, 2020
- Mar 02, 2020
-
-
rahix authored
See merge request card10/firmware!376
-
- Feb 05, 2020
-
- Feb 02, 2020
-
-
Epicardium API for max86150 aligned with latest state of sensor development on card10. Co-Authored-by:
Arist <aristkojevnikov@gmail.com>
-
Get samples from FIFO by small junks due to a recommendation from Maxim not to read the entire FIFO, but rather a fixed number of samples. See https://os.mbed.com/users/laserdad/code/MAX86150_ECG_PPG//file/3c728f3d1f10/main.cpp/ Additional tuning for particular configuration of max86150 in card10. Co-Authored-by:
Arist <aristkojevnikov@gmail.com>
-
schneider authored
-
schneider authored
-
- Jan 31, 2020
-
-
schneider authored
fix(interrupts): Add the callbacks to the list of root pointers See merge request card10/firmware!374
-
schneider authored
-
schneider authored
-
- Jan 27, 2020
-
-
schneider authored
fix(ble): write new mac if files does not exist See merge request card10/firmware!373
-
schneider authored
-
- Jan 24, 2020
-
-
schneider authored
Fix LED mutex stuff See merge request card10/firmware!369
-
schneider authored
-
rahix authored
leds_update_power() internally accesses the I2C bus so calls to this function need to be inside an I2C lock section. 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>
-
schneider authored
FS locking and FD counting See merge request card10/firmware!370
-
- Jan 20, 2020
- Jan 09, 2020
-
-
schneider authored
Display a message on system panic See merge request card10/firmware!362
-
- Jan 05, 2020
-
-
rahix authored
See merge request card10/firmware!368
-
- Jan 04, 2020
-
-
schneider authored
-
- Jan 03, 2020
-
-
rahix authored
Instead of an ugly hack where spaces are used to pad the entries background colors, properly draw a rectangle and the text above it. No visual change. Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
The query-arg is not needed, remove it. Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Currently, panics will silently reboot if the user doesn't happen to look at the serial console when it happens. To give a bit more feedback, display @msgctl's faultsplash and the panic messages as well. Co-authored-by:
Mateusz Zalega <mateusz@appliedsourcery.com> Signed-off-by:
Rahix <rahix@rahix.de>
-
- Jan 02, 2020
-
-
rahix authored
See merge request card10/firmware!367
-