- Dec 22, 2020
-
- Dec 20, 2020
- Dec 19, 2020
-
-
schneider authored
Pycardium gets a bit smaller now: 384 kb
-
- Dec 13, 2020
-
-
schneider authored
While subscribed to an ESS characteristic, the sensor gets polled every 3 seconds.
-
schneider authored
-
schneider authored
-
schneider authored
This makes the behaviour of the BME680 more predictable when measuring in an irregular interval.
-
schneider authored
-
schneider authored
-
schneider authored
This allows to execute code which uses mutexes before the scheduler is started. E.g. during early hardware init.
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
- Dec 04, 2020
-
-
schneider authored
-
- Nov 04, 2020
-
- Oct 30, 2020
-
-
schneider authored
The MSC interrupts can come in back to back, effectively blocking the FreeRTOS timer task which resets the watchdog. This simple fix simply resets the watchdog when performing an MSC read or write.
-
- Oct 23, 2020
-
-
rahix authored
They won't get modified, so make them const. Also reformat a bit so they look prettier. Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
These two static variables aren't (and shouldn't!) be used anywhere outside of bhi160_fetch_fifo() so let's move them into the function. Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
bhi160_fetch_fifo() doesn't actually return any meaningful error values anymore. Remove return-value checks and make the function return void to express this clearly. Signed-off-by:
Rahix <rahix@rahix.de>
-
- Oct 17, 2020
- Oct 14, 2020
-
- Oct 13, 2020