| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-22 | - fix bug when unplugged unmounted-already device (mostly plugged when power on) | hathach | |
| - add hal_debugger_is_attached & hal_debugger_breakpoint - assert will suspend (place breakpoint) if the condition is failed and debugger is attached. Otherwise, a message to uart is printed - fix get control qhd function when dev_addr is not zero (shifted 1) - fix wrong logic for unsupported class | |||
| 2013-03-13 | add hard fault handler to bsp.c | hathach | |
| rename class_install_subtask to class_open_subtask add class_close for unmount adding code for usbh_device_unplugged_isr & invoke it in hcd_isr | |||
| 2013-03-13 | go through all the enumeration (up to get full configuration) | hathach | |
| - fix init_qhd for address 0 (clear queue head --> ehci controller halted) - fix bug in usbh_init missing address0 for semaphore create TUSB_CFG_DEBUG == 3: --> ATTR_ALWAYS_INLINE is null --> allow gcc to export "normal inline" function | |||
| 2013-03-12 | add semaphore post in usbh_isr for control pipe | hathach | |
| add osal_queue_send in usbh_device_plugged add macro for placing breakpoint macros fix ehci init: - regs->cmd or (add run_stop) - enable port power in portsc add tusb_task_runner in main loop | |||
| 2013-03-12 | add project file for keil | hathach | |
| fix binary.h compiler specific add hal_init code to reset & set usbmode --> able to get USB ISR remove const qualifier from return function of - get_operational_register - get_period_frame_list - get_async_head - get_period_head - get_control_qhd add stub for - hcd_port_connect_status - hcd_port_speed | |||
| 2013-01-27 | update license year from 2012 to 2013 | hathach | |
| 2013-01-18 | add DEVICE_ROM_DRIVER_ADDR macro in hal to point to rom driver add | hathach | |
| add TUSB_ATTR_RAM_SECTION in tinyusb_config.h to abtract usb ram placement to application remove power_api.h (mcu dependency) | |||
| 2013-01-17 | add UART support for ea4357 (tested) | hathach | |
| 2013-01-17 | start to add bsp and build configuration for embedded artist 4357 | hathach | |
| 2013-01-17 | add initial support for output using ITM via SWO (not tested though) | hathach | |
| 2013-01-17 | refractor board and start to add support for SWO retarget | hathach | |
| 2013-01-16 | add uart for lpc11uxx and retarget successfully | hathach | |
| 2013-01-11 | re-target printf to uart successful on LPCXpresso1347 | hathach | |
| 2012-12-20 | fix device example build errors | hathach | |
| 2012-12-18 | cleaning | hathach | |
| 2012-12-10 | running blinking example | hathach | |
| 2012-12-10 | add build and project settings for lpc43xx | hathach | |
| 2012-12-10 | abstract usb enable/disable interrupt to hal layer | hathach | |
| 2012-12-07 | finalize building process. Now I can focus on developing the stack (finally) | hathach | |
| 2012-12-07 | change building process yes, again | hathach | |
| 2012-12-07 | work with lpc11u37 (lpc11uxx) on kevin's board | hathach | |
| 2012-12-07 | make fundamental changes in project building | hathach | |
| add some makefile.defs | |||
