summaryrefslogtreecommitdiff
path: root/demos/bsp
AgeCommit message (Collapse)Author
2013-09-24added cli supporthathach
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-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-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-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-13fix cmsis rtx tick configurationhathach
everything should work TODO: remove static for variable error in control xfer subtask
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-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-10able to get blinky + greetinghathach
2013-09-10rename startuphathach
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-19change printf retarget to make \n to \r\n automaticallyhathach
2013-07-04change class (hid/cdc) _mounted_isr to _mounted_cbhathach
2013-07-03opt out hardfault handler in board.c which causes problem in compiling with ↵hathach
asm inline
2013-07-02add tusbh_cdc_send, t usbh_cdc_receivehathach
add cdc_serial_app for virtual com demo
2013-06-21remove redundant project fileshathach
2013-06-21add cmsis for lpc11uhathach
remove app_os_prio.h in host_os_none demo
2013-06-04re-create ngx4330.hhathach
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-04add LPC175x_6x cmiss (got from xpresso example)hathach
add LPC175x_6x driver lib (got from http://git.lpcware.com//lpc175x_6x.git
2013-05-31change at86rf to 1ghznodehathach
rom device runs ok with lpc11uxx
2013-05-29ea4357 can be enumerated, but get setconfiugre value of 0hathach
2013-05-29fix lpcxpresso1347 board_ledshathach
temp change USBD_API to ROM_API add lpc13xx device support fix romdriver pointer able to init rom driver
2013-05-28rename NGX to ngxhathach
add a bunch of stub header for dcd (175x_6x, 13xx, 18xx_43xx) add dcd_nxp_romdriver for handling usb rom driver add BIT_TEST_ in binary.h remove mw_usbd_hid.h include due to lexical conflict
2013-05-27move board fileshathach
2013-05-23add files for hitex4350 but fail to get it power on USB0 host connectorhathach
2013-05-23LED init for mcb4300hathach
2013-05-23move scu_pinmux(0x2, 5, MD_PLN | MD_EZI | MD_ZI, FUNC2) to hal/hal_lpc43xx.chathach
dual host run without problem with mcb4300
2013-05-23- move CMSIS & driver lib for lpc13u to codebase bsp/lpc13xxhathach
- change descriptor.c/h able to build device example
2013-05-14rename tusbh_hid_keyboard/mouse_is_supported to ↵hathach
tusbh_hid_keyboard/mouse_is_mounted
2013-05-09move cmsis to bsp/lpc43xx to keep all in repos for travis-ci runhathach
update setting for all project file respectively
2013-05-06adding keil mcb4300 supporthathach
- implement board_leds & board_uart routines