Commit Graph

578 Commits

Author SHA1 Message Date
Gregory Nutt
207e5072ef defconfigs: pathes assigned to CONFIG_PASS1_BUILDIR must now include the architecture. 2019-08-06 11:06:28 -06:00
Gregory Nutt
78fe3a3906 tools/configure.sh: Needs to be able to run from the tools sub-directory. 2019-08-06 10:51:39 -06:00
Gregory Nutt
d4d67ec425 tools/: Update configuration-related tools for last change to boards/ directory organization. 2019-08-06 10:39:12 -06:00
Alin Jerpelea
af28821c77 Merged in alinjerpelea/nuttx (pull request #966)
group boards by architecture

* z80: group boards by architecture

    all boards that share the same architecture are moved to the same arch
    folder following the soc layout

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* z16: group boards by architecture

    all boards that share the same architecture are moved to the same arch
    folder following the soc layout

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* xtensa: group boards by architecture

    all boards that share the same architecture are moved to the same arch
    folder following the soc layout

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* x86: group boards by architecture

    all boards that share the same architecture are moved to the same arch
    folder following the soc layout

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* sim: group boards by architecture

    all boards that share the same architecture are moved to the same arch
    folder following the soc layout

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* risc-v: group boards by architecture

    all boards that share the same architecture are moved to the same arch
    folder following the soc layout

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* renesas: group boards by architecture

    all boards that share the same architecture are moved to the same arch
    folder following the soc layout

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* or1k: group boards by architecture

    all boards that share the same architecture are moved to the same arch
    folder following the soc layout

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* misoc: group boards by architecture

    all boards that share the same architecture are moved to the same arch
    folder following the soc layout

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* mips: group boards by architecture

    all boards that share the same architecture are moved to the same arch
    folder following the soc layout

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* hc: group boards by architecture

    all boards that share the same architecture are moved to the same arch
    folder following the soc layout

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* avr: group boards by architecture

    all boards that share the same architecture are moved to the same arch
    folder following the soc layout

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* arm: group boards by architecture

    all boards that share the same architecture are moved to the same arch
    folder following the soc layout

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* boards: group boards by architecture

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-08-06 14:37:27 +00:00
Gregory Nutt
c6b5049e3e tools/configure.sh: Restore support for custom, out-of-tree configurations that was broken in a previous commit. 2019-08-06 08:36:40 -06:00
Gregory Nutt
721994846c tools/: Change preferred argument of configurations tools to use ':' as the delimiter between <board-name> and <config-name>. This is to emphasize that this is not a path; it is configuration specification.
The legacy '/' delimiter is still supported but not recommend and not advertised.

Squashed commit of the following:

    Update configurations instructions in more README.txt files to show ':' delimiter vs '/' delimiter.
    Update configurations instructions in various README.txt file to show ':' delimiter vs '/' delimiter.
    tools:  Update all configuration-related tools to accept ':' separator between board and configuration name.
2019-08-05 16:55:51 -06:00
Gregory Nutt
0de938a190 tools/configure.sh and .c: When dumping available configurations, omit the 'config/' in the path. 2019-08-05 16:55:49 -06:00
Gregory Nutt
aa49f831be tools/refresh.sh: Fix the configuratin refresh script for changes to configuration paths. 2019-08-05 10:18:07 -06:00
Gregory Nutt
e1588f6cc2 tools/testbuild.sh: Fixes needed for changes to boards/ directory structure. 2019-08-05 09:14:30 -06:00
Gregory Nutt
341cbb272b tools/configure.sh and configure.c. Update to preserve backward compatibility in usage. 2019-08-05 09:03:12 -06:00
Alin Jerpelea
31e87abd1c Merged in alinjerpelea/nuttx (pull request #964)
move board configs to configs folder

* amber: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* arduino-due: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* arduino-mega: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* avr32dev1: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* axoloti: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* b-l072z-lrwan1: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* b-l475e-iot01a: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* bambino-200e: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* beaglebone-black: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* c5471evm: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* clicker2-stm32: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* cloudctrl: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* demo9s12ne64: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* dk-tm4c129x: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* ea3131: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* ea3152: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* eagle100: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* efm32-g8xx-stk: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* efm32gg-stk3700: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* ekk-lm3s9b96: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* esp32-core: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* ez80f910200kitg: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* ez80f910200zco: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* fire-stm32v2: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* flipnclick-pic32mz: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* flipnclick-sam3x: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* freedom-k28f: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* freedom-k64f: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* freedom-k66f: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* freedom-k125z: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* freedom-k126z: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* gapuino: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* hymini-stm32v: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* imxrt1050-evk: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* imxrt1060-evk: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* kwikstik-k40: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* launchxl-cc1310: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* launchxl-cc1312r1: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* launchxl-tms57004: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* lc823450-xgevk: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* lincoln60: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* lm3s6432-s2e: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* lm3s6965-ek: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* lm3s8962-ek: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* lm4f120-launchpad: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* lpc4088-devkit: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* lpc4088-quickstart: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* lpc4330-xplorer: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* lpc4337-ws: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* lpc4357-evb: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* lpc4370-link2: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* lpcxpresso-lpc1768: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* lpcxpresso-lpc54628: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* makerlisp: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* maple: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* max32660-evsys: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* mbed: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* mbc1700: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* mcu123-lpc214x: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* metro-m4: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* micropendous3: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* mikroe-stm32f4: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* mirtoo: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* misoc: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* moteino-mega: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* moxa: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* ne64badge: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nr5m100-nexys4: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nrf52-generic: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* ntosd-dm320: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nucleo-144: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nucleo-f072rb: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nucleo-f091rc: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nucleo-f103rb: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nucleo-f207zg: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nucleo-f302r8: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nucleo-f303re: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nucleo-f303ze: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nucleo-f334r8: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nucleo-f410rb: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nucleo-f446re: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nucleo-f4x1re: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nucleo-g071rb: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nucleo-h743zi: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nucleo-l073rz: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nucleo-l152re: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nucleo-l432kc: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nucleo-l452re: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nucleo-l476rg: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nucleo-l496zg: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* nutiny-nuc120: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* olimex-efm32g880f128-stk: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* olimex-lpc-h3131: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* olimex-lpc1766stk: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* olimex-lpc2378: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* olimex-stm32-e407: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* olimex-stm32-h405: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* olimex-stm32-h407: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* olimex-stm32-p107: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* olimex-stm32-p207: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* olimex-stm32-p407: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* olimex-strp711: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* olimexino-stm32: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* omnibusf4: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* open1788: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* or1k: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* p112: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* pcduino-a10: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* photon: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* pic32mx-starterkit: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* pic32mx7mmb: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* pic32mz-starterkit: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* pnev5180b: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* qemu-i486: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* sabre-6quad: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* sam3u-ek: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* sam4cmp-db: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* sam4e-ek: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* sam4l-xplained: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* sam4s-xplained: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* sam4s-xplained-pro: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* sama5d2-xult: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* sama5d3-xplained: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* sama5d3x-ek: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* sama5d4-ek: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* samd20-xplained: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* samd21-xplained: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* same70-xplained: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* saml21-xplained: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* samv71-xult: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* shenzhou: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* sim: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* skp16c26: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* spresense: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm3210e-eval: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm3220g-eval: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm3240g-eval: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm32_tiny: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm32butterfly2: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm32f051-discovery: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm32f072-discovery: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm32f103-minimum: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm32f334-disco: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm32f3discovery: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm32f411e-disco: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm32f429i-disco: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm32f4discovery: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm32f746-ws: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm32f746g-disco: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm32f769i-disco: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm32l476-mdk: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm32l476vg-disco: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm32l4r9ai-disco: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm32ldiscovery: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* stm32vldiscovery: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* sure-pic32mx: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* teensy-2.0: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* teensy-3.x: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* teensy-lc: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* tm4c123g-launchpad: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* tm4c1294-launchpad: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* tms570ls31x-usb-kit: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* twr-k60n512: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* twr-k64f120m: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* u-blox-c027: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* ubw32: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* viewtool-stm32f107: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* us7032evb1: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* xmc4500-relax: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* z16f2800100zcog: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* z80sim: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* z8encore000zco: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* z8f64200100kit: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* zkit-arm-1769: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* zp214xpa: move board configs to configs folder

    This is a cleanup that will move all configs from the board folder to
    a board/configs folder

    NOTE:
    The configure.sh script must be used with the new path <board-name>/configs/<config-name>

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* tools: configure.sh: adjust the script to use boards/configs folder

    Script update to pick the configs from the new configuration folder

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* tools: configure.bat: adjust the script to use boards/configs folder

    Now we update the script to pick the configs from the new configuration folder

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-08-05 14:30:34 +00:00
Gregory Nutt
e0205ff3cc More changes on name configs/ to boards/ in comments, Documentation, Tools, etc. That is all that I see for now. 2019-08-05 07:24:57 -06:00
Gregory Nutt
615c0ea7ee Change naming configs/ to boards in comments, Documentation, etc. Still a few more to go. 2019-08-05 07:13:48 -06:00
Alin Jerpelea
a1c991d921 Merged in alinjerpelea/nuttx (pull request #963)
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>
2019-08-05 12:04:14 +00:00
Alin Jerpelea
db901120aa Merged in alinjerpelea/nuttx (pull request #950)
tools: flash_writer: license change

license update for project compliance

Signed-off-by: Jerpelea <Alin.Jerpelea@sonymobile.com>

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-07-17 10:15:13 +00:00
Alin Jerpelea
98fd07ee5f Merged in alinjerpelea/nuttx (pull request #942)
tools: add flash_writter for cxd56 boards

this flash writter is using the xmodem for firmware transfer

for flashing please use
tools/flash_writer.py -s -c /dev/ttyUSB0 -d -b 115200 -n nuttx.spk

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-07-09 13:04:54 +00:00
Alin Jerpelea
a9be5eb6e7 Merged in alinjerpelea/nuttx (pull request #941)
Mastertools: add spk binary format and entry point for mpy

* tools: add spk binary format

    The .spk binary format is used on spresense and other boards
    based on the cxd56 arch.

    to enable this binary format please set in your config
    CONFIG_CXD56_BINARY=y

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* configs: spresense: buils nuttx.spk images

    Enable nuttx.spk binary image that can be flashed on spresense board.

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* configs: spresense: add entry point for mpy

    The entry point is needed for the downstream projects based
    on spresense.

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-07-08 12:38:21 +00:00
Gregory Nutt
dbf286472b Squashed commit of the following:
video/edid:  Add some initial EDID logic ported from FreeBSD.
    video/:  Add basic configure and build support for a video subsystem.
2019-07-07 16:40:24 -06:00
Gregory Nutt
d9767b74cd tools/mkexport.sh: The mcu sub-directory chip/ was renamed to hardware/ in late May of 2019. The mkexport.sh script that copies these files was not updated, however, until now. Noted by Alin Jerpelea. 2019-07-04 07:17:53 -06:00
Gregory Nutt
53119cd476 tools/nxstyle.c: No warning for declarations that begin in column 1 within 'extern "C"'. This is because the 'extern "C"' is conditioned on __cplusplus so the declarations are not normally indented. 2019-06-30 15:10:14 -06:00
Gregory Nutt
bde0509cae tools/nxstyle.c: Fix error in conditional logic that was preventing detection bad brace alignment. Add logic to handle alignment of braces in data initializators which following slightly different indentation rules. 2019-06-30 10:35:10 -06:00
Gregory Nutt
f6221ae2dc tools/nxstyle.c: Fix logic from commit 005a077310 for the case of header files when contain no functions. 2019-06-29 18:38:56 -06:00
Gregory Nutt
42b178fb13 tools/nxstyle.c: Bandaid-up logic that detects left brackets on the same line in global structure/enumeration types and initializers. 2019-06-29 16:19:10 -06:00
Gregory Nutt
35521ab2b6 Fix some new warnings found in build testing. 2019-06-29 13:24:38 -06:00
Gregory Nutt
005a077310 tools/nxstyle.c: Tool depends on the file under test containing "Private Functions" or "Public Functions" block comments. Emit an error is neither are present. 2019-06-29 11:43:37 -06:00
Dave Marples
dc3ead7487 tools/ocdconsole.py: OCD TCL interface changed after version 0.10 of OpenOCD. This change allows the script to work with both the older and newer TCL interface. 2019-06-18 07:01:23 -06:00
Alan Carvalho de Assis
caaf4ef398 Fix small typo on ocdconsole.py script 2019-06-15 19:52:07 -06:00
Dave Marples
a2def2a4d1 arch/arm/src/common/up_lwl_console.c: Add support for a 'Lightweight Link' protocol between a target and debugger for use when you need a console but the target doesn't have a spare serial port or other available resource. 2019-06-03 07:31:17 -06:00
Gregory Nutt
8ed0d21b73 tools/tesbuild.sh: Correct help test. 2019-03-28 12:12:15 -06:00
Gregory Nutt
04fe412414 tools/nxstyle.c: Costmetic alignment and corrections to comments. 2019-03-13 07:05:31 -06:00
Gregory Nutt
4802eb65c5 tools/nxstyle.c: Fix a bacward test in the previous commit. 2019-03-12 14:48:43 -06:00
Gregory Nutt
ba859ad302 tools/nxstyle.c: Don't complain about certain lowercase characters in otherwise uppercase pre-processor identifers: IPv6, IPv4, ICMPv6, IGMPv2, p as a decimal point, d signifying a divisor. It was a bad idea to let the door open a crack for there. While they improve readability, the inconsistently also causes other problems. 2019-03-12 14:22:52 -06:00
Gregory Nutt
f6b00e1966 tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle. 2019-03-11 12:48:39 -06:00
Gregory Nutt
aa4f7c9ba7 graphics/nxmu/nxmu_start.c: Extend nxmu_start so that receives a display number as an argument. This makes it possible to have multiple instances of the NX server running on boards that support multiple displays. Also includes updates to boardctl() to accept display number paramters. 2019-03-10 13:50:05 -06:00
Gregory Nutt
f6b9fe5b14 tools/nxstyle.c: Add logic to detect a blank line following a left brace or a blank line preceding a right brace. 2019-03-10 09:53:33 -06:00
Gregory Nutt
cf0f0e69f8 tools/nxstyle.c: Was confusing hex constants with strings staring with 'x'. Added logic to complain about hex constants containing upper case characters. 2019-03-09 09:21:12 -06:00
Gregory Nutt
c8004c7e00 tools/nxstyle.c: Add capability to detect CamelCase identifiers. 2019-03-05 13:08:57 -06:00
Alan Carvalho de Assis
7133f89cc2 tools/Makefile.unix, .win, and all defconfig files: Modify tools/Makefiles to add warning on defconfig files 2019-03-03 08:31:03 -06:00
Gregory Nutt
f914ec6e2b tools/nxstyle.c: Fix logic that detects if an operator is correctly delimited with spaces. sched/: Various changes because sched/ C files were used as Guinea Pigs to test nstyle.c. 2019-03-01 10:50:02 -06:00
David Sidrane
6d0d712b9c tools/.gitignore: Ignore rmcr binary 2019-02-27 14:22:32 -06:00
Gregory Nutt
c13afc29e6 Trivial, Costmetic, ... 2019-02-27 14:02:53 -06:00
Gregory Nutt
dc8c814ca3 Squashed commit of the following:
Fixed coding standard error in several files.  Use of while( is incorrect; a space is required between while and (.  Also ran tools/nxstyle and fix thoses complaints as well in most files.

    Changes to comply with coding standard.  Mostly focused on files with missing space after keyword in if(, switch(, and for(.  Offending files also got changes to comply with tools nxstyle.  If there were logs of nxstyle complaints, the file also got a taste of tools/indent.sh.  Still need to fix occurrences of while( with missing space.  There are a lot of them.
2019-02-27 08:41:08 -06:00
Gregory Nutt
d9d2042f75 Revert "tools/check-hash.sh: Add a tool check hash on downloaded packages."
This tool was supposed to go to apps/tools, not nuttx/tools.

This reverts commit 41245f421e.
2019-02-18 07:20:41 -06:00
Gregory Nutt
bc5908d9fd tools/nxstyle.c: Beef up logic that detects multiple variable definitions per line. 2019-02-17 10:57:28 -06:00
Michał Łyszczek
41245f421e tools/check-hash.sh: Add a tool check hash on downloaded packages. 2019-02-15 07:08:44 -06:00
Gregory Nutt
b5e6af60ac tools/nxstyle.c: Add check for multiple definitions of local variables on a line. 2019-02-14 18:33:23 -06:00
Gregory Nutt
efe65749ce Fix condition logic: The setup seems to support a network without sockets. That is not the case.
Squashed commit of the following:

    sched/sched/sched_getsockets.c:  Fix an error in conditional compilation.
    fs/:  Remove all conditional logic based on CONFIG_NSOCKET_DESCRIPTORS == 0
    Documentation/:  Remove all references to CONFIG_NSOCKET_DESCRIPTORS == 0
    include/:  Remove all conditional logic based on CONFIG_NSOCKET_DESCRIPTORS == 0
    libs/:  Remove all conditional logic based on CONFIG_NSOCKET_DESCRIPTORS == 0
    net/:  Remove all conditional logic based on CONFIG_NSOCKET_DESCRIPTORS == 0
    sched/:  Remove all conditional logic based on CONFIG_NSOCKET_DESCRIPTORS == 0
    syscall/:  Remove all conditional logic based on CONFIG_NSOCKET_DESCRIPTORS == 0
    tools/:  Fixups for CONFIG_NSOCKET_DESCRIPTORS no longer used to disable sockets.
2019-02-11 15:47:25 -06:00
Gregory Nutt
a64869aa67 CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense.
Squashed commit of the following:

    configs/:  The few configurations that formerly set CONFIG_NFILE_DESCRIPTORS=0 should not default, rather they should set the number of descriptors to 3.
    fs/:  Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
    tools/:  Tools updates for changes to usage of CONFIG_NFILE_DESCRIPTORS.
    syscall/:  Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
    libs/:  Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
    include/:  Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
    drivers/:  Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
    Documentation/:  Remove all references to CONFIG_NFILE_DESCRIPTORS == 0
    binfmt/:  Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
    arch/:  Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
    net/:  Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
    sched/:  Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS == 0
    sched/Kconfig:  CONFIG_NFILE_DESCRIPTORS may no longer to set to a value less than 3
    configs/:  Remove all settings for CONFIG_NFILE_DESCRIPTORS < 3
2019-02-11 12:09:26 -06:00
Gregory Nutt
3ba777bb27 include/: Correct naming of standard header file. Should be dlfcn.h, not dllfcn.h. I am surprised no one ever noticed before now. 2019-02-09 14:09:28 -06:00
Gregory Nutt
411057b59c Update README files. 2019-02-09 07:19:10 -06:00