projects
/
gps-watch.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
common: Implement the "clear_storage" shell command.
[gps-watch.git]
/
src
/
2020-01-09
Tilman Sauerbeck
common: Implement the "clear_storage" shell command.
tree
|
commitdiff
2020-01-09
Tilman Sauerbeck
application: Integrate flash storage via Mx25l.
tree
|
commitdiff
2020-01-09
Tilman Sauerbeck
common: Implement Storage::clear() in Mx25l.
tree
|
commitdiff
2020-01-09
Tilman Sauerbeck
application: Integrate the shell.
tree
|
commitdiff
2020-01-09
Tilman Sauerbeck
common: Implement Mx25l::erase_all().
tree
|
commitdiff
2020-01-09
Tilman Sauerbeck
common: Implement Storage::write() in Mx25l.
tree
|
commitdiff
2020-01-09
Tilman Sauerbeck
common: Implement Mx25l::program_page().
tree
|
commitdiff
2020-01-09
Tilman Sauerbeck
common: Implement Mx25l::erase_sector().
tree
|
commitdiff
2020-01-09
Tilman Sauerbeck
common: Add the varint module.
tree
|
commitdiff
2020-01-09
Tilman Sauerbeck
common: Add the yencode module.
tree
|
commitdiff
2020-01-08
Tilman Sauerbeck
common: Implement Time::fmt_date().
tree
|
commitdiff
2020-01-08
Tilman Sauerbeck
common: Add the shell module.
tree
|
commitdiff
2020-01-08
Tilman Sauerbeck
bootloader: Stay in bootloader when the middle left...
tree
|
commitdiff
2020-01-08
Tilman Sauerbeck
application: Make system reset less likely do be run...
tree
|
commitdiff
2020-01-08
Tilman Sauerbeck
application: Configure the remaining push buttons.
tree
|
commitdiff
2020-01-08
Tilman Sauerbeck
application: Factor out the configure_push_buttons...
tree
|
commitdiff
2020-01-08
Tilman Sauerbeck
application: Factor out the reset_requested() function.
tree
|
commitdiff
2020-01-08
Tilman Sauerbeck
application: Set up pins for the MX25L flash memory.
tree
|
commitdiff
2020-01-08
Tilman Sauerbeck
common: Implement Storage::read() in Mx25l.
tree
|
commitdiff
2020-01-08
Tilman Sauerbeck
common: Add the storage module.
tree
|
commitdiff
2020-01-06
Tilman Sauerbeck
application: Perform system reset from panic handler...
tree
|
commitdiff
2020-01-06
Tilman Sauerbeck
common: Add the mx25l module.
tree
|
commitdiff
2020-01-06
Tilman Sauerbeck
common: Accept DGPS fix information.
tree
|
commitdiff
2020-01-06
Tilman Sauerbeck
common: Increase size of the UART receive ringbuffer.
tree
|
commitdiff
2020-01-06
Tilman Sauerbeck
common: Add the spi module.
tree
|
commitdiff
2020-01-06
Tilman Sauerbeck
common: Restart NMEA message parsing when a '$' charact...
tree
|
commitdiff
2020-01-06
Tilman Sauerbeck
common: Move panic handler out of libcommon.
tree
|
commitdiff
2020-01-06
Tilman Sauerbeck
application: Show current time on the display if we...
tree
|
commitdiff
2020-01-06
Tilman Sauerbeck
common: Implement Time::fmt_time().
tree
|
commitdiff
2020-01-06
Tilman Sauerbeck
common: Add the time module.
tree
|
commitdiff
2020-01-06
Tilman Sauerbeck
common: Add the fmt module.
tree
|
commitdiff
2020-01-06
Tilman Sauerbeck
common: Implement screen::clear() and screen::draw_text().
tree
|
commitdiff
2020-01-06
Tilman Sauerbeck
common: Tweak bit order of screen data.
tree
|
commitdiff
2020-01-06
Tilman Sauerbeck
application: Visualize GPS fix state using the satellit...
tree
|
commitdiff
2020-01-06
Tilman Sauerbeck
application: Manage whether or not we have valid GPS...
tree
|
commitdiff
2020-01-06
Tilman Sauerbeck
application: Blink heart icon to indicate liveness.
tree
|
commitdiff
2020-01-06
Tilman Sauerbeck
common: Implement display::show_icon() and display...
tree
|
commitdiff
2020-01-06
Tilman Sauerbeck
application: Extract time and position from GPS NMEA...
tree
|
commitdiff
2020-01-06
Tilman Sauerbeck
common: Add the gps module.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
application: Set up pins for the GPS.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
application: Define UART0_IRQHandler().
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Add Rust glue for the ringbuf module.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Add the uart module.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
application: Enable OSC0.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Implement clock::enable_osc0().
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
build: Use rustc to link the binaries instead of gcc.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Mark jump_to_application() as noreturn.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
build: Link libgcc from the command line instead of...
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
build: Don't link libraries we don't need.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
application: Initialize and clear the display on startup.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
application: Set up pins for the display.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Add the display module.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
application: Perform a system reset if PTA12 is pressed.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
application: Configure PTA12 for push button use.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Implement nvic::system_reset().
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Never auto-start the application in the...
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Add the i2c module.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Call clock::reset() before jumping to the...
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Implement clock::reset().
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Combine writes to SIM_CLKDIV1 in clock::configu...
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Disable the watchdog.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Add the watchdog module.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
application: Explicitly enable global interrupts.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Sanitize global interrupt handling.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Implement enable_interrupts() and disable_inter...
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Disable the USB interrupt in usb_serial::shutdo...
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Use the same maximum size for both bootloaders.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Reimplement flash::run_command() in C.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Use distinct USB PIDs depending on location...
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Explicitly initialize the port module.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Implement port::init().
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
application: Add humble beginnings of the application...
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Fix two -Wold-style-declaration warnings.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Remove unused variable s_sendSize from virtual_...
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Stop USB serial device before entering...
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Wrap USB_VcomDeinit() in usb_serial::shutdown().
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: USB_VcomDeinit() always shuts down the singleto...
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Don't attempt to stop the USB clock in USB_Vcom...
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Only attempt to jump to application if...
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Import bootloader-final.ld.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Rename bootloader.ld to bootloader-intermed...
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Refuse to erase the second flash sector.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Only begin serial communication if PTE24...
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: configure PTE24 for push button use.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Add the gpio module.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Add the port module.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Initialize systick on startup.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Add the systick module.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Use USB VID 0xf055 and PID 0x635c.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Make USB_VcomInit() take VID/PID and pass them on.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Add USB_DeviceSetVendorId() and USB_DeviceSetPr...
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Initialize the usb_serial module with an USB...
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Jump to application code after serial commu...
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Define application offset.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Implement jump_to_application().
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Make run() function return a bool.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Prepare implementation of COMMAND_START_APP.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Remove unused function USB_VcomWriteBlocking().
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Remove unused function USB_VcomReadBlocking().
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Remove prototype for undefined function USB_Vco...
tree
|
commitdiff
next