From d76df5400379495d0eb6c6a8301a84042681ea12 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 11 Jan 2013 16:55:47 +0700 Subject: [PATCH] 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 => tusb_option.h} | 25 ++----- 8 files changed, 89 insertions(+), 25 deletions(-) create mode 100644 demos/device/keyboard/tusb_config.h rename tinyusb/{tusb_cfg.h => tusb_option.h} (87%) diff --git a/.cproject b/.cproject index 63193e701..ba8be73d7 100644 --- a/.cproject +++ b/.cproject @@ -27,7 +27,7 @@ -