summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-16able to build with newly added lwip folderhathach
2013-09-16remove ipv6 headerhathach
2013-09-16remoe ipv6hathach
2013-09-14start to add lwip supporthathach
2013-09-14increase usb transaction time-out as host_cmsis_rtx easily timeoutedhathach
2013-09-13update cmsis rtx keil project for LPC4357USBhathach
2013-09-13fix cmsis rtx tick configurationhathach
everything should work TODO: remove static for variable error in control xfer subtask
2013-09-13fix task def with cmsis rtxhathach
2013-09-13all project can run okhathach
2013-09-13integrate & able to run cmsis-rtx with current code basehathach
2013-09-12added keil project for host_freertoshathach
2013-09-12Merge branch 'master' of github.com:microbuilder/tinyusbhathach
Conflicts: demos/host/host_os_none/host_os_none.uvopt
2013-09-12finshed upgrading lpc43xx cmsishathach
2013-09-12updating lib *.chathach
2013-09-12update history & freertos projecthathach
2013-09-12update header fileshathach
2013-09-12rename lpc43 cmsis folder, preparing to upgrade cmsis from v2.10 to 3.01hathach
2013-09-11add 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-10Apply power to USBKevin Townsend
2013-09-10Added trace support for LPC4357USB boardsKevin Townsend
2013-09-10added support for RETARGET SWOhathach
2013-09-10clean uphathach
2013-09-10added LPC4357_USB boardhathach
2013-09-10complete porting to keilhathach
- updated cgu - require microlib for printf retarget - cannot use fp enable option in keil (may require cmsis update)
2013-09-10keil project can mount mouse, but cannot mount rndishathach
2013-09-10able to get blinky + greetinghathach
2013-09-10rename startuphathach
2013-09-10able to print hello worldhathach
2013-09-08Merge branch 'master' of github.com:microbuilder/tinyusbhathach
Conflicts: demos/bsp/boards/microbuilder/board_lpc4357usb.c demos/bsp/boards/microbuilder/board_lpc4357usb.h
2013-09-08try to add lpc4357usb boardhathach
2013-07-31Added trace pin configKevin Townsend
2013-07-31Added LPC4357USB boardKevin Townsend
2013-07-19print out mac addresshathach
2013-07-19change printf retarget to make \n to \r\n automaticallyhathach
2013-07-19add implementation forhathach
- tusbh_cdc_rndis_is_mounted - tusbh_cdc_rndis_get_mac_addr
2013-07-19add test & code to send rndis msg query for permanent address (MAC address)hathach
2013-07-14extract send message & wait & get complete message to ↵hathach
send_message_get_response_subtask
2013-07-13add some required NDIS OID definehathach
2013-07-07add rndis_app fileshathach
2013-07-06pass the initialize_cmplthathach
2013-07-06refractor 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-06refractor ehci.c adding qhd_get_xfer_typehathach
2013-07-05fix bug with RNDIS class open using non-static variable p_cdchathach
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-05adding subclass RNDIS-CDC driver APIhathach
- implement init - close - xfer_isr - open adding waiting for notification after send rndis_initalize_msg
2013-07-05fix a minor bughathach
2013-07-05fix bug with rndis overshadow the normal cdc callbackhathach
2013-07-05change usbh_control_xfer_subtask to use flat API instead of passing ↵hathach
tusb_control_request_t struct
2013-07-05implementing initializing for RNDIShathach
2013-07-04update docshathach
2013-07-04host 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