esp32-s2_dfu/src/common
Ha Thach a708ab6254
Merge pull request #553 from hathach/host-async-control
Host async control
2020-11-07 10:52:14 +07:00
..
sys_queue.h rename queue.h to sys_queue.h to prevent name conflict 2018-09-28 01:59:47 +07:00
tusb_common.h house keeping: make tu_print_mem format easier to compare with hex2dump 2020-11-01 13:37:56 +07:00
tusb_compiler.h Use C++11 static_assert when available 2020-10-03 20:17:36 +02:00
tusb_error.h Normalize line endings 2020-01-15 14:47:43 -05:00
tusb_fifo.c Change modulo substitute to while ( idx >= depth) idx -= depth; 2020-09-26 11:00:31 +02:00
tusb_fifo.h Fix wrong comments, rename pos to offset, rename overflow(). 2020-09-25 15:58:28 +02:00
tusb_timeout.h Normalize line endings 2020-01-15 14:47:43 -05:00
tusb_types.h rework usbh control transfer 2020-09-07 15:19:20 +07:00
tusb_verify.h Allow overwriting TU_ASSERT etc macros 2020-10-03 20:17:53 +02:00