| Age | Commit message (Collapse) | Author |
|
effect during compiler optimization.
|
|
branching out to see if it results in smaller firmware size
|
|
|
|
|
|
|
|
|
|
|
|
Use statically-allocated stacks.
Fixes:
* Display correctly decimal parts starting with zero, such as 0.09
* Handle correctly expressions like '-(5+11)'=-16 or '3*-(5+11)'=-48
|
|
A calculator based on the Shunting-yard algorithm as described
here: https://en.wikipedia.org/wiki/Shunting-yard_algorithm
Moving the Motion App into the Settings screen to use the tile in the
ApplicationList for the Calculator.
|
|
|
|
|
|
Reduce memfrag visor to 3x4 characters
test allocations with 8-byte granularity, try to test pvPort(Malloc|Free)
Improve display by displaying 8-byte words, try to improve pvPortMalloc fragmentation detection
Display memory fragmentation stats at the beginning and update when screen is touched.
Align fragmentation stats display to right.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 0315ea7b8f51ccd480dc56da4ec114a1b9008e3c.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
open; remove unused code
|
|
|
|
|
|
|
|
|
|
|
|
once.
|
|
|
|
# Conflicts:
# src/displayapp/screens/StopWatch.cpp
|