Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove unneeded `pass`es from Python script | David Phillips | 2021-03-13 |
| | | | | These were accidentally left in from debug/commented out code | ||
* | First cut of UI state machine | David Phillips | 2021-03-13 |
This patch adds a first skeleton/draft of the UI state machine, with the altimeter setting logic implemented at a basic level. It also adds a Python script which uses GDB/MI to simulate/inject UI events on a GDB remote (i.e. qemu-avr running the sim copy of the firmware). |