- Aug 21, 2019
-
-
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
The bootloader will have initialized the display in all cases so we don't need to repeat the same init code all over again. Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Aug 19, 2019
-
-
rahix authored
pmic_init() uses the GPIO API internally to set up the PMIC interrupt handler. This does not work properly if called before GPIO_Init() and will lead to the power-button never interrupting Epicardium. Fixes #83. Signed-off-by:
Rahix <rahix@rahix.de>
-
- Aug 17, 2019
-
- Aug 12, 2019
-
-
This commit substitutes the vendor gfx library with a completely new implementation. It also adds a text-buffer mode. Signed-off-by:
Mateusz Zalega <mateusz@appliedsourcery.com>
-
- Aug 10, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Aug 07, 2019
-
- Aug 04, 2019
- Aug 03, 2019
- Jul 29, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
q3k authored
-
q3k authored
- Jul 27, 2019
-
- Jul 26, 2019
- Jul 22, 2019
-
-
schneider authored
-
- Jul 17, 2019
-
-
schneider authored
-
- Jul 11, 2019
-
-
schneider authored
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Jul 07, 2019
-
-
schneider authored
-
- Jul 05, 2019
-
-
schneider authored
-
- Jul 04, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Jun 24, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Jun 22, 2019
-
-
schneider authored
-
- Jun 21, 2019
-
-
schneider authored
-
- Jun 20, 2019
- Jun 16, 2019
-
- Jun 15, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-