Commits on Source (9)
-
Slight formatting cleanup to ensure the docs are rendered and linked properly. Signed-off-by:
Rahix <rahix@rahix.de>
-
-
For some reason a portYIELD() is not enough to give the serial task the option to run. I tried vTaskDelay() and that works. To not block more than needed portYIELD() is still called when the queue is not full and only call vTaskDelay() when it is full. Closes #218
-
pippin authored
-
pippin authored
There is 10kb remaining as a buffer when the micropython and newlib heaps were co-existing - it is now a compile error to use the newlib heap on core1.
-
pippin authored
-
pippin authored
We should perhaps have a ctx object returned from the display instead of overloading the displas as the ctx context?
-
pippin authored
Showing
- CHANGELOG.md 32 additions, 7 deletionsCHANGELOG.md
- Documentation/card10-cfg.rst 2 additions, 0 deletionsDocumentation/card10-cfg.rst
- epicardium/epicardium.h 12 additions, 0 deletionsepicardium/epicardium.h
- epicardium/modules/display.c 35 additions, 1 deletionepicardium/modules/display.c
- epicardium/modules/serial.c 5 additions, 1 deletionepicardium/modules/serial.c
- l0dables/ctx-demo/Makefile 13 additions, 0 deletionsl0dables/ctx-demo/Makefile
- l0dables/ctx-demo/ctx-demo.c 363 additions, 0 deletionsl0dables/ctx-demo/ctx-demo.c
- l0dables/ctx-demo/meson.build 41 additions, 0 deletionsl0dables/ctx-demo/meson.build
- l0dables/ctx-demo/ui.c 814 additions, 0 deletionsl0dables/ctx-demo/ui.c
- l0dables/ctx-demo/ui.h 126 additions, 0 deletionsl0dables/ctx-demo/ui.h
- l0dables/meson.build 1 addition, 0 deletionsl0dables/meson.build
- lib/card10/meson.build 1 addition, 0 deletionslib/card10/meson.build
- lib/ctx/ctx-font-ascii-spacing.h 107 additions, 0 deletionslib/ctx/ctx-font-ascii-spacing.h
- lib/ctx/ctx-font-regular-spacing.h 189 additions, 0 deletionslib/ctx/ctx-font-regular-spacing.h
- lib/ctx/ctx-font-regular.h 2588 additions, 0 deletionslib/ctx/ctx-font-regular.h
- lib/ctx/ctx.c 41 additions, 0 deletionslib/ctx/ctx.c
- lib/ctx/ctx.h 27334 additions, 0 deletionslib/ctx/ctx.h
- lib/ctx/meson.build 21 additions, 0 deletionslib/ctx/meson.build
- lib/meson.build 1 addition, 0 deletionslib/meson.build
- preload/apps/analog_clock/__init__.py 7 additions, 10 deletionspreload/apps/analog_clock/__init__.py
l0dables/ctx-demo/Makefile
0 → 100644
l0dables/ctx-demo/ctx-demo.c
0 → 100644
l0dables/ctx-demo/meson.build
0 → 100644
l0dables/ctx-demo/ui.c
0 → 100644
This diff is collapsed.
l0dables/ctx-demo/ui.h
0 → 100644
lib/ctx/ctx-font-ascii-spacing.h
0 → 100644
lib/ctx/ctx-font-regular-spacing.h
0 → 100644
lib/ctx/ctx-font-regular.h
0 → 100644
This diff is collapsed.
lib/ctx/ctx.c
0 → 100644
lib/ctx/ctx.h
0 → 100644
This diff is collapsed.
lib/ctx/meson.build
0 → 100644