From 396552ac4c01ea4afaae4eaf740562e4ed6b002b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 1 Jun 2019 14:10:04 -0600 Subject: [PATCH] configs/lpcxpresso-lpc54628: Enable DATE command in twm4nx1 and twm4nx2 configurations. --- configs/lpcxpresso-lpc54628/twm4nx1/defconfig | 1 + configs/lpcxpresso-lpc54628/twm4nx2/defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/lpcxpresso-lpc54628/twm4nx1/defconfig b/configs/lpcxpresso-lpc54628/twm4nx1/defconfig index df3c839500..0757e17288 100644 --- a/configs/lpcxpresso-lpc54628/twm4nx1/defconfig +++ b/configs/lpcxpresso-lpc54628/twm4nx1/defconfig @@ -6,6 +6,7 @@ # modifications. # # CONFIG_ARCH_FPU is not set +# CONFIG_NSH_DISABLE_DATE is not set # CONFIG_NXFONTS_DISABLE_16BPP is not set # CONFIG_NXTK_DEFAULT_BORDERCOLORS is not set # CONFIG_NX_DISABLE_16BPP is not set diff --git a/configs/lpcxpresso-lpc54628/twm4nx2/defconfig b/configs/lpcxpresso-lpc54628/twm4nx2/defconfig index 58773f1f61..cd3f077f23 100644 --- a/configs/lpcxpresso-lpc54628/twm4nx2/defconfig +++ b/configs/lpcxpresso-lpc54628/twm4nx2/defconfig @@ -6,6 +6,7 @@ # modifications. # # CONFIG_ARCH_FPU is not set +# CONFIG_NSH_DISABLE_DATE is not set # CONFIG_NXFONTS_DISABLE_16BPP is not set # CONFIG_NXTK_DEFAULT_BORDERCOLORS is not set # CONFIG_NX_DISABLE_16BPP is not set