From 68fbd9b66f7e2bf4e3e5918d66529e7af5ec7cde Mon Sep 17 00:00:00 2001 From: YuLong Yao Date: Sat, 14 Jan 2023 04:41:39 +0800 Subject: [PATCH 1/2] boards: arm: gd32a503v_eval: enable CONFIG_GPIO in board kconfig GPIO/UART are considered "minimal peripherals" by samples, should enable by default. Signed-off-by: YuLong Yao --- boards/arm/gd32a503v_eval/gd32a503v_eval_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/arm/gd32a503v_eval/gd32a503v_eval_defconfig b/boards/arm/gd32a503v_eval/gd32a503v_eval_defconfig index 1bb7621214f74..dfcc85ee1e1b8 100644 --- a/boards/arm/gd32a503v_eval/gd32a503v_eval_defconfig +++ b/boards/arm/gd32a503v_eval/gd32a503v_eval_defconfig @@ -11,3 +11,5 @@ CONFIG_HW_STACK_PROTECTION=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_SERIAL=y + +CONFIG_GPIO=y From f8d0faa3c4a35bf0cbc0f60f755dc3772ac98024 Mon Sep 17 00:00:00 2001 From: YuLong Yao Date: Fri, 16 Dec 2022 06:51:52 +0800 Subject: [PATCH 2/2] Revert "samples: jesd216: add support for gd32a503v_eval board" This reverts commit 0f28a8d1201d40bf3937175ed675d276cdb1f91c. Signed-off-by: YuLong Yao --- samples/drivers/jesd216/boards/gd32a503v_eval.conf | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 samples/drivers/jesd216/boards/gd32a503v_eval.conf diff --git a/samples/drivers/jesd216/boards/gd32a503v_eval.conf b/samples/drivers/jesd216/boards/gd32a503v_eval.conf deleted file mode 100644 index f66cef2fd8f27..0000000000000 --- a/samples/drivers/jesd216/boards/gd32a503v_eval.conf +++ /dev/null @@ -1,7 +0,0 @@ -# -# Copyright (c) 2022 YuLong Yao -# -# SPDX-License-Identifier: Apache-2.0 -# - -CONFIG_GPIO=y