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

This commit is contained in:
Yifang 2022-10-12 11:49:11 +08:00 committed by GitHub
parent 90d566308d
commit fafa611b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,7 @@
| FLASH | 支持 | |
| PWM | 支持 | |
| CAN | 支持 | |
| SEGGER_RTT | 支持 | 打开默认segger_rtt为console |
| 持续更新中... | | |
| **外接外设** | **支持情况** | **备注** |
| WiFi 模块 | 支持 | [RW007 WiFi 网络模块](https://github.com/RT-Thread-packages/rw007) |

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