projects
/
gps-watch.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
gps-watch.git
2020-01-05
Tilman Sauerbeck
bootloader: configure PTE24 for push button use.
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
common: Add the gpio module.
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
common: Add the port module.
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
bootloader: Initialize systick on startup.
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
common: Add the systick module.
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
tools: Add support for COMMAND_START_APP.
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
bootloader: Use USB VID 0xf055 and PID 0x635c.
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
common: Make USB_VcomInit() take VID/PID and pass them on.
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
common: Add USB_DeviceSetVendorId() and USB_DeviceSetPr...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
common: Initialize the usb_serial module with an USB...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
bootloader: Jump to application code after serial commu...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
bootloader: Define application offset.
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
common: Implement jump_to_application().
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
bootloader: Make run() function return a bool.
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
bootloader: Prepare implementation of COMMAND_START_APP.
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
common: Remove unused function USB_VcomWriteBlocking().
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
common: Remove unused function USB_VcomReadBlocking().
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
common: Remove prototype for undefined function USB_Vco...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
tools: Add firmware updater.
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
bootloader: Call into the bootloader module from main().
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
bootloader: Add the bootloader module.
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
common: Implement the transmit path for the USB serial...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
common: Implement the receive path for the USB serial...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
common: Add the ringbuf module.
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tilman Sauerbeck
common: Add the buffer module.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-30
Tilman Sauerbeck
bootloader: Add the flash module.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-30
Tilman Sauerbeck
common: Add the crc32 module.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
common: Define panic handler using the #[panic_handler...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
common: Implement USB0 interrupt handler.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
common: Implement USB_DeviceIsrEnable() and USB_DeviceC...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
bootloader: Initialize the usb_serial module on startup.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
common: Add the usb_serial module.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
bootloader: Put the binary at offset 0x8000 in flash.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
common: Implement clock::configure_usb().
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
common: Set SIM_SOPT2.PLLFLLSEL by default.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
bootloader: Configure system and peripheral clocks.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
common: Add the clock module.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
common: Remove unused code from usb_osa_bm.c.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
common: Use asm instead of __ASM in USB_OsaEnterCritical().
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
common: Implement __disable_irq() from CMSIS.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
common: Remove EnableIRQ() and DisableIRQ() from fsl_co...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
common: Remove useless calls to __NOP() in busy wait...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
common: Avoid including fsl_clock.h, clock_config.h...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
common: Hardcode use of NXP's USB baremetal stack in...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
common: Avoid including core_cm0plus.h and system_MKL26...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
common: Hardcode our target's CPU type in fsl_device_re...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
common: Add NXP's USB serial code.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
common: Add the nvic module.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
common: Add the register module.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
bootloader: Fix address of SRAM in the target.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
bootloader: Remove linker symbols __Vectors_Size and...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
bootloader: Remove commented support for multiple ...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-07
Tilman Sauerbeck
build: Add infrastructure for the bootloader program...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-26
Tilman Sauerbeck
Initial commit.
commit
|
commitdiff
|
tree
|
snapshot