- Aug 19, 2019
-
-
Zlatko authored
missing :
-
Zlatko authored
make CMSIS warning more readable
-
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>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
When no `menu.py` is found, Epicardium will create one with the contents of `preload/menu.py`. Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Closes #26. Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Add docs about the included modules from MicroPython and CPython stdlib. 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>
-
trilader authored
-
trilader authored
-
rahix authored
Delaying BLE startup by a bit seems to resolve the lockup issue we observed. This might need further attention in the future. Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
- Aug 18, 2019
-
-
rahix authored
Add RGB values from styleguide as easily accessible values. Signed-off-by:
Rahix <rahix@rahix.de>
-
Jannis Rieger authored
-
rahix authored
Without resetting the FPU we get spurious failures in Pycardium. These manifest in many different forms, ranging from HardFaults and triggered assertions to "syntax errors" in loaded scripts while said script does not contain any. These failures stem from the FPU still containing state from the last loaded payload and thus sometimes corrupting stack locations where the previous payload had floating point state. Closes #72. Signed-off-by:
Rahix <rahix@rahix.de>
-
- Aug 17, 2019
-
-
torben authored
-
torben authored
-
genofire authored
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Co-authored-by:
fleur <spacecarrot@fleurshax.net> Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Aug 16, 2019
-
-
schneider authored
-
schneider authored
-
Hauke Mehrtens authored
This adds BLE a characteristic which allows to set the current time. The time is set in milliseconds since 1.1.1970 as 64 bit value. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-