summaryrefslogtreecommitdiff
path: root/demos/bsp
AgeCommit message (Expand)Author
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
2013-03-12add semaphore post in usbh_isr for control pipehathach
2013-03-12add project file for keilhathach
2013-01-27update license year from 2012 to 2013hathach
2013-01-18add DEVICE_ROM_DRIVER_ADDR macro in hal to point to rom driver addhathach
2013-01-17add UART support for ea4357 (tested)hathach
2013-01-17start to add bsp and build configuration for embedded artist 4357hathach
2013-01-17add initial support for output using ITM via SWO (not tested though)hathach
2013-01-17refractor board and start to add support for SWO retargethathach
2013-01-16add uart for lpc11uxx and retarget successfullyhathach
2013-01-11re-target printf to uart successful on LPCXpresso1347hathach
2012-12-27clean uphathach
2012-12-20fix device example build errorshathach
2012-12-18cleaninghathach
2012-12-10running blinking examplehathach
2012-12-10add build and project settings for lpc43xxhathach
2012-12-10abstract usb enable/disable interrupt to hal layerhathach
2012-12-07finalize building process. Now I can focus on developing the stack (finally)hathach
2012-12-07change building process yes, againhathach
2012-12-07work with lpc11u37 (lpc11uxx) on kevin's boardhathach
2012-12-07make fundamental changes in project buildinghathach