summaryrefslogtreecommitdiff
path: root/demos
AgeCommit message (Collapse)Author
2013-09-26house keepinghathach
2013-09-26house keepinghathach
2013-09-26added mkdir commandhathach
2013-09-26added clear screen commandhathach
2013-09-26add scsi write10 & test unit readyhathach
done copy command implement get_fattime using __DATE__ and number of calls
2013-09-26refractor cli error handlinghathach
add cat command
2013-09-26add cat command to clihathach
2013-09-25enable long filenamehathach
2013-09-25almost complete cli for mschathach
2013-09-25add tusbh_msc_statushathach
reanme PRINTF_TARGET_DEBUG_CONSOLE to PRINTF_TARGET_SEMIHOST add read10 implementation able to read fat root sector
2013-09-25working on fatfs integrationhathach
fix retarget input for lpcxpresso
2013-09-24added cli supporthathach
2013-09-24allow a limited model to deal with stalled pipe/transactionhathach
added stall clear & able to mount the stupid toshiba thumb drive add HCD pipe API - bool hcd_pipe_is_busy(pipe_handle_t pipe_hdl); - bool hcd_pipe_is_stalled(pipe_handle_t pipe_hdl); - uint8_t hcd_pipe_get_endpoint_addr(pipe_handle_t pipe_hdl); - tusb_error_t hcd_pipe_clear_stall(pipe_handle_t pipe_hdl); remove tusbh_device_mount_failed_cb (not neccessary for user)
2013-09-24add some tests support for msc hosthathach
refractor msch buffer for getting inital scsi like inquiry, read capacity adding support for resovling stall on control pipe
2013-09-23refractor, add wheel for mouse demohathach
2013-09-22added read capacity 10 with hacking codehathach
2013-09-22fix pingstate for highspeed bulk out transferhathach
temp implementation of msc host --> can issue inquiry command
2013-09-21house keeping, clean up warningshathach
2013-09-21house keepinghathach
2013-09-21update keil project for freertos & cmsishathach
2013-09-21remove ATTR_WEAK for all necessary driver callbackhathach
fix ceedling tests
2013-09-20start to add msc host, fix dangerous problem with unstable device when ↵hathach
plugged --> 200 ms delay. 50ms delay after each port reset
2013-09-20refine hid host driverhathach
2013-09-19IAR host none project workinghathach
2013-09-19starting to add support for IAR workbenchhathach
2013-09-18clean up warningshathach
2013-09-18temporarily comment out all the lwip related codehathach
2013-09-16able to build with newly added lwip folderhathach
2013-09-14start to add lwip supporthathach
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-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