summaryrefslogtreecommitdiff
path: root/demos/host/host_cmsis_rtx
AgeCommit message (Collapse)Author
2018-03-06rename demo to exampleshathach
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-25update IAR & Keil project for freertoshathach
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-22manual make clean since lpcxpresso -cleanBuild does not clean the correct ↵hathach
configuration
2014-04-18move osal_queue_send of osal_none to osal_none.chathach
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-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-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-31remove unnecessary boardhathach
2014-03-26clean uphathach
2014-03-26added support for keil, iar all hosts projecthathach
2014-03-26added mcb4300 to all host lpcxpresso projecthathach
2014-03-26doxygen have problem with bolding the hyperlink. use <b> insteadhathach
2014-03-25update keil & iar device project to add lpcxpresso11u14 supporthathach
2014-03-24fix IAR build errorhathach
2014-03-24fix build error for keil host os none, freertos, cmsis-rtxhathach
2014-03-20fix cmsis rtx warninghathach
IAR host cmsis rtx work with lpc1769
2014-03-19lpc176x support for host cmsis rtxhathach
2014-03-19#define SVCall_Handler SVC_Handler in lpcxpresso startup for lpc175x_6x & ↵hathach
lpc11uxx for better compatiable with other lib & toolchain. added lpc176x xpresso with cmsis rtx
2014-03-19re-added RTX Source for reference purposehathach
2014-03-19reduce memory use by cmsis rtxhathach
able to run with IAR host cmsis rtx
2014-03-19change OSAL_TASK_FUNCTION to adapt with cmsis rtxhathach
2014-03-19adding support for IAR cmsis rtxhathach
2014-03-19remvoe main as thread of cmsis rtx for portability.hathach
Keil & lpcxpresso4 host_cmsis_rtx work well
2014-03-19able to run cmsis rtx with lpcxpresso7hathach
2014-03-19able to build cmsis rtx with lpcxpresso7 with float=hardhathach
2014-03-19rename keil group bsp lpcxxxx to lpcxxxx onlyhathach
trying to get cmsis rtx work with host lpc43xx
2014-03-16doxygen documenthathach
2014-03-06refractor app_os_prio.hhathach
2014-02-28EHCI: immediately reset port when device connected. This proves to help ↵hathach
prevent duplication connection event (also with OHCI) increase delay after reset to 100 ms (NXP's EHCI does not work with 50ms) --> fix all duplication connection with OHCI & EHCI
2014-02-28merge common define in osal/osal_cmsis_rtx.h & osal/osal_freeRTOS.hhathach