zephyr/samples
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
..
application_development kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
basic sample/tests: replace DT_ define filters with dt_ functions 2019-11-04 09:02:14 -05:00
bluetooth kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
boards samples: boards: nrf91: add nrfx sample 2019-11-03 13:00:37 +01:00
cpp_synchronization cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
display coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
drivers kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
gui boards: reel_board: revise SPI routing 2019-10-23 20:58:19 -04:00
hello_world doc: add how to exit from QEMU in samples 2019-09-02 12:06:08 -04:00
mpu cleanup: include/: move flash.h to drivers/flash.h 2019-06-27 22:55:49 -04:00
net kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
nfc/nfc_hello cleanup: include/: move misc/byteorder.h to sys/byteorder.h 2019-06-27 22:55:49 -04:00
philosophers coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
portability x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
posix samples: posix: gettimeofday: Demo gettimeofday() returning correct time 2019-10-28 13:04:35 +02:00
sensor doc: fix misspellings in rst docs 2019-10-29 06:01:13 +01:00
shields coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
smp Samples: Add SMP Pi 2019-11-03 12:41:29 +01:00
subsys kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
synchronization tests: tracing: add tests for tracing features 2019-09-27 14:42:22 -04:00
testing/integration license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
userspace samples: add userspace producer/consumer sample 2019-10-31 14:46:08 +01:00
video samples: video: Fix board reference name 2019-10-30 18:33:18 +01:00
classic.rst doc: restructure and create index pages 2019-02-05 07:04:40 -05:00
index.rst Samples: Add SMP Pi 2019-11-03 12:41:29 +01:00