Commit History

Author SHA1 Message Date
  Gregory Nutt 47d87fd857 configs/: Refresh ARM and Xtensa configurations. 6 years ago
  Gregory Nutt bbad69ab61 Change all occurrences of CONFIG_EXAMPLES_NSH* to CONFIG_SYSTEM_NSH* to match changes in the apps/ directory. 6 years ago
  Gregory Nutt 05ad7208e7 configs/imxrt1050-evk: Add knsh configuration.. PROTECTED mode NSH build. 6 years ago
  Gregory Nutt 422888733b More conversions of defconfig files to compressed format. Not yet finished. 7 years ago
  Gregory Nutt cd54a0340f Fix a typo. And typo in Kconfig file is reflect in all defconfig files. 7 years ago
  Gregory Nutt b0fda33e13 Kconfig: Rename CONFIG_ARM_TOOLCHAIN_IAR to CONFIG_ARCH_TOOLCHAIN_IAR 7 years ago
  Gregory Nutt 6e4918c557 Remove CONFIG_ARM_TOOLCHAIN_GNU; replace with CONFIG_ARCH_TOOLCHAIN_GNU 7 years ago
  Gregory Nutt c071e2a30c Make sure that CONFIG_PTHREAD_MUTEX_ROBUST=y is selected every configuration that enabled pthreads. 7 years ago
  Gregory Nutt b07d3fc305 Rename CONFIG_MUTEX_TYPES to CONFIG_PTHREAD_MUTEX_TYPES 7 years ago
  Gregory Nutt c428661e18 apps/examples/usbterm is gone because it can be configured to perform an illegal call into the OS. Remove all traces of CONFIG_EXAMPLES_USBTERM* and all of the illegal device support. 7 years ago
  Gregory Nutt d0813aa0c5 Refresh all ARM configurations 7 years ago
  Gregory Nutt 4539988d00 Removed CONFIG_LIBC_ARCH_BZERO. bzero() is a deprecated interface. There are no architecture-specific replacements and, if there were, they should replace memset(), not bzero(). 7 years ago
  Gregory Nutt 3dbdb3bb31 CONFIG_SDIO_DMA: Was been defined in several low-level architecute Kconfig files, but used at the highest levels in the code. Both are bad and both are fixed with this commit 7 years ago
  Gregory Nutt 9ac00a355f Add capabilities() method to SDIO interface. Remove CONFIG_SDIO_WIDTH_D1_ONLY. That should not be a global propertie, but rather a capability/limitation of single slot when there may be multiple slots. 7 years ago
  Gregory Nutt eeeb0ad112 Refresh all SAM v7 configurations 7 years ago
  Gregory Nutt 6f5a9eb451 Olimex-stm32-p407: Add a NSH protected build configuration; Enable procfs/ in all configurations. 7 years ago
  Gregory Nutt 3c4684ef5f Eliminate CONFIG_ARCH_OPTIMIZED_FUNCTIONS. Move options to select architectur-specific C library options from libc/Kconfig to libc/machine/Kconfig and rename. 7 years ago
  Gregory Nutt f063e4c5ac Remove Calypso architecture support and support for Calypso SERCOMM driver. 7 years ago
  Gregory Nutt d9e040d76b Remove all Calypso board configurations 7 years ago
  Gregory Nutt 55dd1c87b3 Remove all references to BOARDIOC_ADCSETUP 7 years ago
  Gregory Nutt b999e63c82 Remove some references to BOARDIOC_PWMTEST and board_pwm_setup(). Still lots more. 7 years ago
  Gregory Nutt c0cbea2550 Remove RGMP and RGMP drivers. 8 years ago
  Gregory Nutt b071e4ce92 Refresh all STM32, EFM32, and SAMV7 configurations for SPI H/W features configuration changes 8 years ago
  Gregory Nutt f43ded46e6 Rename arch/sh to arch/renesas, cont'd 8 years ago
  Gregory Nutt 32c6cd71bb Refresh all SAMV71/SAME70 configurations 8 years ago
  Gregory Nutt 2a19e16eb0 libc/hex2bin: Move the portable library portion of apps/system/hex2bin to nuttx/libc/hex2bin where it can be shared with the OS internals. 8 years ago
  Gregory Nutt 1377452394 Refresh all ARM configurations 8 years ago
  Gregory Nutt 5118264e6c Rename CONFIG_SYSLOG_CONSOLE to CONFIG_CONSOLE_SYSLOG 8 years ago
  Gregory Nutt 5b2aa7bf99 Remove all traces of CONFIG_SYSLOG 8 years ago
  Gregory Nutt 1cdc746726 Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 8 years ago