37 lines
489 B
Plaintext
37 lines
489 B
Plaintext
|
|
if BOARD_TINYTILE
|
|
|
|
config BOARD
|
|
default "tinytile"
|
|
|
|
config TEXT_SECTION_OFFSET
|
|
default 0x30
|
|
|
|
config SS_RESET_VECTOR
|
|
default 0x40034000
|
|
|
|
config ROM_SIZE
|
|
default 192
|
|
|
|
config PHYS_LOAD_ADDR
|
|
default 0x40010000
|
|
|
|
if BLUETOOTH_H4
|
|
|
|
config BLUETOOTH_UART_ON_DEV_NAME
|
|
default UART_QMSI_0_NAME
|
|
|
|
endif
|
|
|
|
if UART_PIPE
|
|
|
|
config UART_PIPE_ON_DEV_NAME
|
|
default UART_QMSI_1_NAME
|
|
|
|
endif
|
|
|
|
config BLUETOOTH_MONITOR_ON_DEV_NAME
|
|
default UART_QMSI_1_NAME if BLUETOOTH_DEBUG_MONITOR
|
|
|
|
endif # BOARD_TINYTILE
|