[platform][lpc43xx] support some faster debug uart baudrates

TARGET_DEBUG_BAUDRATE may be 115200, 1000000, 2000000, or 3000000
This commit is contained in:
Brian Swetland
2015-07-05 23:10:55 -07:00
parent 45a6034cf6
commit b736d68903
2 changed files with 31 additions and 1 deletions

View File

@@ -6,7 +6,8 @@ PLATFORM := lpc43xx
GLOBAL_DEFINES += \
CRYSTAL_FREQ=12000000 \
TARGET_DEBUG_UART=3
TARGET_DEBUG_UART=3 \
TARGET_DEBUG_BAUDRATE=3000000
GLOBAL_INCLUDES += \
$(LOCAL_DIR)/include