summaryrefslogtreecommitdiff
path: root/demos/bsp
AgeCommit message (Expand)Author
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
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 a...hathach
2013-07-02add tusbh_cdc_send, t usbh_cdc_receivehathach
2013-06-21remove redundant project fileshathach
2013-06-21add cmsis for lpc11uhathach
2013-06-04re-create ngx4330.hhathach
2013-06-04add LPC175x_6x cmiss (got from xpresso example)hathach
2013-05-31change at86rf to 1ghznodehathach
2013-05-29ea4357 can be enumerated, but get setconfiugre value of 0hathach
2013-05-29fix lpcxpresso1347 board_ledshathach
2013-05-28rename NGX to ngxhathach
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
2013-05-23- move CMSIS & driver lib for lpc13u to codebase bsp/lpc13xxhathach
2013-05-14rename tusbh_hid_keyboard/mouse_is_supported to tusbh_hid_keyboard/mouse_is_m...hathach
2013-05-09move cmsis to bsp/lpc43xx to keep all in repos for travis-ci runhathach
2013-05-06adding keil mcb4300 supporthathach
2013-05-06change format of file header & license spacinghathach
2013-04-29move ngx4330 to ngx folder in boardshathach
2013-04-25finally able to get freeRTOS run with current mouse + keyboard examplehathach
2013-04-24- change OSAL_TASK_FUNCTION to have void* parameter (to be consistent with mo...hathach
2013-04-22change the board_leds API to on_mask, off_maskhathach
2013-04-22adding oem base board lib for ea4357hathach
2013-04-22house cleaninghathach
2013-04-22moving things aroundhathach
2013-04-22fix compiler error for USB1 to none in ehci.chathach
2013-04-21separate fake ehci's run async & period listhathach
2013-04-09add Lib_OemBaseBoard to bsp/board but current exclude from all builds (added ...hathach
2013-04-09adding code to allow configure MIC2555 to pull down D+/D- (still need bit ban...hathach
2013-04-08amend last commithathach
2013-04-08- add scu_pinmux(0x2, 5, MD_PLN | MD_EZI | MD_ZI, FUNC2); // USB1_VBUS monito...hathach
2013-04-08fix board uart init with NGX4330 (use UART0)hathach
2013-04-07add hal init for USB1 and trying to get USB1 workinghathach
2013-03-29fix the damn bug within 10 line of code in keyboard_app.chathach
2013-03-26- put ATTR_UNUSED to hardfault handler variables to discard compiler warninghathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-22- fix bug when unplugged unmounted-already device (mostly plugged when power on)hathach
2013-03-13add hard fault handler to bsp.chathach
2013-03-13go through all the enumeration (up to get full configuration)hathach