summaryrefslogtreecommitdiff
path: root/demos/device
AgeCommit message (Expand)Author
2018-03-02move board and mcu into hw folderhathach
2018-03-02add tud_mount_cb, tud_umount_cbhathach
2018-03-01rename tud_configured() to mounted()hathach
2018-03-01upgrade freertos to v10hathach
2018-03-01device API renamehathach
2018-03-01osal macro clean uphathach
2018-03-01more osal clean uphathach
2018-03-01change osal_task_create signaturehathach
2018-03-01clean up osal semaphore/queue/mutexhathach
2018-02-28remove cmsis rtx supporthathach
2018-02-28more clean uphathach
2018-02-28osal clean uphathach
2014-08-04replacing RF1GHZNODE with LPCXPRESSO11U68 (not yet implement the actual board)hathach
2014-05-13add lpcxpresso spifi flash settinghathach
2014-04-29fix/correct the max_loop (upper bound for EHCI & OHCI) endpoint list. This ca...hathach
2014-04-28make freertos source unmodified to ease the upgrade process laterhathach
2014-04-25clean up FreeRTOSConfig.h also fix issue IAR Assemblerhathach
2014-04-25update IAR & Keil project for freertoshathach
2014-04-25cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZEhathach
2014-04-24update project filehathach
2014-04-24added all assert check to osal_queue_send and osal_semaphore_posthathach
2014-04-24correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlayhathach
2014-04-24refractor keyboard_device_app.chathach
2014-04-22manual make clean since lpcxpresso -cleanBuild does not clean the correct con...hathach
2014-04-22add a bit more dochathach
2014-04-19disable device mouse by defaulthathach
2014-04-18fix IAR CMSIS rtx build for lpc175 6x --> build all okhathach
2014-04-18move osal_queue_send of osal_none to osal_none.chathach
2014-04-17move STRING & XSTRING & STATIC_ASSERT to compiler.hhathach
2014-04-17clean up STATIC_VARhathach
2014-04-17enable one ELF per function to have reduced code size from keilhathach
2014-04-17move demo page to their folderhathach
2014-04-17remove TUSB_CFG_DEVICE_FULLSPEEDhathach
2014-04-13update path to keil debug.ini for board NGX43330hathach
2014-04-09remove lpclink2 boardhathach
2014-04-09remove OSAL_VAR for the simplicityhathach
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-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
2014-04-03fix keil jlink setting with 4357hathach
2014-04-03added rtos to greeting for easy testinghathach
2014-04-03remove space in all lpcxpresso build for boardhathach
2014-04-01rename all configuration name to remove space in IAR projecthathach