Commit Graph

1265 Commits

Author SHA1 Message Date
hathach cb40a7bfd0 adding static API for freeRTOS
add vApplicationGetIdleTaskMemory(), vApplicationGetTimerTaskMemory()
2018-05-17 17:30:19 +07:00
hathach 6528460563 update freeRTOS to v10.0.1 2018-05-17 16:06:57 +07:00
hathach 7030d64a95 rename vendor to lib 2018-05-17 16:04:15 +07:00
hathach b5de2595d3 add os FromISR support for freeRTOS 2018-05-17 15:07:53 +07:00
hathach 013bd621f5 add osal_queue_send_isr/osal_semaphore_post_isr for better support freeRTOS 2018-05-17 13:49:38 +07:00
hathach b253291314 update xferred bytes of control xfer for nrf5x 2018-05-15 22:24:26 +07:00
hathach d96abdb0ad add xferred bytes for device control 2018-05-15 22:06:49 +07:00
hathach 1d428b7fef get nrf5x hal work with SD and non_SD configure 2018-05-15 12:37:48 +07:00
hathach 03d442a861 clean up 2018-05-14 14:19:33 +07:00
hathach 3b423f3901 refactor nrf5x hal 2018-05-14 13:40:41 +07:00
hathach 09b019f9c7 fix nrf52 example build error 2018-05-14 13:40:20 +07:00
hathach 3c1bbcf077 refactor usbd class drivers hanlding class/interface 2018-05-14 13:02:01 +07:00
hathach e13550c4dd fix build error 2018-05-12 12:33:53 +07:00
hathach f25cf35634 fix msc device driver logic 2018-05-08 16:30:07 +07:00
hathach 14471f3154 update msc app 2018-04-20 21:18:59 +07:00
hathach a9d4c1e339 enhance msc device driver 2018-04-20 20:23:22 +07:00
hathach ec28d0d0da clean up warnings 2018-04-20 13:42:06 +07:00
hathach ba223b2a05 temporarily disable no SD on nrf5x 2018-04-19 16:55:54 +07:00
hathach ea0cb6d5e5 update code 2018-04-19 16:46:31 +07:00
hathach 4bb00f04bb msc device, fix potential mis algin access 2018-04-19 16:44:02 +07:00
hathach f4b940f2e9 rename and clean up 2018-04-19 16:35:58 +07:00
hathach 3742d6fabc clean up msc device driver 2018-04-19 16:26:18 +07:00
hathach c7e924b4be finalize msc cb API with tud_msc_read10_cb and tud_msc_write10_cb 2018-04-19 16:10:52 +07:00
hathach 8c0a5f7d3b update nrf52840 examples 2018-04-18 18:05:08 +07:00
hathach a9ada8ea5e add msc device optional callbacks
- tud_msc_read10_complete_cb()
- tud_msc_write10_complete_cb()
- tud_msc_scsi_complete_cb()
2018-04-18 17:12:58 +07:00
hathach 9aaf86bffd improve msc device
- change tud_msc_scsi_cb return type to simply bool
- change tud_msc_write10_cb, tud_msc_read10_cb params order
2018-04-18 16:55:44 +07:00
hathach 6280c50ad7 improve scsi: support non read10, write10 out data 2018-04-18 13:46:05 +07:00
hathach e872962b25 improving msc device driver 2018-04-18 13:20:31 +07:00
hathach a18f47353c clean up 2018-04-17 22:16:26 +07:00
hathach 0e62cb1425 correct cdc connected 2018-04-17 17:06:40 +07:00
hathach 2def363e49 add license file 2018-04-17 16:08:48 +07:00
hathach 1b15449db6 add tud_n_cdc_get_line_state and tud_n_cdc_get_line_coding 2018-04-17 10:46:20 +07:00
hathach 8c79073fa6 nrf5x clean up 2018-04-16 18:42:29 +07:00
hathach 1954a73536 make dcd_connect/dcd_disconnect optional with attr weak 2018-04-16 17:35:05 +07:00
hathach 6e9bed69ce add macro for errata 104 fix 2018-04-16 17:33:15 +07:00
hathach 6f7c4346c3 add tud_set_descriptors 2018-04-16 13:46:28 +07:00
hathach 29071c10b1 rename CFG_TUSB_CONTROLLER_0_MODE to CFG_TUSB_RHPORT0_MODE 2018-04-14 14:08:48 +07:00
hathach 92b306d9bc house keeping 2018-04-14 14:05:07 +07:00
hathach b9b92dd27b clean up 2018-04-14 12:25:06 +07:00
hathach 8af60fded3 add Errata 104 for out transfer, seems to work with cdc bootloader 2018-04-14 03:39:01 +07:00
hathach e7d7cb222a rename CFG_TUSB_OS_TASK_PRIO to CFG_TUD_TASK_PRIO, TUC_DEVICE_STACKSIZE to CFG_TUD_TASK_STACKSIZE 2018-04-13 16:10:42 +07:00
hathach a24615bffc add OSAL_TIMEOUT_CONTROL_XFER = OSAL_TIMEOUT_WAIT_FOREVER 2018-04-12 18:10:35 +07:00
hathach 752a9f45d7 rename ASSERT_ERR to TU_ASSERT_ERR to prevent conflict with user code 2018-04-12 17:55:15 +07:00
hathach 6d8f4bca47 clean up 2018-04-12 13:35:45 +07:00
hathach fa780edfb8 update project file 2018-04-12 13:32:27 +07:00
hathach 4b660175be rename CFG_TUSB_DEVICE_* to CFG_TUD_* 2018-04-12 13:23:52 +07:00
hathach 3d31f92106 rename OPT_MODE_ 2018-04-12 13:17:58 +07:00
hathach 08a24ee224 refactor nrf5x mcu macro 2018-04-12 13:14:59 +07:00
hathach e1272159d8 rename MCU_ to OPT_MCU 2018-04-12 13:04:48 +07:00
hathach 18f97fef7e rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOS 2018-04-12 12:55:53 +07:00