[platform][lpc43xx] support some faster debug uart baudrates
TARGET_DEBUG_BAUDRATE may be 115200, 1000000, 2000000, or 3000000
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user