diff options
| author | hathach <[email protected]> | 2014-04-11 12:07:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-04-11 12:07:05 +0700 |
| commit | 76f875d7823c388850f25350a62d49653c7030bb (patch) | |
| tree | 4b73db4a3aa0f05f53031f7aa5b543cdb3114d50 | |
| parent | 55dd9192a9d547817e7e7b26ca2aa942ccad8ee1 (diff) | |
some docs
| -rw-r--r-- | doxygen/get_started.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doxygen/get_started.md b/doxygen/get_started.md index e334c4cc4..a5b2d374d 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 |
