zephyr/arch/arm/core
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
..
cortex_m kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
cortex_r kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
offsets arch: arm: Add Cortex-R support 2019-08-09 22:50:50 +02:00
CMakeLists.txt cmake: toolchain abstraction for coverage 2019-09-17 11:25:29 +02:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
__aeabi_atexit.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
cpu_idle.S kernel: add architecture interface headers 2019-10-11 13:30:46 -07:00
exc_exit.S arch: arm: core: add Cortex-R in the files description headers 2019-10-09 17:54:16 -05:00
fatal.c arch: arm: fatal: add documentation for z_do_kernel_oops() 2019-10-24 10:12:08 -07:00
fault_s.S arch: arm: major cleanup and refactoring for fault function 2019-10-24 10:12:08 -07:00
irq_manage.c irq: cortex-r: Fix wrong irq enabling 2019-10-31 16:07:45 +01:00
irq_offload.c arm: arch code naming cleanup 2019-10-04 10:46:23 +02:00
irq_relay.S arm: arch code naming cleanup 2019-10-04 10:46:23 +02:00
isr_wrapper.S arch: arm: core: add Cortex-R in the files description headers 2019-10-09 17:54:16 -05:00
nmi.c arm: arch code naming cleanup 2019-10-04 10:46:23 +02:00
nmi_on_reset.S arch: arm: Move nmi code for Cortex-R support 2019-08-02 23:37:03 +03:00
prep_c.c arm: arch code naming cleanup 2019-10-04 10:46:23 +02:00
swap.c kernel: add architecture interface headers 2019-10-11 13:30:46 -07:00
swap_helper.S arch: arm: swap: add useful inline comment for SVC return 2019-10-24 10:12:08 -07:00
thread.c arch: arm: protect r0 in z_arch_switch_to_main_thread() inline ASM 2019-10-29 06:11:52 +01:00
userspace.S x86: arm: rename some functions 2019-10-21 10:13:38 -07:00