From 6bebfca54d786541bd6b47d2a188c668ba43bca6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 20 Sep 2014 15:53:28 -0600 Subject: [PATCH] More naming changes to get the stm3240g-eval/nxterm configuration building again --- configs/stm3240g-eval/include/board.h | 8 +++++--- configs/stm3240g-eval/nxterm/defconfig | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/configs/stm3240g-eval/include/board.h b/configs/stm3240g-eval/include/board.h index a531c220c7e..bb57d025ff5 100644 --- a/configs/stm3240g-eval/include/board.h +++ b/configs/stm3240g-eval/include/board.h @@ -1,4 +1,4 @@ - +/************************************************************************************ * configs/stm3240g-eval/include/board.h * include/arch/board/board.h * @@ -42,22 +42,24 @@ ************************************************************************************/ #include + #ifndef __ASSEMBLY__ # include #endif + #include "stm32_rcc.h" #include "stm32_sdio.h" #include "stm32.h" /************************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************************/ /* Clocking *************************************************************************/ /* Four clock sources are available on STM3240G-EVAL evaluation board for * STM32F407IGH6 and RTC embedded: * - * X1, 25 MHz crystal for ethernet PHY with socket. It can be removed when clock is + * X1, 25 MHz crystal for Ethernet PHY with socket. It can be removed when clock is * provided by MCO pin of the MCU * X2, 26 MHz crystal for USB OTG HS PHY * X3, 32 kHz crystal for embedded RTC diff --git a/configs/stm3240g-eval/nxterm/defconfig b/configs/stm3240g-eval/nxterm/defconfig index 3d0b816e00d..1b4fa7d81ca 100644 --- a/configs/stm3240g-eval/nxterm/defconfig +++ b/configs/stm3240g-eval/nxterm/defconfig @@ -428,7 +428,7 @@ CONFIG_SCHED_WAITPID=y # CONFIG_SCHED_STARTHOOK is not set # CONFIG_SCHED_ATEXIT is not set # CONFIG_SCHED_ONEXIT is not set -CONFIG_USER_ENTRYPOINT="nsh_main" +CONFIG_USER_ENTRYPOINT="nxterm_main" CONFIG_DISABLE_OS_API=y # CONFIG_DISABLE_POSIX_TIMERS is not set # CONFIG_DISABLE_PTHREAD is not set