- Apr 08, 2020
- 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
-
- Dec 31, 2019
-
-
rahix authored
Originally, commit 1a3dfad3 ("fix(bhi160): Fix interrupt behavior during initialization") was supposed to fix the BHI160 axis-mapping issue (see card10/firmware#133) but apparently on some devices it still needs the original hack to work. Revert the removal of the axis-mapping hack from commit 2f56ff36 ("fix(bhi160): Call bhy_mapping_matrix_set twice for the first time"). Fixes: 1a3dfad3 ("fix(bhi160): Fix interrupt behavior during initialization") Link: https://git.card10.badge.events.ccc.de/card10/firmware/issues/133 Signed-off-by:
Rahix <rahix@rahix.de>
-
- Dec 30, 2019
-
-
Hauke Mehrtens authored
The mac Adress was printed in the wrong order, BLE stroes the MAC address in LSB first mode, different from Ethernet which uses MSB first mode. Fixes: aece2960 ("feat(ble): Add some log messages") Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Hauke Mehrtens authored
Instead of setting these values to 0, use the same settings as used in lib/sdk/Libraries/BTLE/stack/ble-host/sources/stack/cfg/cfg_stack.c from the Cordio SDK instead of 0. In my small test these value sare not use in the normal pairing process, so I think this is not fixing any problem. Fixes: 4107bd22 ("hack(ble): Temporarily silence a warning") Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- Dec 29, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
-
rahix authored
Commit dbeec980 ("fix(pycardium): Fix delay implementation") enables the systick on core 1 but on loading a new app, it is not reset which makes some l0dables crash. Fix this by always resetting (disabling) the SysTick in the core1_reset() stub. Fixes: dbeec980 ("fix(pycardium): Fix delay implementation") Reported-by:
Beastie <fischervincent98@gmail.com> Signed-off-by:
Rahix <rahix@rahix.de>
-