[target][stm32-*] switch to new debugconfig
This commit is contained in:
@@ -23,10 +23,6 @@
|
||||
#ifndef __TARGET_DEBUGCONFIG_H
|
||||
#define __TARGET_DEBUGCONFIG_H
|
||||
|
||||
#include <stm32f10x_usart.h>
|
||||
|
||||
#define DEBUG_UART USART3
|
||||
#define DEBUG_UART_IRQ USART3_IRQn
|
||||
#define DEBUG_UART_IRQ_HANDLER stm32_USART3_IRQ
|
||||
#define DEBUG_UART 3
|
||||
|
||||
#endif
|
||||
|
||||
@@ -4,6 +4,8 @@ STM32_CHIP := stm32f107
|
||||
|
||||
PLATFORM := stm32f1xx
|
||||
|
||||
DEFINES += ENABLE_UART3=1
|
||||
|
||||
INCLUDES += -I$(LOCAL_DIR)/include
|
||||
|
||||
OBJS += \
|
||||
|
||||
Reference in New Issue
Block a user