- Aug 21, 2019
-
-
-
For messages with lines longer than 129 characters, ble_uart_write would start overwriting adjacent memory. This commit fixes this by starting a new line once the buffer runs full. Signed-off-by:
Rahix <rahix@rahix.de>
-
danukeru authored
-
danukeru authored
-
schneider authored
-
schneider authored
-
schneider authored
-
rahix authored
Otherwise Epicardium attempts to print the error to cdcacm again, leading to an endless recursion. Signed-off-by:
Rahix <rahix@rahix.de>
-
Signed-off-by:
Rahix <rahix@rahix.de>
-
Signed-off-by:
Rahix <rahix@rahix.de>
-
Signed-off-by:
Rahix <rahix@rahix.de>
-
Signed-off-by:
Rahix <rahix@rahix.de>
-
genofire authored
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
schneider 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>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Daniel Hoffend authored
-
Daniel Hoffend authored
-
Daniel Hoffend authored
-
Daniel Hoffend authored
-
Daniel Hoffend authored
-
Daniel Hoffend authored
All Hatchery Apps, *.py scripts and *.elf executables will be read from the /apps folder. Additionall /main.py will be appended. Sort order is: main.py (Main Clock), Hatchary Apps, *.py, *.elf
-
schneider authored
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
-
rahix authored
RTC_Init will turn off the RTC and readout will not be possible until RTC_EnableRTCE is called. The previous version worked because the bootloader would call RTC_Init and Epicardium would then call RTC_EnableRTCE. This broke with the hardware-init changes in b76ac8fc and lead to behavior where cold boot would not enable the RTC. This commit switches the order of the two calls in the bootloader so it is always initialized correctly. Because some older bootloaders are already out in the field, this commit also introduces basic rtc init into Epicardium so the new firmware can work correctly with older bootloaders. Signed-off-by:
Rahix <rahix@rahix.de>
- Aug 20, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-