20 Commits

Author SHA1 Message Date
hathach
88f1291c09 replacing RF1GHZNODE with LPCXPRESSO11U68 (not yet implement the actual board) 2014-08-04 02:30:08 +07:00
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
b5a5b4152e clean up FreeRTOSConfig.h also fix issue IAR Assembler 2014-04-25 17:06:23 +07:00
hathach
d00655f598 cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZE
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-25 15:16:52 +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
fe0dafc73f fix IAR CMSIS rtx build for lpc175 6x --> build all ok 2014-04-18 16:47:56 +07:00
hathach
4091ddc4fc move osal_queue_send of osal_none to osal_none.c 2014-04-18 14:45:21 +07:00
hathach
55dd9192a9 remove lpclink2 board 2014-04-09 22:37:01 +07:00
hathach
26ec28785c tested lpcxpresso with ngx for all projects 2014-04-09 22:07:48 +07:00
hathach
4e4a115569 clean up 2014-04-04 15:21:19 +07:00
hathach
68a56e52a2 remove RF1GHZNODE from board/readme.md
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-04 12:22:33 +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
574c92d62e remove space in all lpcxpresso build for board
correct all the architecture for all boards demo
2014-04-03 13:52:18 +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
0bb2cc64b0 device_freertos/.cproject works well with msc & keyboard 2014-03-31 11:26:41 +07:00
hathach
835c2b9d60 able to build device freertos with lpxcpresso and keil (on ea4357) 2014-03-28 18:47:22 +07:00
hathach
7ddef973b6 initial support for device freertos 2014-03-28 18:17:38 +07:00