summaryrefslogtreecommitdiff
path: root/demos
AgeCommit message (Collapse)Author
2014-04-17enable one ELF per function to have reduced code size from keilhathach
2014-04-17add script files, fix build error with devicehathach
2014-04-17move demo page to their folderhathach
2014-04-17remove TUSB_CFG_DEVICE_FULLSPEEDhathach
2014-04-17change default TUSB_CFG_DEBUG to 0hathach
change meaning of TUSB_CFG_DEBUG
2014-04-17minor docshathach
2014-04-13merge EHCI_MAX_QHD/QTD and OHCI_MAX_QHD/QTD to HCD_MAX_ENDPOINT/XFER and ↵hathach
scale with number of enabled classes. default config to support up to 5 device (hub + 4 others)
2014-04-13update path to keil debug.ini for board NGX43330hathach
2014-04-09remove lpclink2 boardhathach
2014-04-09remove OSAL_VAR for the simplicityhathach
clean up osal.h
2014-04-09tested lpcxpresso with ngx for all projectshathach
2014-04-09fix cmsis rtx problem by rebuilding the libRTX_CM4.a with lpcxpresso/toolshathach
2014-04-08add MCB4300 to host rtxhathach
2014-04-08change keil_ram.ini to lpc43xx_debug_init.inihathach
2014-04-08update all IAR project to support NGX4330 SPIFI configurehathach
2014-04-08able to debug & flash with command line using IAR with NGX4330 boardhathach
2014-04-07able to debug IAR with NGX4330 still missing board loader thoughhathach
2014-04-07added debug configure file for iarhathach
2014-04-07change all keil project setting for NGX4330 to use SPIFI settinghathach
2014-04-04clean uphathach
2014-04-04remove RF1GHZNODE from board/readme.mdhathach
dcd_lpc43xx.c - assign ENDPTPRIME with = instead of |= - fix bug with control transfer the determination of complete transferred --> fix keyboard + msc causes fast blinking add osal_semaphore_reset(usbd_control_xfer_sem_hdl) when bus_reset
2014-04-03fix keil jlink setting with 4357hathach
2014-04-03added rtos to greeting for easy testinghathach
correct all keil flash setting
2014-04-03remove space in all lpcxpresso build for boardhathach
correct all the architecture for all boards demo
2014-04-01rename all configuration name to remove space in IAR projecthathach
2014-04-01change all target name without space and output dir & listing dirhathach
2014-03-31update xpresso host cmsis rtx to build with ngx4330hathach
xpresso device cmsis rtx can build with all board
2014-03-31iar device cmsis can build allhathach
2014-03-31remove unnecessary boardhathach
2014-03-31remove unnecessary boardhathach
2014-03-31change to cmsishathach
2014-03-31keil build all with device cmsis rtxhathach
2014-03-31working on device cmsis rtxhathach
2014-03-31complete all available boards with device_freertos keil/iar/xpressohathach
2014-03-31fix keil ngx4330 invalid ram init pathhathach
add ngx, lpc1769 to keil/iar/lpcxpresso device freertos
2014-03-31refractor usbd_task as wrapper for body taskhathach
IAR device_freertos works well except for CDC with typing many characters (like Keil)
2014-03-31rename keil project fileshathach
2014-03-31all classes work well with lpcxpresso device freertoshathach
keil device freertos, CDC has problem with typing too many characters
2014-03-31device_freertos lpcxpresso work with msc keyboard mousehathach
2014-03-31code beautifyhathach
2014-03-31implement & document all the device class _mounted_cb & _unmounted_cb callbackshathach
2014-03-31device_freertos/.cproject works well with msc & keyboardhathach
2014-03-29add initial project file for device cmsis rtxhathach
=
2014-03-28able to build device freertos with lpxcpresso and keil (on ea4357)hathach
2014-03-28initial support for device freertoshathach
2014-03-27update doxygen setting to have search and versionhathach
2014-03-26iar naming folderhathach
2014-03-26clean uphathach
2014-03-26md againhathach
2014-03-26added support for keil, iar all hosts projecthathach