From 76f875d7823c388850f25350a62d49653c7030bb Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 11 Apr 2014 12:07:05 +0700 Subject: [PATCH] some docs --- doxygen/get_started.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/doxygen/get_started.md b/doxygen/get_started.md index e334c4cc..a5b2d374 100644 --- a/doxygen/get_started.md +++ b/doxygen/get_started.md @@ -37,14 +37,5 @@ In order to build and run application demo, you would need - A [supported development board](../../boards/readme.md) - A supported toolchain: LPCXpresso, Keil, IAR. -## Configure demo ## - -Application demo is written to have the code excluded if its required option is not enabled in [tusb_config.h](). Some of combination may exceed the 32KB limit of IAR/Keil so you may want to re-configure to disable some class support, decrease TUSB_CFG_DEBUG or increase the compiler optimization level. - -In addition, there are some configuration you can change such as - -- CFG_UART_BAUDRATE in board.h -- CFG_PRINTF_TARGET in the specific board header (e.g board_ea4357.h) to either Semihost, Uart, or SWO. - \subpage md_boards_readme \subpage md_doxygen_started_build \ No newline at end of file