| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-10 | able to print hello world | hathach | |
| 2013-09-08 | Merge branch 'master' of github.com:microbuilder/tinyusb | hathach | |
| Conflicts: demos/bsp/boards/microbuilder/board_lpc4357usb.c demos/bsp/boards/microbuilder/board_lpc4357usb.h | |||
| 2013-09-08 | try to add lpc4357usb board | hathach | |
| 2013-07-31 | Added trace pin config | Kevin Townsend | |
| 2013-07-31 | Added LPC4357USB board | Kevin Townsend | |
| 2013-07-19 | print out mac address | hathach | |
| 2013-07-19 | change printf retarget to make \n to \r\n automatically | hathach | |
| 2013-07-07 | add rndis_app files | hathach | |
| 2013-07-05 | fix bug with RNDIS class open using non-static variable p_cdc | hathach | |
| fix bug with SUBTASK_EXIT with single if (add do while wrapper) add payloay message able to send initialize & wait on notification pipe & get initialize cmpt | |||
| 2013-07-05 | implementing initializing for RNDIS | hathach | |
| 2013-07-04 | update docs | hathach | |
| 2013-07-04 | port osal_mutex to freeRTOS, able to mount mouse & cdc device | hathach | |
| tinyusb host stack overflow though | |||
| 2013-07-04 | house keeping | hathach | |
| 2013-07-04 | add some printf when a class is mounted | hathach | |
| add initial tests for rndis | |||
| 2013-07-04 | change class (hid/cdc) _mounted_isr to _mounted_cb | hathach | |
| 2013-07-03 | opt out hardfault handler in board.c which causes problem in compiling with ↵ | hathach | |
| asm inline | |||
| 2013-07-03 | adding _mounted_isr & _umounted_isr callback for host keyboard & mouse | hathach | |
| remove TUSB_EVENT_INTERFACE_OPEN & TUSB_EVENT_INTERFACE_CLOSE | |||
| 2013-07-03 | temporarily check cdc mounted by pipe_in & pipe_out | hathach | |
| add tests for tusbh_cdc_xfer_isr | |||
| 2013-07-03 | complete CDC serial demo (in a quick hacking way) | hathach | |
| 2013-07-03 | replace tusbh_cdc_isr by tusbh_cdc_xfer_isr with extra parameter as | hathach | |
| - pipe id - xferred_bytes host_class_driver_t add xferred_bytes parameter void (* const isr) (pipe_handle_t, tusb_event_t); --> void (* const isr) (pipe_handle_t, tusb_event_t, uint32_t); update hid_host & its tests | |||
| 2013-07-03 | rename cdc descriptor type | hathach | |
| add tusbh_cdc_mounted_isr & tusbh_cdc_unmounted_isr | |||
| 2013-07-02 | add way to calculate the actual byte transferred with ehci | hathach | |
| add come callback for cdch add code for cdc serial demo | |||
| 2013-07-02 | add tusbh_cdc_send, t usbh_cdc_receive | hathach | |
| add cdc_serial_app for virtual com demo | |||
| 2013-07-01 | fix compilation error | hathach | |
| 2013-07-01 | add & pass a first few test for cdc host | hathach | |
| implement cdch_open_subtask | |||
| 2013-06-29 | test refractor | hathach | |
| 2013-06-29 | [CDC] | hathach | |
| - add configure option - add include path - add driver function table | |||
| 2013-06-26 | remove app_os_prio.h in os_none configure | hathach | |
| remove instance_num in hidh API temporarily pause device stack developement should fix travis-ci build error | |||
| 2013-06-23 | increase sequence each 64 byte packet | hathach | |
| 2013-06-23 | should fix problem with demo bulk out | hathach | |
| 2013-06-23 | add custom bulk out test | hathach | |
| 2013-06-21 | remove redundant project files | hathach | |
| 2013-06-21 | add cmsis for lpc11u | hathach | |
| remove app_os_prio.h in host_os_none demo | |||
| 2013-06-21 | add files for bulk custom test | hathach | |
| 2013-06-21 | [host lpc43xx] adding support for host custom class | hathach | |
| refractor usbh class driver indexing opt out periodic list code in EHCI (need to refractor/group later) [device lpc176x] rename dcd_endpoint_configure to dcd_pipe_open add usbd_pipe_open to manage pipe | |||
| 2013-06-12 | add coreid to hidd_init | hathach | |
| temporarily implement hidd_init using dcd from lpc17xx add more test for dcd lp176x implement dcd_endpoint_configure | |||
| 2013-06-12 | clean up | hathach | |
| 2013-06-08 | ADDING LPC176X device | hathach | |
| implementing dcd_lpc175x_6x.c add usbd_dcd.h add usbd_isr with TUSB_EVENT_SETUP_RECEIVED & TUSB_EVENT_BUS_RESET event parameterize TUSB_CFG_DEVICE_CONTROL_PACKET_SIZE (replace USB_MAX_PACKET0) --> able to get interrupt and receive setup packet, but SET ADDRESS (expected get device descriptor). uncomment write zero length will cause issue, no more interrupt ? | |||
| 2013-06-04 | re-create ngx4330.h | hathach | |
| remove some rom driver dependency on upper layer introduce CAP_DEVICE_ROMDRIVER to overwrite TUSB_CFG_DEVICE_USE_ROM_DRIVER within the lib add support for lpc175x_6x - able to build and blink led on lpcxpresso1769 with device (without any class enabled) | |||
| 2013-06-04 | add LPC175x_6x cmiss (got from xpresso example) | hathach | |
| add LPC175x_6x driver lib (got from http://git.lpcware.com//lpc175x_6x.git | |||
| 2013-06-04 | rename tusb_device_is_configured | hathach | |
| remove dcd_lpc18xx_lpc43xx.h and dcd_lpc11uxx_lpc13xx move define to hal | |||
| 2013-06-03 | house keeping | hathach | |
| 2013-06-03 | add TUSB_CFG_PROUDCT_ID check | hathach | |
| move USB_MAX_EP_NUM to device dependency - lpc43 --> 6 - lpc11/13 --> 5 | |||
| 2013-06-03 | refractor device mouse main.c & tusbd_hid_mouse_send_report | hathach | |
| 2013-06-03 | refractor tusb_descriptors | hathach | |
| usbd device_class_driver added & tested HID mouse for device (work together with hid keyboard) rename DEVICE_ROM_REG_BASE, DEVICE_ROM_DRIVER_ADDR | |||
| 2013-05-31 | refractor change tusbd_hid_keyboard_send_report API | hathach | |
| 2013-05-31 | refractor string descriptors, allow one-stop configure descriptor for | hathach | |
| - manufacturer, product etc ... (only english now) | |||
| 2013-05-31 | refractor & beautify string descriptors | hathach | |
| 2013-05-31 | clean up device main.c demo code | hathach | |
| 2013-05-31 | rename descriptor variables | hathach | |
