[bsp][RA6M4]Add segger rtt function (#6508)

This commit is contained in:
Yifang
2022-10-11 23:49:11 -04:00
committed by GitHub
parent 90d566308d
commit fafa611b00
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@
| FLASH | 支持 | |
| PWM | 支持 | |
| CAN | 支持 | |
| SEGGER_RTT | 支持 | 打开默认segger_rtt为console |
| 持续更新中... | | |
| **外接外设** | **支持情况** | **备注** |
| WiFi 模块 | 支持 | [RW007 WiFi 网络模块](https://github.com/RT-Thread-packages/rw007) |
+4
View File
@@ -8,6 +8,10 @@ menu "Hardware Drivers Config"
default y
menu "Onboard Peripheral Drivers"
config BSP_USING_SEGGER_RTT_CONSOLE
bool "Enable SEGGER_RTT to console"
select PKG_USING_SEGGER_RTT
default n
endmenu