a1c991d921
Move boards to boards folder * boards: rename configs folder to boards This is the proposed layout after the change: boards: - folder containing board folders <board>: - name of each board drivers: - extra drivers specific for platform include: - header files for the boars scripts: - extra scripts specific for platform src: - board specific code tools: - extra tools specific for platform <config>: - board specific configuration(s) Note: <xxx> names are dependent on platform This is a logical change to aim to the arch layout but this is a huge change it should be done in several steps to lower the risk. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * Kconfig: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * Makefile: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * Makefile.*: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * Make.defs: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * .sh: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * .mk: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * .c & .h: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * .bat: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Approved-by: Gregory Nutt <gnutt@nuttx.org>
72 lines
1.9 KiB
Plaintext
72 lines
1.9 KiB
Plaintext
#
|
|
# This file is autogenerated: PLEASE DO NOT EDIT IT.
|
|
#
|
|
# You can use "make menuconfig" to make any modifications to the installed .config file.
|
|
# You can then do "make savedefconfig" to generate a new defconfig file that includes your
|
|
# modifications.
|
|
#
|
|
# CONFIG_LIBC_LONG_LONG is not set
|
|
# CONFIG_NSH_ARGCAT is not set
|
|
CONFIG_ARCH="arm"
|
|
CONFIG_ARCH_BOARD="nucleo-f091rc"
|
|
CONFIG_ARCH_BOARD_NUCLEO_F091RC=y
|
|
CONFIG_ARCH_BUTTONS=y
|
|
CONFIG_ARCH_CHIP_STM32F091RC=y
|
|
CONFIG_ARCH_CHIP_STM32F0=y
|
|
CONFIG_ARCH_IRQBUTTONS=y
|
|
CONFIG_ARCH_STACKDUMP=y
|
|
CONFIG_BOARD_LOOPSPERMSEC=2796
|
|
CONFIG_BUILTIN=y
|
|
CONFIG_DISABLE_ENVIRON=y
|
|
CONFIG_DISABLE_MOUNTPOINT=y
|
|
CONFIG_DISABLE_MQUEUE=y
|
|
CONFIG_DISABLE_POSIX_TIMERS=y
|
|
CONFIG_DISABLE_PSEUDOFS_OPERATIONS=y
|
|
CONFIG_DRIVERS_LPWAN=y
|
|
CONFIG_DRIVERS_WIRELESS=y
|
|
CONFIG_EXAMPLES_HELLO=y
|
|
CONFIG_EXAMPLES_SX127X_RFFREQ=433000000
|
|
CONFIG_INTELHEX_BINARY=y
|
|
CONFIG_LPWAN_SX127X=y
|
|
CONFIG_LPWAN_SX127X_FSKOOK=y
|
|
CONFIG_LPWAN_SX127X_MODULATION_DEFAULT=1
|
|
CONFIG_LPWAN_SX127X_RXSUPPORT=y
|
|
CONFIG_LPWAN_SX127X_TXSUPPORT=y
|
|
CONFIG_MAX_TASKS=8
|
|
CONFIG_MAX_WDOGPARMS=2
|
|
CONFIG_NFILE_DESCRIPTORS=6
|
|
CONFIG_NFILE_STREAMS=6
|
|
CONFIG_NPTHREAD_KEYS=0
|
|
CONFIG_NSH_ARCHINIT=y
|
|
CONFIG_NSH_BUILTIN_APPS=y
|
|
CONFIG_NSH_FILEIOSIZE=64
|
|
CONFIG_NSH_LINELEN=64
|
|
CONFIG_NSH_READLINE=y
|
|
CONFIG_NUNGET_CHARS=0
|
|
CONFIG_PREALLOC_TIMERS=0
|
|
CONFIG_PREALLOC_WDOGS=4
|
|
CONFIG_PTHREAD_MUTEX_UNSAFE=y
|
|
CONFIG_PTHREAD_STACK_DEFAULT=1536
|
|
CONFIG_RAM_SIZE=20480
|
|
CONFIG_RAM_START=0x20000000
|
|
CONFIG_RAW_BINARY=y
|
|
CONFIG_RR_INTERVAL=200
|
|
CONFIG_SCHED_HPWORK=y
|
|
CONFIG_SCHED_WAITPID=y
|
|
CONFIG_SDCLONE_DISABLE=y
|
|
CONFIG_STACK_COLORATION=y
|
|
CONFIG_START_DAY=19
|
|
CONFIG_START_MONTH=5
|
|
CONFIG_START_YEAR=2013
|
|
CONFIG_STDIO_DISABLE_BUFFERING=y
|
|
CONFIG_STM32F0L0G0_PWR=y
|
|
CONFIG_STM32F0L0G0_SPI1=y
|
|
CONFIG_STM32F0L0G0_USART2=y
|
|
CONFIG_SYSTEM_NSH=y
|
|
CONFIG_TASK_NAME_SIZE=0
|
|
CONFIG_TASK_SPAWN_DEFAULT_STACKSIZE=1536
|
|
CONFIG_USART2_SERIAL_CONSOLE=y
|
|
CONFIG_USERMAIN_STACKSIZE=1536
|
|
CONFIG_USER_ENTRYPOINT="nsh_main"
|
|
CONFIG_WDOG_INTRESERVE=0
|