arch: stm32: Enable HAS_SEGGER_RTT on all stm32 SoCs
Enable HAS_SEGGER_RTT to allow user to select use of SEGGER RTT and SystemView solution. SEGGER provide a firmware that can convent ST-Link to J-Link, And RTT is supports all stm32 SoCs, so lets enable RTT default Signed-off-by: qianfan Zhao <qianfanguijin@163.com>
This commit is contained in:
parent
af05ff6c55
commit
e7205be03d
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
config SOC_FAMILY_STM32
|
||||
bool
|
||||
# omit prompt to signify a "hidden" option
|
||||
select HAS_SEGGER_RTT
|
||||
select HAS_DTS_I2C_DEVICE if I2C
|
||||
select HAS_DTS_SPI_DEVICE if SPI
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue