projects
/
gps-watch.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
common: Implement display::show_icon() and display::hide_icon().
[gps-watch.git]
/
src
/
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
2020-01-05
Tilman Sauerbeck
bootloader: Call into the bootloader module from main().
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
bootloader: Add the bootloader module.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Implement the transmit path for the USB serial...
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Implement the receive path for the USB serial...
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Add the ringbuf module.
tree
|
commitdiff
2020-01-05
Tilman Sauerbeck
common: Add the buffer module.
tree
|
commitdiff
2019-12-30
Tilman Sauerbeck
bootloader: Add the flash module.
tree
|
commitdiff
2019-12-30
Tilman Sauerbeck
common: Add the crc32 module.
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
common: Define panic handler using the #[panic_handler...
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
common: Implement USB0 interrupt handler.
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
common: Implement USB_DeviceIsrEnable() and USB_DeviceC...
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
bootloader: Initialize the usb_serial module on startup.
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
common: Add the usb_serial module.
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
bootloader: Put the binary at offset 0x8000 in flash.
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
common: Implement clock::configure_usb().
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
common: Set SIM_SOPT2.PLLFLLSEL by default.
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
bootloader: Configure system and peripheral clocks.
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
common: Add the clock module.
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
common: Remove unused code from usb_osa_bm.c.
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
common: Use asm instead of __ASM in USB_OsaEnterCritical().
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
common: Implement __disable_irq() from CMSIS.
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
common: Remove EnableIRQ() and DisableIRQ() from fsl_co...
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
common: Remove useless calls to __NOP() in busy wait...
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
common: Avoid including fsl_clock.h, clock_config.h...
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
common: Hardcode use of NXP's USB baremetal stack in...
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
common: Avoid including core_cm0plus.h and system_MKL26...
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
common: Hardcode our target's CPU type in fsl_device_re...
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
common: Add NXP's USB serial code.
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
common: Add the nvic module.
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
common: Add the register module.
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
bootloader: Fix address of SRAM in the target.
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
bootloader: Remove linker symbols __Vectors_Size and...
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
bootloader: Remove commented support for multiple ...
tree
|
commitdiff
2019-07-07
Tilman Sauerbeck
build: Add infrastructure for the bootloader program...
tree
|
commitdiff