- Sep 16, 2019
-
- Sep 15, 2019
-
-
rahix authored
serial_flush() allows flushing the serial buffer from anywhere in Epicardium. - When run from thread mode it will flush to UART, CDC-ACM and BLE. This is similar to what the serial task would do once it is rescheduled. - When run inside an exception handler, it will only flush to UART because CDC-ACM and BLE cannot be flushed from an ISR. Note that characters flushed this way will never appear on the other outputs, even if the serial task is scheduled at some point afterwards. The main use of this function is to ensure output of messages even in cases of critical failures. Signed-off-by:
Rahix <rahix@rahix.de>
-
schneider authored
Also decrease the time needed to update the LEDs
-
- Sep 14, 2019
-
-
schneider authored
Closes #50
-
schneider authored
Closes #109
-
schneider authored
-
schneider authored
Due to a known issue (#133) the first call to bhy_mapping_matrix_set can fail. This is a quick fix.
-
schneider authored
Also modifies the PMIC UI code to be more intuitive
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Fixes #156 Signed-off-by:
Rahix <rahix@rahix.de>
-
- Sep 06, 2019
-
-
fleur authored
-
- Sep 05, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Add portexpander interrupt handling - Prevent redundant interrupts between polling portexpander
-
-
- Sep 02, 2019
-
-
Oli authored
-
- Aug 31, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
@danb, when introducing the inline functions as macro replacements you misdeclared some parameter types. I've fixed it now :) Signed-off-by:
Rahix <rahix@rahix.de>
-
- Aug 30, 2019
-
-
Florian Kargl authored
-
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>
-
- Aug 28, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Instead of copying the values to an extra Value buffer, just fill it directly. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
It is now only possible to use this with encryption and authentication. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Convert to static service registration Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Require encryption for the file transfer service. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
This does some manual changes to make the format also format this part. No functionally way changed. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- Aug 27, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
- Aug 26, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Aug 25, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-