zephyr/tests
Ulf Magnusson 7e0af9e0b8 kconfig: Remove redundant $ZEPHYR_BASE from 'source's
The $srctree environment variable is already set to point to the Zephyr
root, so no need to do

    source "$(ZEPHYR_BASE)/Kconfig.zephyr"

in samples. Just

    source "Kconfig.zephyr"

works.

(Things would break if $srctree was set to anything else, because every
'source' in the Kconfig files will be relative to it.)

Also add a 'mainmenu' title to the littlefs sample. It shows up at the
top of menuconfig/guiconfig. Source Kconfig.zephyr instead of Kconfig to
avoid overriding it.

As a sidenote, $(FOO) is better $FOO in Kconfig. $FOO is legacy syntax
that Kconfiglib only supports to be compatible with old Linux kernels.
$(FOO) uses the Kconfig preprocessor.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2020-01-06 09:48:53 -05:00
..
application_development tests: Remove posix arch_exclude for libcxx 2020-01-04 09:06:50 -05:00
arch arch: arm: Move ARM code to AArch32 sub-directory 2019-12-20 11:40:59 -05:00
benchmarks test: benchmarkis add frdmk82f board config 2019-12-19 12:55:18 -05:00
bluetooth Bluetooth: shell: Add printing of remote version information 2019-12-23 14:47:31 +02:00
boards drivers/flash: nios2_qspi add unaligned read test 2019-12-19 12:53:22 -05:00
crypto global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
drivers tests: spi_loopback: Add rv32m1 configuration 2019-12-20 17:06:10 +01:00
kernel kconfig: Remove redundant $ZEPHYR_BASE from 'source's 2020-01-06 09:48:53 -05:00
lib global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
misc/test_build
net tests: net: poll: Fix the test name and add proper tag 2020-01-03 11:26:46 -08:00
portability
posix global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
shell
subsys tests filesystem.fat.api: Do not run on native_posix_64 2020-01-03 15:13:59 -05:00
unit tests: unit: util: Add test for IF_ENABLED() 2019-12-18 08:14:52 -05:00
ztest