80 Commits

Author SHA1 Message Date
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
44f98b7279 remove unnecessary board 2014-03-31 17:10:53 +07:00
hathach
abc6b58063 clean up 2014-03-26 16:20:57 +07:00
hathach
95a367bd47 added support for keil, iar all hosts project 2014-03-26 12:05:32 +07:00
hathach
2870a8bcec fix build error for keil host os none, freertos, cmsis-rtx 2014-03-24 16:17:48 +07:00
hathach
7c5b386130 clean ATTR_USB_MIN_ALIGNMENT on application and most of device except the msc_device.c 2014-03-21 19:23:19 +07:00
hathach
61657f6751 change OSAL_TASK_FUNCTION to adapt with cmsis rtx 2014-03-19 16:50:49 +07:00
hathach
69159076ae rename keil group bsp lpcxxxx to lpcxxxx only
trying to get cmsis rtx work with host lpc43xx
2014-03-19 12:37:44 +07:00
hathach
a8ea9e99d5 rename errors.c/h to tusb_errors.c/h 2014-03-18 18:54:44 +07:00
hathach
16df2a2f62 Suppress Keil warnings #66-D: enumeration value is out of "int" range 2014-03-14 15:51:07 +07:00
hathach
214af7e988 zero warnings compiling host os none on keil 2014-03-14 10:19:44 +07:00
hathach
958512a5bd clean up more warnings 2014-03-13 18:43:52 +07:00
hathach
1940f9f0f7 clean up 2014-03-13 16:17:38 +07:00
hathach
151c012fde fix all build problem with keil & lpcxpresso for host os none, host freertos, device os none 2014-03-13 12:04:37 +07:00
hathach
eda269487b fix keil host os none 2014-03-12 23:35:54 +07:00
hathach
1ad138e322 fix IAR end line warning 2014-03-12 16:33:33 +07:00
hathach
6ceb992f2c clean up 2014-03-12 15:57:02 +07:00
hathach
2e9ab27e28 seems like 43xx code requires an terminal (uart,SWO) connected to be able to run 2014-03-12 15:44:30 +07:00
hathach
f55ae521a0 enhance cp command to accept dest path as an folder 2014-03-11 22:31:34 +07:00
hathach
3555abc378 cannot get IAR work with lpc1769 device demo 2014-03-10 15:02:11 +07:00
hathach
9fce2e9c18 keil host 17xx work, but os_none has problem with copy command in msc example 2014-03-06 14:56:06 +07:00
hathach
dcc58a7afc refractor app_os_prio.h 2014-03-06 11:37:37 +07:00
hathach
de7437852b remove IAR debug config 2014-03-06 10:42:31 +07:00
hathach
c35e668dc4 IAR host os none work well with ea4357 2014-03-05 21:37:53 +07:00
hathach
dea4583549 refractor remove board_uart_send & board_uart_recv from board API 2014-03-05 17:10:39 +07:00
hathach
62e2a44d71 added init file for 43xx ram with keil
keil host os none work with ngx4330 board
2014-03-05 12:34:49 +07:00
hathach
2a866365e9 added support for IAR retarget but not yet succeeded. lpc17xx have problem connect with jlink 2014-03-04 16:31:44 +07:00
hathach
93a60641ea fix issue with SVC_Handler SVCall_Handler name between keil & xpresso start up file. Host freertos works with lpc17xx 2014-03-04 14:15:10 +07:00
hathach
c11946f318 able to build keil with lpc17xx (non os + freeRTOS) 2014-03-03 17:53:09 +07:00
hathach
856be67189 keil support for lpc17xx host 2014-02-20 16:31:34 +07:00
hathach
4b6c6929cb fix the duplicated plug connection status change with lpc17xx by using immediate reset on isr. However Khanh's G5 mouse is not enumerated !!
remove TUSB_CFG_CONFIGURATION_MAX from config file
fix some warning
2014-02-20 16:06:31 +07:00
hathach
8bd6440547 fix error in dcd_lpc175x_6x (still has problem with control transfer)
fix build error for host
start to add keil support for device
opt out pca9532.c when ea4357 is not the selected board
2013-12-11 11:31:09 +07:00
hathach
7ff0dbb64c add tusbd_cdc_is_busy
enhance cdc serial device demo
refractor fifo.c
2013-11-08 14:46:48 +07:00
hathach
b71ffe3d5a change TUSB_CFG_CONTROLLER0/1_MODE to TUSB_CFG_CONTROLLER_0/1_MODE for clearance
adding configuration docs for tinyusb_config.h
document HID mouse & keyboard API
2013-10-24 15:32:54 +07:00
hathach
6f9172c15f clean up warnings here and there 2013-10-02 14:20:05 +07:00
hathach
5c8389b9ae update freertos project
temp hack to fix problem with no TD on status endpoint of hub in case of error
2013-10-02 11:01:28 +07:00
hathach
ef83b8e10a wrap up msc demo 2013-10-01 17:05:02 +07:00
hathach
fffd613897 enhance cd command 2013-10-01 16:36:52 +07:00
hathach
18b3179bc6 refractor msc host app examples 2013-10-01 16:11:34 +07:00
hathach
640b0ec546 - move disconnection handle to enum task --> move tusbh_xxx_unmount is invoked in non-isr context 2013-10-01 13:53:54 +07:00
hathach
4da3b03430 refractor hub 2013-10-01 12:12:35 +07:00
hathach
93821c55ce hack ehci advance async to handle disconnect via hub 2013-09-30 18:40:20 +07:00
hathach
5fb22e3f34 refractor hub 2013-09-30 16:13:08 +07:00
hathach
821f85cb20 refractor hub 2013-09-30 15:34:22 +07:00
hathach
3cc169f2fd able to mount one device on the hub 2013-09-30 15:16:23 +07:00
hathach
cb600ed988 clean up hid host (temp let test failed) 2013-09-28 01:01:44 +07:00
hathach
eb1a101667 house keeping 2013-09-27 22:38:23 +07:00