From d76df5400379495d0eb6c6a8301a84042681ea12 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 11 Jan 2013 16:55:47 +0700 Subject: add external configure file: tusb_config.h rename the internal/default configure from tusb_cfg.h to tusb_option.h --- .cproject | 2 +- demos/device/keyboard/.cproject | 2 +- demos/device/keyboard/tusb_config.h | 77 +++++++++++++++++++ tinyusb/common/common.h | 2 +- tinyusb/common/errors.h | 2 +- tinyusb/device/romdriver/mw_usbd_core.h | 2 +- tinyusb/device/romdriver/mw_usbd_mscuser.h | 2 +- tinyusb/tusb_cfg.h | 115 ----------------------------- tinyusb/tusb_option.h | 102 +++++++++++++++++++++++++ 9 files changed, 185 insertions(+), 121 deletions(-) create mode 100644 demos/device/keyboard/tusb_config.h delete mode 100644 tinyusb/tusb_cfg.h create mode 100644 tinyusb/tusb_option.h diff --git a/.cproject b/.cproject index 63193e701..ba8be73d7 100644 --- a/.cproject +++ b/.cproject @@ -27,7 +27,7 @@ -