16 Commits

Author SHA1 Message Date
hathach
74fd9de3af add lpcxpresso spifi flash setting 2014-05-13 10:37:28 +07:00
hathach
5aacc633b4 fix/correct the max_loop (upper bound for EHCI & OHCI) endpoint list. This causes multiple devices hub mounting problems previously 2014-04-29 01:54:28 +07:00
hathach
05c767313d make freertos source unmodified to ease the upgrade process later
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-28 14:20:00 +07:00
hathach
f901b4fe78 update IAR & Keil project for freertos 2014-04-25 15:24:01 +07:00
hathach
6804fee0fa correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlay
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-24 23:40:28 +07:00
hathach
8f81aa6c72 manual make clean since lpcxpresso -cleanBuild does not clean the correct configuration 2014-04-22 12:27:52 +07:00
hathach
4091ddc4fc move osal_queue_send of osal_none to osal_none.c 2014-04-18 14:45:21 +07:00
hathach
44b36d74f2 clean up STATIC_VAR 2014-04-17 18:02:51 +07:00
hathach
45e76ee34f update path to keil debug.ini for board NGX43330 2014-04-13 12:53:27 +07:00
hathach
272cf9692a change all keil project setting for NGX4330 to use SPIFI setting 2014-04-07 16:55:45 +07:00
hathach
69f4d0ffbc fix keil jlink setting with 4357 2014-04-03 17:15:23 +07:00
hathach
bfb80c4ede added rtos to greeting for easy testing
correct all keil flash setting
2014-04-03 16:41:42 +07:00
hathach
55ea0d2e21 remove unnecessary board 2014-03-31 17:08:04 +07:00
hathach
22b7e9f306 complete all available boards with device_freertos keil/iar/xpresso 2014-03-31 14:56:20 +07:00
hathach
cee41a7871 fix keil ngx4330 invalid ram init path
add ngx, lpc1769 to keil/iar/lpcxpresso device freertos
2014-03-31 14:33:40 +07:00
hathach
df352651d0 rename keil project files 2014-03-31 12:43:27 +07:00