From 5fa9b67f97bb70b71fb84d6be9b1e8f46ff2b1ee Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 28 Feb 2014 19:19:11 -0600 Subject: Removed almost all ostest configurations --- nuttx/configs/stm32f429i-disco/README.txt | 57 ------------------------------- 1 file changed, 57 deletions(-) (limited to 'nuttx/configs/stm32f429i-disco/README.txt') diff --git a/nuttx/configs/stm32f429i-disco/README.txt b/nuttx/configs/stm32f429i-disco/README.txt index 7a893839b..516cec537 100644 --- a/nuttx/configs/stm32f429i-disco/README.txt +++ b/nuttx/configs/stm32f429i-disco/README.txt @@ -840,63 +840,6 @@ Where is one of the following: external RS-232 line driver to the UART1 pins of the DISCO board on PA9 and PA10 of connector P1. - ostest: - ------ - This configuration directory, performs a simple OS test using - apps/examples/ostest. - - NOTES: - - 1. This configuration uses the mconf-based configuration tool. To - change this configuration using that tool, you should: - - a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ - - b. Execute 'make menuconfig' in nuttx/ in order to start the - reconfiguration process. - - 2. Default toolchain: - - CONFIG_STM32_CODESOURCERYL=y : CodeSourcery under Linux / Mac OS X - - 3. By default, this project assumes that you are *NOT* using the DFU - bootloader. - - 4. If you use the Atollic toolchain, then the FPU test can be enabled in the - examples/ostest by adding the following your NuttX configuration file: - - -CONFIG_ARCH_FPU=n : Enable FPU support - +CONFIG_ARCH_FPU=y - - -CONFIG_STM32_CODESOURCERYW=y : Disable the CodeSourcery toolchain - +CONFIG_STM32_CODESOURCERYW=n - - -CONFIG_STM32_ATOLLIC_LITE=n : Enable *one* the Atollic toolchains - CONFIG_STM32_ATOLLIC_PRO=n - -CONFIG_STM32_ATOLLIC_LITE=y : The "Lite" version - CONFIG_STM32_ATOLLIC_PRO=n : The "Pro" version - - -CONFIG_INTELHEX_BINARY=y : Suppress generation FLASH download formats - +CONFIG_INTELHEX_BINARY=n : (Only necessary with the "Lite" version) - - -CONFIG_HAVE_CXX=y : Suppress generation of C++ code - +CONFIG_HAVE_CXX=n : (Only necessary with the "Lite" version) - - -CONFIG_SCHED_WAITPID=y : Enable the waitpid() API needed by the FPU test - +CONFIG_SCHED_WAITPID=n - - The FPU test also needs to know the size of the FPU registers save area in - bytes (see arch/arm/include/armv7-m/irq_lazyfpu.h): - - -CONFIG_EXAMPLES_OSTEST_FPUSIZE=(4*33) - - ostest-fpu - ---------- - - This is essentially the same as the as the ostest configuration but - additionally enables the FPU. Contributed by David Alessio. - usbnsh: ------ -- cgit v1.2.3