application: Use the previous/next buttons to cycle the current view.
[gps-watch.git] / src / application / main.rs
2020-03-28 Tilman Sauerbeckapplication: Use the previous/next buttons to cycle...
2020-03-28 Tilman Sauerbeckapplication: Introduce data model struct and view structs.
2020-03-28 Tilman Sauerbeckcommon: Store distance travelled in Logger instance.
2020-03-22 Tilman Sauerbeckapplication: Fix indentation broken by previous changeset.
2020-03-22 Tilman Sauerbeckapplication: Use the Button struct to handle the play...
2020-01-19 Tilman Sauerbeckapplication: Show distance travelled while recording.
2020-01-09 Tilman Sauerbeckapplication: Start and stop recordings by pressing...
2020-01-09 Tilman Sauerbeckapplication: Set up a Logger instance.
2020-01-09 Tilman Sauerbeckcommon: Make Gps::update() access UART0's receive buffe...
2020-01-09 Tilman Sauerbeckcommon: Implement the "clear_storage" shell command.
2020-01-09 Tilman Sauerbeckapplication: Integrate flash storage via Mx25l.
2020-01-09 Tilman Sauerbeckapplication: Integrate the shell.
2020-01-08 Tilman Sauerbeckapplication: Make system reset less likely do be run...
2020-01-08 Tilman Sauerbeckapplication: Configure the remaining push buttons.
2020-01-08 Tilman Sauerbeckapplication: Factor out the configure_push_buttons...
2020-01-08 Tilman Sauerbeckapplication: Factor out the reset_requested() function.
2020-01-08 Tilman Sauerbeckapplication: Set up pins for the MX25L flash memory.
2020-01-06 Tilman Sauerbeckapplication: Perform system reset from panic handler...
2020-01-06 Tilman Sauerbeckcommon: Move panic handler out of libcommon.
2020-01-06 Tilman Sauerbeckapplication: Show current time on the display if we...
2020-01-06 Tilman Sauerbeckapplication: Visualize GPS fix state using the satellit...
2020-01-06 Tilman Sauerbeckapplication: Manage whether or not we have valid GPS...
2020-01-06 Tilman Sauerbeckapplication: Blink heart icon to indicate liveness.
2020-01-06 Tilman Sauerbeckapplication: Extract time and position from GPS NMEA...
2020-01-05 Tilman Sauerbeckapplication: Set up pins for the GPS.
2020-01-05 Tilman Sauerbeckapplication: Define UART0_IRQHandler().
2020-01-05 Tilman Sauerbeckapplication: Enable OSC0.
2020-01-05 Tilman Sauerbeckbuild: Use rustc to link the binaries instead of gcc.
2020-01-05 Tilman Sauerbeckapplication: Initialize and clear the display on startup.
2020-01-05 Tilman Sauerbeckapplication: Set up pins for the display.
2020-01-05 Tilman Sauerbeckapplication: Perform a system reset if PTA12 is pressed.
2020-01-05 Tilman Sauerbeckapplication: Configure PTA12 for push button use.
2020-01-05 Tilman Sauerbeckapplication: Explicitly enable global interrupts.
2020-01-05 Tilman Sauerbeckapplication: Add humble beginnings of the application...