| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-03 | add lpc18 family | hathach | |
| 2021-02-23 | nxp tdi: hcd_init() reset and set host mode | hathach | |
| 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 | |
| properly init fpu on LPC M4 | |||
| 2020-09-02 | revert to use float-abi | hathach | |
| define __USE_CMSIS instead of __USE_LPCOPEN will have startup enable FPU on startup properly. Although it is only relevant to lpx43/40 series, change all to __USE_CMSIS for consistency | |||
| 2020-09-01 | add more logging to host stack | hathach | |
| tested host with lpc4357, don't use fpu with lpc m4 since it seems to cause hardfault (stack does not make use of fpu anyway). | |||
| 2020-09-01 | clean up | hathach | |
| 2020-05-19 | usb0 host on mcb1800 work with fullspeed mode. | hathach | |
| use usbh_edpt_open() to correctly map ep2drv[] | |||
| 2020-05-04 | temporarily remove osal_task_delay() from osal | hathach | |
| - add hcd_uframe_number() API, update EHCI to return uframe number - get host running on ea4357 | |||
| 2020-05-04 | clean up things, add makefile for host example | hathach | |
| 2020-05-03 | add uart for mcb1800 | hathach | |
| 2020-04-17 | mass rename tud/dcd_irq_handler to tud/dcd_init_handler | hathach | |
| 2020-04-08 | clean up | hathach | |
| 2020-04-06 | mass rename tud_isr to tud_irq_handler | hathach | |
| 2020-03-07 | clean up LD_FILE using $(BOARD) | hathach | |
| make it easier to duplicate bsp | |||
| 2019-11-22 | rename dcd lpc18_43 to transdimension | hathach | |
| 2019-11-22 | move nxp dcd ehci controller reset and modde into dcd | hathach | |
| rt1064 work with cdc msc example | |||
| 2019-11-21 | moving irq to bsp for lpc17/40 | hathach | |
| 2019-11-21 | adding tud_isr/tuh_isr with lpc18/43 | hathach | |
| 2019-11-20 | move -flto to board.mk | hathach | |
| current board that doesn work with flto is spresense and mimxrt10xx (due to xip image_vector_table is optimized out). | |||
| 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 | |
| started with pca10056 | |||
| 2019-09-27 | add -Wextra for more warnings to example | hathach | |
| non-stack warning (probably mcu driver) should be suppressed in the board.mk | |||
| 2019-09-09 | clean up lpc makefile | hathach | |
| 2019-09-06 | adding lpcxpresso11u37 board | hathach | |
| 2019-08-31 | fix segger embbeded studio compile issue | hathach | |
| 2019-08-23 | drop board_* in bsp c file | hathach | |
| move hw/cmsis to hw/mcu/nordic since only nrf uses it. | |||
| 2019-05-15 | board clean up, add button for ea4088 | hathach | |
| 2019-05-15 | update button for mcb1800 | hathach | |
| 2019-05-15 | mcb1800 build and blinky with makefile | 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 | |
| - remove board header since it is not used | |||
| 2019-03-20 | clean board uart read & write | hathach | |
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach | |
| 2019-03-13 | dcd_set_address include status response, usbd control stall both control in ↵ | hathach | |
| and out | |||
| 2018-12-14 | rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistency | hathach | |
| 2018-12-05 | hal clean up | hathach | |
| - replace tusb_hal_int_enable/disable to dcd_int_enable/disable, hcd_int_enable/disable - remove tusb_hal_init(), this will be part of dcd_init/hcd_init, anything beyond dcd/hcd should be inited by bsp | |||
| 2018-12-05 | lpc move Chip_USB_Init() out of stack to bsp | hathach | |
| 2018-12-04 | adding ea4088 quickstart, able to blink | hathach | |
| 2018-12-04 | clean up mcb1800 | hathach | |
