xduooX3 debug menu add GPIO IO Ports

Change-Id: I6ca9f005e412240235354b9369bcc3f4a4ad256f
This commit is contained in:
William Wilgus 2020-08-30 22:51:49 -04:00 committed by William Wilgus
parent 748133cf9d
commit 63e6aec260
2 changed files with 84 additions and 1 deletions

View file

@ -2493,7 +2493,7 @@ static const struct {
#if defined(CPU_COLDFIRE) || defined(CPU_PP) \
|| CONFIG_CPU == S3C2440 || CONFIG_CPU == IMX31L || CONFIG_CPU == AS3525 \
|| CONFIG_CPU == DM320 || defined(CPU_S5L870X) || CONFIG_CPU == AS3525v2 \
|| CONFIG_CPU == RK27XX
|| CONFIG_CPU == RK27XX || CONFIG_CPU == JZ4760B
{ "View I/O ports", dbg_ports },
#endif
#if (CONFIG_RTC == RTC_PCF50605) && (CONFIG_PLATFORM & PLATFORM_NATIVE)