Commit Graph

211 Commits

Author SHA1 Message Date
hathach 43bf760f81 rename verify.h 2018-03-29 13:44:59 +07:00
hathach d88ae5cc16 rename ASSERT_STATUS to ASSERT_ERR, merge assertion.h to verify.h 2018-03-29 13:42:55 +07:00
hathach 0a162a7d28 more clean up 2018-03-29 13:38:00 +07:00
hathach 89d5ecebf4 rename VERIFY_STATUS to VERIFY_ERR 2018-03-29 13:31:56 +07:00
hathach d63d5d6160 more verify and assert clean up 2018-03-29 13:28:30 +07:00
hathach 1d33d4e072 assert clean up 2018-03-29 13:11:36 +07:00
hathach c50da4962e clean up assert and verify 2018-03-29 13:07:27 +07:00
hathach ccf6f03817 add verify_breakpoint hw independence 2018-03-28 15:24:55 +07:00
hathach 03a4f02b89 rename ASSERT to TU_ASSERT to avoid name conflict 2018-03-28 14:49:00 +07:00
hathach 0d3e66fa0a clean up static assert 2018-03-28 14:30:32 +07:00
hathach 43ac711795 rename STATIC_ASSERT to VERIFY_STATIC to avoid name conflict with other codes 2018-03-28 14:23:38 +07:00
hathach 111065c042 more error string clean up 2018-03-28 13:41:00 +07:00
hathach 604275341e repo cleanup 2018-03-28 13:38:17 +07:00
hathach 03582f74b8 more rename 2018-03-28 13:25:14 +07:00
hathach b6683b1c47 repo cleanup 2018-03-28 13:16:00 +07:00
hathach 8f1a5e523c more rename 2018-03-28 13:10:57 +07:00
hathach d1b184a9e7 rename file 2018-03-28 13:05:48 +07:00
hathach 5f26c57b28 shorten descriptor type 2018-03-23 12:32:40 +07:00
hathach d6dc1aa2e9 rename TUSB_REQUEST to simply TUSB_REQ_ 2018-03-21 15:31:58 +07:00
hathach 7a628f4dfc adding bulk/int support
still does not work though
2018-03-17 02:17:40 +07:00
hathach 4a521711b9 add usbd_control_xfer_substak
seperate control xfer Data and Status phase
2018-03-14 22:01:16 +07:00
hathach 6f1565c50e rename to avoid name confliction 2018-03-12 22:42:29 +07:00
hathach 80398cb4cb more hcd clean up 2018-03-12 22:37:12 +07:00
hathach 229a7a23b8 shorten TUSB_DESC_TYPE* 2018-03-11 21:16:51 +07:00
hathach d71334c348 tusb_type rename 2018-03-11 21:06:32 +07:00
hathach 26d81c3ea1 rename TUSB_DIR_OUT, TUSB_DIR_IN 2018-03-11 20:20:59 +07:00
hathach ca13d59682 rename tusb_dir_t 2018-03-11 20:16:39 +07:00
hathach cfdc7999f6 refactor dcd API, drop edpt_hdl_t in favor of endpoint address for easy port 2018-03-11 15:20:27 +07:00
hathach fd250b92cb clean up example 2018-03-11 14:37:01 +07:00
hathach 0384e40320 rename hal_* to tusb_hal_* 2018-03-11 13:01:57 +07:00
hathach c8e9fb52d4 rename fifo_count 2018-03-08 14:02:53 +07:00
hathach 817f23e5e0 enhance
- add ASSERT_
- rename edpt_equal
-
2018-03-08 11:42:28 +07:00
hathach c7f6c95c28 fix tusb_mount_cb and tusb_umount_cb not called 2018-03-07 16:39:33 +07:00
hathach 7092db264f update 2018-03-07 15:30:32 +07:00
hathach f6137903bc cleanup SUBTASK macros 2018-03-03 12:30:38 +07:00
hathach bc9274591f clean up compiler 2018-03-02 19:00:03 +07:00
hathach 7ee801a209 rename hal.h to tusb_hal.h 2018-03-02 18:50:30 +07:00
hathach 8bb35e2604 add verify.h 2018-03-01 12:35:06 +07:00
hathach 30124b9b02 refactor osal queue API 2018-02-28 16:45:54 +07:00
hathach c961bb47fe update fifo 2018-02-28 15:23:41 +07:00
hathach 9b7cd608aa osal clean up
- task create, task def macros
2018-02-28 14:21:43 +07:00
hathach 62ae417add formatting 2015-05-01 18:45:22 +07:00
hathach c73907f831 formatting 2015-05-01 18:37:58 +07:00
hathach 9218d1e8bb replace ATTR_PACKED_STRUCT by simply ATTR_PACKED (drop IAR support)
remove "primitive_types.h" by simply include stdbool.h, stdint.h
2015-05-01 18:34:08 +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 06bb9ad7a7 move STRING & XSTRING & STATIC_ASSERT to compiler.h
disable test for a class of cdc host
temporarily disable test for test_osal_none.c
change include in some core files
remove osal.h from common.h
2014-04-17 22:57:11 +07:00
hathach ccc65e620a change default TUSB_CFG_DEBUG to 0
change meaning of TUSB_CFG_DEBUG
2014-04-17 10:33:59 +07:00
hathach 680784e9c1 update keil & iar device project to add lpcxpresso11u14 support 2014-03-25 21:43:48 +07:00
hathach 45aef4c04c more doxygen stuffs 2014-03-25 13:11:22 +07:00
hathach 15d0139bc5 doxygen documenting 2014-03-25 13:00:37 +07:00