application: Set up pins for the MX25L flash memory.
[gps-watch.git] / src / application / main.rs
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...