summaryrefslogtreecommitdiff
path: root/demos/device/device_os_none
AgeCommit message (Collapse)Author
2018-03-06clean uphathach
2018-03-06rename demo to exampleshathach
2018-03-02rename to tusb_porthathach
2018-03-02more hal clean uphathach
2018-03-02renaming to hal_mcuhathach
2018-03-02move files aroundhathach
2018-03-02more hal updatehathach
2018-03-02move startup to bsp folderhathach
2018-03-02add cmsis v4 to hwhathach
2018-03-02more clean uphathach
2018-03-02moving fileshathach
2018-03-02move board and mcu into hw folderhathach
2018-02-28osal clean uphathach
- task create, task def macros
2014-08-04replacing RF1GHZNODE with LPCXPRESSO11U68 (not yet implement the actual board)hathach
2014-05-13add lpcxpresso spifi flash settinghathach
2014-04-28make freertos source unmodified to ease the upgrade process laterhathach
use CGU_GetPCLKFrequency as configCPU_CLOCK_HZ for lpc43xx using with freeRTOS move portmarco.h include to FreeRTOSConfig.h to have untouched version of freertos add a readme.md to vendor/freertos refractor usbh.c, increase POWER_STABLE_DELAY = 500, RESET_DELAY = 200 fix bug with hub, only handle 1 port at a time when reading hub status change endpoint --> other port will be handled in the next cycle
2014-04-25cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZEhathach
cdc host app add SERIAL_BUFFER_SIZE for buffer constant, add cdc data receive if cb with TUSB_EVENT_XFER_ERROR minor change to keyboard & mouse host app add ASSERT_FAILED & ASSERT_FAILED_MSG add cast to fix IAR build error with dcd_lpc43xx.c FreeRTOS - merge FreeRTOSConfig for m0, m3, m4 - re-implement application hook - support portmacro.h for m0
2014-04-24update project filehathach
2014-04-24correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlayhathach
flush usbd_queue_hdl when bus_reset add assert check for osal_queue_send increase ENUM_QUEUE_DEPTH for usbh change osal_freeRTOS.h implementation to - correctly waiting forever for semaphore wait, queue & mutex - not use ISR safe version since it is not as generic as we want
2014-04-22manual make clean since lpcxpresso -cleanBuild does not clean the correct ↵hathach
configuration
2014-04-19disable device mouse by defaulthathach
fix hal_debugger_is_attached with lpc11u
2014-04-18fix IAR CMSIS rtx build for lpc175 6x --> build all okhathach
2014-04-17clean up STATIC_VARhathach
2014-04-17enable one ELF per function to have reduced code size from keilhathach
2014-04-13update path to keil debug.ini for board NGX43330hathach
2014-04-09remove lpclink2 boardhathach
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-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-31remove unnecessary boardhathach
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-25update keil & iar device project to add lpcxpresso11u14 supporthathach
2014-03-25update project filehathach
2014-03-24fix build error for keil host os none, freertos, cmsis-rtxhathach
2014-03-24fix build for IARhathach
2014-03-24fix build for keil devicehathach
2014-03-23doxygen clean uphathach