From 360b28b44fa2ad7973f06c7f048a66a68e6cb90f Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 29 Nov 2012 15:35:59 +0700 Subject: [PATCH] add more doxygen docs start to use TUSB_Error_t --- .cproject | 1 + .project | 11 + doxygen.Doxyfile | 1808 ++++++++++++++++++++++++++++++++++++ tinyusb/class/hid.c | 35 +- tinyusb/class/hid.h | 8 +- tinyusb/common/arch/arch.h | 2 + tinyusb/common/common.h | 24 +- tinyusb/common/errors.c | 1 + tinyusb/common/errors.h | 14 +- tinyusb/common/errors_def | 39 + tinyusb/common/fifo.h | 6 +- tinyusb/device/dcd.c | 20 +- tinyusb/device/dcd.h | 9 +- tinyusb/host/hcd.c | 45 + tinyusb/host/hcd.h | 4 + tinyusb/tusb.c | 15 +- tinyusb/tusb.h | 5 +- tinyusb/tusb_cfg.h | 16 +- 18 files changed, 2006 insertions(+), 57 deletions(-) create mode 100644 doxygen.Doxyfile create mode 100644 tinyusb/common/errors_def create mode 100644 tinyusb/host/hcd.c diff --git a/.cproject b/.cproject index 71b2be54b..567de51c5 100644 --- a/.cproject +++ b/.cproject @@ -46,6 +46,7 @@