| Age | Commit message (Expand) | Author |
| 2023-03-19 | bsp lpc13 | hathach |
| 2023-03-17 | fix trailing space and new line | hathach |
| 2023-03-16 | rename FREERTOS_PORT to FREERTOS_PORTABLE_SRC | hathach |
| 2023-03-08 | Merge branch 'master' into renesas-ra | hathach |
| 2022-06-29 | fix buid_board.py script | hathach |
| 2022-06-02 | rework make freertos port handling | Rafael Silva |
| 2021-10-09 | Add compile option to allocate video data into flash in video_capture example | kkitayam |
| 2021-04-28 | add nxp_lpcopen as submodule | hathach |
| 2021-03-18 | add example specific DEPS_SUBMODULES | hathach |
| 2021-03-17 | explicitly add dcd source file without vendor/family | hathach |
| 2021-03-04 | rename FAMILY_SUBMODULES to DEPS_SUBMODULES | hathach |
| 2021-03-04 | merge no-family example build | hathach |
| 2020-10-08 | clean up jlink default interface | 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-03-23 | remove -Wnested-externs since many driver does this including CMSIS_5 | hathach |
| 2020-03-07 | clean up LD_FILE using $(BOARD) | 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-04 | adding lpc1549, but couldnt recieve setup packet, though setup received inter... | hathach |
| 2019-09-11 | fix #130 | hathach |
| 2019-09-09 | clean up lpc makefile | hathach |
| 2019-09-06 | adding lpcxpresso11u37 board | hathach |
| 2019-09-03 | board_test work with lpcxpresso55s69 | hathach |
| 2019-09-01 | rename lpc_usbd to lpc_ip3511 | hathach |
| 2019-09-01 | rename lpc11_13_15 to simply lpc_usbd since it is almost used by in recent ye... | hathach |
| 2019-08-31 | fix segger embbeded studio compile issue | hathach |
| 2019-08-23 | drop board_* in bsp c file | hathach |
| 2019-05-15 | lpcxpresso 1769 build with makefile but not blinky yet | hathach |
| 2019-05-14 | add makefile support for lpcxpresso1347 | 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 | enable all warnings | hathach |
| 2018-12-05 | lpc move Chip_USB_Init() out of stack to bsp | hathach |
| 2018-12-03 | clean up lpc13 | hathach |
| 2018-12-03 | fix board issue with lpcxpresso 1347 | hathach |
| 2018-12-01 | able to build lpc11u68 | hathach |
| 2018-11-30 | lpc13xx build ok (not work) with lpcopen | hathach |
| 2018-11-14 | add Adafruit samd-peripherals as submodule. | hathach |
| 2018-04-12 | rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOS | hathach |