summaryrefslogtreecommitdiff
path: root/tinyusb/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-03-13 21:42:19 +0700
committerhathach <[email protected]>2013-03-13 21:42:19 +0700
commit9bc30f76947b15b442f6e0ec7919baa17aea5737 (patch)
treef43d889a280da964c6620fb4b768e488e4a1bd70 /tinyusb/common
parentdbd3d9618daa782f897aca15e404359f63067ad1 (diff)
add some test for usbh_hcd integration
- add tests for pipe_close (while TDs are active) - add tests for device unplugged add tesst & implement the async_advance_isr to clean up "REMOVING" queue head - add helper find previous qhd - add remove qhd from async list - add is_removing field for async advance isr to clean up add pipe close for control pipe & bulk pipe (with tests) add helper get qhd from pipe_handle
Diffstat (limited to 'tinyusb/common')
-rw-r--r--tinyusb/common/compiler/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/common/compiler/compiler.h b/tinyusb/common/compiler/compiler.h
index dca378dad..59f0ebaad 100644
--- a/tinyusb/common/compiler/compiler.h
+++ b/tinyusb/common/compiler/compiler.h
@@ -64,7 +64,7 @@
#endif
#endif
-
+// TODO refractor ATTR_PACKED(x)
#if defined(__GNUC__)
#include "compiler_gcc.h"
#elif defined __ICCARM__ // IAR compiler