|
@@ -127,16 +127,6 @@ menu "On-chip Peripheral Drivers"
|
|
bool "Enable RTC"
|
|
bool "Enable RTC"
|
|
default n
|
|
default n
|
|
|
|
|
|
- menuconfig BSP_USING_SDXC
|
|
|
|
- bool "Enable SDXC"
|
|
|
|
- default n
|
|
|
|
- select RT_USING_SDIO if BSP_USING_SDXC
|
|
|
|
- if BSP_USING_SDXC
|
|
|
|
- config BSP_USING_SDXC0
|
|
|
|
- bool "Enable SDXC0"
|
|
|
|
- default n
|
|
|
|
- endif
|
|
|
|
-
|
|
|
|
menuconfig BSP_USING_GPTMR
|
|
menuconfig BSP_USING_GPTMR
|
|
bool "Enable GPTMR"
|
|
bool "Enable GPTMR"
|
|
default n
|
|
default n
|
|
@@ -148,6 +138,9 @@ menu "On-chip Peripheral Drivers"
|
|
config BSP_USING_GPTMR2
|
|
config BSP_USING_GPTMR2
|
|
bool "Enable GPTMR2"
|
|
bool "Enable GPTMR2"
|
|
default n
|
|
default n
|
|
|
|
+ config BSP_USING_GPTMR3
|
|
|
|
+ bool "Enable GPTMR3"
|
|
|
|
+ default n
|
|
endif
|
|
endif
|
|
|
|
|
|
menuconfig BSP_USING_I2C
|
|
menuconfig BSP_USING_I2C
|
|
@@ -249,36 +242,4 @@ menu "On-chip Peripheral Drivers"
|
|
endif
|
|
endif
|
|
endmenu
|
|
endmenu
|
|
|
|
|
|
-menu "Segger SystemView Config"
|
|
|
|
- config BSP_USING_SYSTEMVIEW
|
|
|
|
- select RT_USING_SYSTEMVIEW
|
|
|
|
- select RT_USING_LEGACY
|
|
|
|
- bool "Enable Segger SystemView"
|
|
|
|
- default n
|
|
|
|
-
|
|
|
|
- if BSP_USING_SYSTEMVIEW
|
|
|
|
- menuconfig BSP_SYSTEMVIEW_RTT_SECTION
|
|
|
|
- bool "enable SystemView RTT section"
|
|
|
|
- default y
|
|
|
|
- if BSP_SYSTEMVIEW_RTT_SECTION
|
|
|
|
- config SEGGER_RTT_SECTION
|
|
|
|
- string "segger rtt section"
|
|
|
|
- default ".noncacheable.bss"
|
|
|
|
- config SEGGER_RTT_BUFFER_SECTION
|
|
|
|
- string "segger rtt buffer section"
|
|
|
|
- default ".noncacheable.bss"
|
|
|
|
- config SEGGER_SYSVIEW_SECTION
|
|
|
|
- string "segger sysview section"
|
|
|
|
- default ".noncacheable.bss"
|
|
|
|
- endif
|
|
|
|
- source "$RTT_DIR/../libraries/misc/systemview/Kconfig"
|
|
|
|
- endif
|
|
|
|
-endmenu
|
|
|
|
-
|
|
|
|
-menu "Hpmicro Interrupt Config"
|
|
|
|
- config HPM_USING_VECTOR_PREEMPTED_MODE
|
|
|
|
- bool "Enable Vector and Preempted Mode"
|
|
|
|
- default n
|
|
|
|
-endmenu
|
|
|
|
-
|
|
|
|
endmenu
|
|
endmenu
|