gps-watch.git
2020-01-05 Tilman Sauerbecktools: Add firmware updater.
2020-01-05 Tilman Sauerbeckbootloader: Call into the bootloader module from main().
2020-01-05 Tilman Sauerbeckbootloader: Add the bootloader module.
2020-01-05 Tilman Sauerbeckcommon: Implement the transmit path for the USB serial...
2020-01-05 Tilman Sauerbeckcommon: Implement the receive path for the USB serial...
2020-01-05 Tilman Sauerbeckcommon: Add the ringbuf module.
2020-01-05 Tilman Sauerbeckcommon: Add the buffer module.
2019-12-30 Tilman Sauerbeckbootloader: Add the flash module.
2019-12-30 Tilman Sauerbeckcommon: Add the crc32 module.
2019-07-07 Tilman Sauerbeckcommon: Define panic handler using the #[panic_handler...
2019-07-07 Tilman Sauerbeckcommon: Implement USB0 interrupt handler.
2019-07-07 Tilman Sauerbeckcommon: Implement USB_DeviceIsrEnable() and USB_DeviceC...
2019-07-07 Tilman Sauerbeckbootloader: Initialize the usb_serial module on startup.
2019-07-07 Tilman Sauerbeckcommon: Add the usb_serial module.
2019-07-07 Tilman Sauerbeckbootloader: Put the binary at offset 0x8000 in flash.
2019-07-07 Tilman Sauerbeckcommon: Implement clock::configure_usb().
2019-07-07 Tilman Sauerbeckcommon: Set SIM_SOPT2.PLLFLLSEL by default.
2019-07-07 Tilman Sauerbeckbootloader: Configure system and peripheral clocks.
2019-07-07 Tilman Sauerbeckcommon: Add the clock module.
2019-07-07 Tilman Sauerbeckcommon: Remove unused code from usb_osa_bm.c.
2019-07-07 Tilman Sauerbeckcommon: Use asm instead of __ASM in USB_OsaEnterCritical().
2019-07-07 Tilman Sauerbeckcommon: Implement __disable_irq() from CMSIS.
2019-07-07 Tilman Sauerbeckcommon: Remove EnableIRQ() and DisableIRQ() from fsl_co...
2019-07-07 Tilman Sauerbeckcommon: Remove useless calls to __NOP() in busy wait...
2019-07-07 Tilman Sauerbeckcommon: Avoid including fsl_clock.h, clock_config.h...
2019-07-07 Tilman Sauerbeckcommon: Hardcode use of NXP's USB baremetal stack in...
2019-07-07 Tilman Sauerbeckcommon: Avoid including core_cm0plus.h and system_MKL26...
2019-07-07 Tilman Sauerbeckcommon: Hardcode our target's CPU type in fsl_device_re...
2019-07-07 Tilman Sauerbeckcommon: Add NXP's USB serial code.
2019-07-07 Tilman Sauerbeckcommon: Add the nvic module.
2019-07-07 Tilman Sauerbeckcommon: Add the register module.
2019-07-07 Tilman Sauerbeckbootloader: Fix address of SRAM in the target.
2019-07-07 Tilman Sauerbeckbootloader: Remove linker symbols __Vectors_Size and...
2019-07-07 Tilman Sauerbeckbootloader: Remove commented support for multiple ...
2019-07-07 Tilman Sauerbeckbuild: Add infrastructure for the bootloader program...
2019-05-26 Tilman SauerbeckInitial commit.