- 01 Dec, 2020 5 commits
-
-
Øyvind Kolås authored
-
Øyvind Kolås authored
We should perhaps have a ctx object returned from the display instead of overloading the displas as the ctx context?
-
Øyvind Kolås authored
-
Øyvind Kolås 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.
-
Øyvind Kolås authored
-
- 27 Nov, 2020 4 commits
-
-
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
-
-
Slight formatting cleanup to ensure the docs are rendered and linked properly. Signed-off-by:
Rahix <rahix@rahix.de>
-
-
- 30 Oct, 2020 1 commit
-
-
schneider authored
The MSC interrupts can come in back to back, effectively blocking the FreeRTOS timer task which resets the watchdog. This simple fix simply resets the watchdog when performing an MSC read or write.
-
- 17 Oct, 2020 30 commits
-
-
Rahix authored
See merge request card10/firmware!419
-
schneider authored
-
Rahix authored
See merge request card10/firmware!414
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
The -EIO error was triggering a warning in the caller.
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
Make private functions static Allocate buffers on stack Move constants out of header
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-