- Dec 06, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Oct 05, 2019
-
-
rahix authored
card10_reset() won't ever return to where it was called from. Telling the compiler this can help with program-flow analysis. Signed-off-by:
Rahix <rahix@rahix.de>
-
- Sep 14, 2019
-
-
schneider authored
Also modifies the PMIC UI code to be more intuitive
-
- Sep 05, 2019
-
-
- Add portexpander interrupt handling - Prevent redundant interrupts between polling portexpander
-
- 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
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 07, 2019
-
- Jul 29, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
q3k authored
-
q3k authored
- Jul 27, 2019
-
- Jul 22, 2019
-
-
schneider authored
-
- Jul 07, 2019
-
-
schneider authored
-
- Jul 05, 2019
- Jun 24, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Jun 21, 2019
-
-
schneider authored
-
- Jun 20, 2019
- Jun 16, 2019
-
- May 26, 2019
-
-
schneider authored
-
- May 19, 2019
-
-
schneider authored
-
- May 18, 2019