| Age | Commit message (Expand) | Author |
| 2020-10-08 | clean up jlink default interface | hathach |
| 2020-09-03 | fix vector assign | hathach |
| 2020-09-03 | rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handler | hathach |
| 2020-09-03 | revert to use __USE_LPCOPEN | hathach |
| 2020-09-02 | ohci work, tested with lpc1769 | hathach |
| 2020-09-02 | revert to use float-abi | hathach |
| 2020-04-17 | mass rename tud/dcd_irq_handler to tud/dcd_init_handler | hathach |
| 2020-04-06 | add tud_irq_handler() for all lpc ip3511 (13, 15, 11) | hathach |
| 2020-04-06 | mass rename tud_isr to tud_irq_handler | hathach |
| 2020-03-07 | clean up LD_FILE using $(BOARD) | hathach |
| 2019-11-21 | moving irq to bsp for lpc17/40 | hathach |
| 2019-11-20 | move -flto to board.mk | hathach |
| 2019-11-11 | update makefile for lpc boards | hathach |
| 2019-11-11 | update makefile for lpc mcu | hathach |
| 2019-10-24 | fix missing board uart read/write() | hathach |
| 2019-10-12 | adding log support with uart | hathach |
| 2019-09-09 | clean up lpc makefile | hathach |
| 2019-09-09 | clean up | hathach |
| 2019-09-06 | adding lpcxpresso11u37 board | hathach |
| 2019-09-05 | added mbed lpc1768 board | hathach |
| 2019-09-03 | board_test work with lpcxpresso55s69 | hathach |
| 2019-08-31 | fix segger embbeded studio compile issue | hathach |
| 2019-08-23 | drop board_* in bsp c file | hathach |
| 2019-05-15 | board clean up, add button for ea4088 | hathach |
| 2019-05-15 | lpc1769 work with makefile | hathach |
| 2019-05-15 | lpcxpresso 1769 build with makefile but not blinky yet | hathach |
| 2019-05-14 | more clean up use inline bit funciton instead of macros | hathach |
| 2019-05-14 | update license year to 2019 | hathach |
| 2019-04-02 | rename board_led_control to board_led_write | hathach |
| 2019-04-01 | add board_button_read() | hathach |
| 2019-03-24 | remove tusb_hal_millis() usage, less work for porting | hathach |
| 2019-03-23 | clean up bsp, adde board_millis() | hathach |
| 2019-03-23 | add board_noos_millis() for blinky | hathach |
| 2019-03-22 | simplify board API, adding stm32f3 discovery | hathach |
| 2019-03-20 | clean board uart read & write | hathach |
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach |
| 2018-12-14 | rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistency | hathach |
| 2018-12-07 | rename MODE_HOST_SUPPORTED to TUSB_OPT_HOST_ENABLED | hathach |
| 2018-12-07 | enable all warnings | hathach |
| 2018-12-05 | lpc40xx device work, moving Chip_USB_Init out of tinyusb | hathach |
| 2018-12-04 | move pinmux out of dcd into bsp | hathach |
| 2018-12-04 | adding ea4088 quickstart, able to blink | hathach |
| 2018-12-04 | adding lpc40xx support | hathach |
| 2018-12-03 | clean up | hathach |
| 2018-12-03 | moving lpc17xx to use lpcopen | hathach |
| 2018-11-30 | lpc13xx build ok (not work) with lpcopen | hathach |
| 2018-11-29 | clean up | hathach |
| 2018-11-29 | move nvic prio in hal/dcd to bsp for portability | hathach |
| 2018-11-29 | added & tested lpc17xx freertos device example | hathach |
| 2018-11-27 | clean up | hathach |