Commits on Source (14)
-
Julian authored
-
Julian authored
-
Julian 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>
-
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>
-
rahix authored
This change allows cleaner loading of payloads and is a preparation for the proper implementation/use of hardware_reset(). Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Implement proper initialization of the different peripherals in hardware_early_init() & hardware_init(). This includes stripping down the display init so it does not perform a full reset anymore; we can do this as the bootloader will have always performed the full reset already. Additionally this changeset enables the hardware_reset() function which resets peripherals on load of a new app. This should increase stability as apps can always assume everything to be in its default state on load. Signed-off-by:
Rahix <rahix@rahix.de>
-
koalo authored
-
Julian authored
Showing
- epicardium/Heart.h 0 additions, 12802 deletionsepicardium/Heart.h
- epicardium/api/control.c 4 additions, 1 deletionepicardium/api/control.c
- epicardium/api/dispatcher.h 4 additions, 1 deletionepicardium/api/dispatcher.h
- epicardium/main.c 3 additions, 63 deletionsepicardium/main.c
- epicardium/modules/hardware.c 158 additions, 2 deletionsepicardium/modules/hardware.c
- epicardium/modules/lifecycle.c 19 additions, 10 deletionsepicardium/modules/lifecycle.c
- lib/card10/card10.c 1 addition, 2 deletionslib/card10/card10.c
- lib/card10/card10.h 2 additions, 0 deletionslib/card10/card10.h
- lib/card10/display.c 15 additions, 0 deletionslib/card10/display.c
- lib/card10/display.h 1 addition, 0 deletionslib/card10/display.h
- lib/gfx/textbuffer.c 0 additions, 2 deletionslib/gfx/textbuffer.c
- preload/menu.py 7 additions, 0 deletionspreload/menu.py
- pycardium/modules/py/ledfx.py 32 additions, 2 deletionspycardium/modules/py/ledfx.py
- pycardium/modules/py/pov.py 95 additions, 0 deletionspycardium/modules/py/pov.py
epicardium/Heart.h
deleted
100644 → 0
This diff is collapsed.
pycardium/modules/py/pov.py
0 → 100644