zephyr/tests/drivers
Ulf Magnusson bd6e04411e kconfig: Clean up header comments and make them consistent
Use this short header style in all Kconfig files:

    # <description>

    # <copyright>
    # <license>

    ...

Also change all <description>s from

    # Kconfig[.extension] - Foo-related options

to just

    # Foo-related options

It's clear enough that it's about Kconfig.

The <description> cleanup was done with this command, along with some
manual cleanup (big letter at the start, etc.)

    git ls-files '*Kconfig*' | \
        xargs sed -i -E '1 s/#\s*Kconfig[\w.-]*\s*-\s*/# /'

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-11-04 17:31:27 -05:00
..
adc/adc_api tests: adc: MEC15 modular board test definitions 2019-10-13 07:16:07 -07:00
build_all tests/drivers/build_all: add FLAG definition for all gpios 2019-10-18 08:07:00 -05:00
can tests: remove duplicate names for the peripheral tests 2019-10-25 00:29:00 -04:00
clock_control coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
counter coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
dma coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
entropy/api cleanup: include/: move entropy.h to drivers/entropy.h 2019-06-27 22:55:49 -04:00
flash_simulator cmake: samples/tests: update cmake_minimum_required() to 3.13.1 2019-09-27 23:09:24 -04:00
gpio/gpio_basic_api sample/tests: replace DT_ define filters with dt_ functions 2019-11-04 09:02:14 -05:00
hwinfo/api cleanup: include/: move hwinfo.h to drivers/hwinfo.h 2019-06-27 22:55:49 -04:00
i2c kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
i2s coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
ipm tests/drivers/ipm: Enable on x86_64 2019-08-29 16:33:27 +02:00
kscan/kscan_api tests: drivers: kscan: Add simple API tests 2019-10-16 13:29:21 -07:00
pinmux/pinmux_basic_api sample/tests: replace DT_ define filters with dt_ functions 2019-11-04 09:02:14 -05:00
pwm/pwm_api sample/tests: replace DT_ define filters with dt_ functions 2019-11-04 09:02:14 -05:00
spi/spi_loopback coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
uart coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
watchdog/wdt_basic_api coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00