zephyr/samples/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
..
CAN kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
counter/alarm kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
crypto x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
current_sensing cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
entropy coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
espi kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
flash_shell cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
gpio sample/tests: replace DT_ define filters with dt_ functions 2019-11-04 09:02:14 -05:00
ht16k33 coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
i2c_fujitsu_fram sample/tests: replace DT_ define filters with dt_ functions 2019-11-04 09:02:14 -05:00
i2c_scanner cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
kscan samples: drivers: kscan: Add kscan sample application 2019-10-16 13:29:21 -07:00
lcd_hd44780 coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
led_apa102 samples: move board overlay files into boards directory 2019-10-01 20:38:24 -07:00
led_apa102c_bitbang sample/tests: replace DT_ define filters with dt_ functions 2019-11-04 09:02:14 -05:00
led_lp3943 cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
led_lp5562 samples: move board overlay files into boards directory 2019-10-01 20:38:24 -07:00
led_lpd8806 samples: move board overlay files into boards directory 2019-10-01 20:38:24 -07:00
led_pca9633 samples: move board overlay files into boards directory 2019-10-01 20:38:24 -07:00
led_ws2812 samples: move board overlay files into boards directory 2019-10-01 20:38:24 -07:00
ps2 coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
random license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
soc_flash_nrf cleanup: include/: move flash.h to drivers/flash.h 2019-06-27 22:55:49 -04:00
spi_flash boards: riscv: rv32m1_vega: Add onboard SPI flash 2019-11-04 14:11:18 -06:00
spi_fujitsu_fram samples: spi_fujitsu_fram: fix dependencies 2019-10-21 08:40:09 -05:00
watchdog coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
drivers.rst samples: fix alarm sample doc and inclusion 2019-02-07 16:14:00 -05:00