| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-16 | able to build with newly added lwip folder | hathach | |
| 2013-09-16 | remove ipv6 header | hathach | |
| 2013-09-16 | remoe ipv6 | hathach | |
| 2013-09-14 | start to add lwip support | hathach | |
| 2013-09-14 | increase usb transaction time-out as host_cmsis_rtx easily timeouted | hathach | |
| 2013-09-13 | update cmsis rtx keil project for LPC4357USB | hathach | |
| 2013-09-13 | fix cmsis rtx tick configuration | hathach | |
| everything should work TODO: remove static for variable error in control xfer subtask | |||
| 2013-09-13 | fix task def with cmsis rtx | hathach | |
| 2013-09-13 | all project can run ok | hathach | |
| 2013-09-13 | integrate & able to run cmsis-rtx with current code base | hathach | |
| 2013-09-12 | added keil project for host_freertos | hathach | |
| 2013-09-12 | Merge branch 'master' of github.com:microbuilder/tinyusb | hathach | |
| Conflicts: demos/host/host_os_none/host_os_none.uvopt | |||
| 2013-09-12 | finshed upgrading lpc43xx cmsis | hathach | |
| 2013-09-12 | updating lib *.c | hathach | |
| 2013-09-12 | update history & freertos project | hathach | |
| 2013-09-12 | update header files | hathach | |
| 2013-09-12 | rename lpc43 cmsis folder, preparing to upgrade cmsis from v2.10 to 3.01 | hathach | |
| 2013-09-11 | add set msg & get set cmplt for OID_GEN_CURRENT_PACKET_FILTER (default = 0 ↵ | hathach | |
| reject all) to ○ NDIS_PACKET_TYPE_DIRECTED ○ NDIS_PACKET_TYPE_MULTICAST ○ NDIS_PACKET_TYPE_BROADCAST | |||
| 2013-09-10 | Apply power to USB | Kevin Townsend | |
| 2013-09-10 | Added trace support for LPC4357USB boards | Kevin Townsend | |
| 2013-09-10 | added support for RETARGET SWO | hathach | |
| 2013-09-10 | clean up | hathach | |
| 2013-09-10 | added LPC4357_USB board | hathach | |
| 2013-09-10 | complete porting to keil | hathach | |
| - updated cgu - require microlib for printf retarget - cannot use fp enable option in keil (may require cmsis update) | |||
| 2013-09-10 | keil project can mount mouse, but cannot mount rndis | hathach | |
| 2013-09-10 | able to get blinky + greeting | hathach | |
| 2013-09-10 | rename startup | hathach | |
| 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-19 | add implementation for | hathach | |
| - tusbh_cdc_rndis_is_mounted - tusbh_cdc_rndis_get_mac_addr | |||
| 2013-07-19 | add test & code to send rndis msg query for permanent address (MAC address) | hathach | |
| 2013-07-14 | extract send message & wait & get complete message to ↵ | hathach | |
| send_message_get_response_subtask | |||
| 2013-07-13 | add some required NDIS OID define | hathach | |
| 2013-07-07 | add rndis_app files | hathach | |
| 2013-07-06 | pass the initialize_cmplt | hathach | |
| 2013-07-06 | refractor qhd_xfer_error_isr (omit xfer_type para) | hathach | |
| add accumulated total xferred byte for an endpoint until transfer with IOC set - control xfer will have length of data phase in usbh_xfer_isr callback | |||
| 2013-07-06 | refractor ehci.c adding qhd_get_xfer_type | 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 | adding subclass RNDIS-CDC driver API | hathach | |
| - implement init - close - xfer_isr - open adding waiting for notification after send rndis_initalize_msg | |||
| 2013-07-05 | fix a minor bug | hathach | |
| 2013-07-05 | fix bug with rndis overshadow the normal cdc callback | hathach | |
| 2013-07-05 | change usbh_control_xfer_subtask to use flat API instead of passing ↵ | hathach | |
| tusb_control_request_t struct | |||
| 2013-07-05 | implementing initializing for RNDIS | hathach | |
| 2013-07-04 | update docs | hathach | |
| 2013-07-04 | host enum task use static control_request variable instead of literal of ↵ | hathach | |
| requests increase enum task stack size from 128 to 150 as it comes dangerously close to overflow | |||
