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>
42 lines
1.1 KiB
Plaintext
42 lines
1.1 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_ARCH_FPU is not set
|
|
# CONFIG_ARCH_LEDS is not set
|
|
# CONFIG_NSH_DISABLE_PRINTF is not set
|
|
# CONFIG_NSH_DISABLE_PS is not set
|
|
# CONFIG_STANDARD_SERIAL is not set
|
|
CONFIG_ARCH="arm"
|
|
CONFIG_ARCH_BOARD="axoloti"
|
|
CONFIG_ARCH_BOARD_AXOLOTI=y
|
|
CONFIG_ARCH_BUTTONS=y
|
|
CONFIG_ARCH_CHIP_STM32=y
|
|
CONFIG_ARCH_CHIP_STM32F427I=y
|
|
CONFIG_ARCH_IRQBUTTONS=y
|
|
CONFIG_BOARD_LATE_INITIALIZE=y
|
|
CONFIG_BOARD_LOOPSPERMSEC=16717
|
|
CONFIG_BUTTONS=y
|
|
CONFIG_BUTTONS_LOWER=y
|
|
CONFIG_CLOCK_MONOTONIC=y
|
|
CONFIG_INPUT=y
|
|
CONFIG_LIBC_FLOATINGPOINT=y
|
|
CONFIG_MM_REGIONS=2
|
|
CONFIG_RAW_BINARY=y
|
|
CONFIG_STM32_CCMEXCLUDE=y
|
|
CONFIG_STM32_DISABLE_IDLE_SLEEP_DURING_DEBUG=y
|
|
CONFIG_STM32_JTAG_FULL_ENABLE=y
|
|
CONFIG_STM32_USART1=y
|
|
CONFIG_STM32_USART6=y
|
|
CONFIG_SYSTEM_NSH=y
|
|
CONFIG_USART1_SERIAL_CONSOLE=y
|
|
CONFIG_USART6_BAUD=31250
|
|
CONFIG_USART6_RXBUFSIZE=128
|
|
CONFIG_USART6_TXBUFSIZE=32
|
|
CONFIG_USERLED=y
|
|
CONFIG_USERLED_LOWER=y
|
|
CONFIG_USER_ENTRYPOINT="nsh_main"
|