From b52b3b1cef3e8415542922b41db436202af340bf Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 7 Dec 2012 18:08:27 +0700 Subject: [PATCH] finalize building process. Now I can focus on developing the stack (finally) --- demos/bsp/boards/board_at86rf2xx.c | 6 +- demos/bsp/boards/board_ngx43xx.c | 2 +- tinyusb/.cproject | 173 ----------------------------- 3 files changed, 4 insertions(+), 177 deletions(-) diff --git a/demos/bsp/boards/board_at86rf2xx.c b/demos/bsp/boards/board_at86rf2xx.c index 90e5cc957..aa032db17 100644 --- a/demos/bsp/boards/board_at86rf2xx.c +++ b/demos/bsp/boards/board_at86rf2xx.c @@ -53,14 +53,14 @@ void board_init(void) SysTick_Config(SystemCoreClock / TICKS_PER_SECOND); // 1 msec tick timer GPIOInit(); -// GPIOSetDir(CFG_LED_PORT, CFG_LED_PIN, 1); + GPIOSetDir(CFG_LED_PORT, CFG_LED_PIN, 1); board_leds(0x01, 0); // turn off the led first } void board_leds(uint32_t mask, uint32_t state) { -// if (mask) -// GPIOSetBitValue(CFG_LED_PORT, CFG_LED_PIN, mask & state ? CFG_LED_ON : CFG_LED_OFF); + if (mask) + GPIOSetBitValue(CFG_LED_PORT, CFG_LED_PIN, mask & state ? CFG_LED_ON : CFG_LED_OFF); } #endif diff --git a/demos/bsp/boards/board_ngx43xx.c b/demos/bsp/boards/board_ngx43xx.c index d06a57c3f..7cb93584d 100644 --- a/demos/bsp/boards/board_ngx43xx.c +++ b/demos/bsp/boards/board_ngx43xx.c @@ -1,5 +1,5 @@ /* - * board_ngx4330_explorer.c + * board_ngx4330.c * * Created on: Dec 4, 2012 * Author: hathach diff --git a/tinyusb/.cproject b/tinyusb/.cproject index ea359c017..4a33ccbad 100644 --- a/tinyusb/.cproject +++ b/tinyusb/.cproject @@ -3,179 +3,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -