- Sep 21, 2019
-
-
Squashed commits: e94f7bf9 epicardium/rtc: add monotonic time e0691c6d pycardium/modules/utime.c: add bindings for monotonic time 756c13df epicardium/rtc: fix numerically unstable subsecond decoding the subsecond encoding function from epic_rtc_set_milliseconds and the corresponding decoding function from epic_rtc_get_milliseconds are not numerically stable. i.e., encoding 5 milliseconds to 20 subsecs and immediately afterwards decoding that yields 4 milliseconds. Adding a bias of 999 (0.24 milliseconds) to the decoding function makes it numerically stable, while never decoding any subsecond value to more than 999 milliseconds. e99e278b epicardium/rtc: only poll time once for calculating monotonic_offset 18936b7e pycardium/modules/utime.c: run clang-format 869ac617 epicardium/rtc: add explanation comment for numerically stable subsecond decode
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
- Sep 19, 2019
-
-
There are several common CRC implementations for Python with the currently used one (crc16) not being available in e.g. Debian. crcmod and/or crcelk are readily available on several distributions.
- Sep 16, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Update how-to-build.rst - Added another hint for macOS, for the common problem that strip fails on mpy-cross with "malformed object (unknown load command 9)" Manual merge for !173
- Sep 15, 2019
-
-
rahix authored
The task_backtrace (aliased as tbt) command allows viewing the backtrace of a task which is currently not running. Signed-off-by:
Rahix <rahix@rahix.de>
-
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
-
schneider authored
Also modifies the PMIC UI code to be more intuitive
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
See merge request card10/firmware!299
-
rahix authored
Fixes #155 Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Fixes #156 Signed-off-by:
Rahix <rahix@rahix.de>
- Sep 12, 2019
-
-
norpol authored
-
- Sep 11, 2019
-
- Sep 10, 2019
-
- Sep 07, 2019
-
-
fleur authored