zephyr/samples
Patrik Flykt 4344e27c26 all: Update reserved function names
Update reserved function names starting with one underscore, replacing
them as follows:
   '_k_' with 'z_'
   '_K_' with 'Z_'
   '_handler_' with 'z_handl_'
   '_Cstart' with 'z_cstart'
   '_Swap' with 'z_swap'

This renaming is done on both global and those static function names
in kernel/include and include/. Other static function names in kernel/
are renamed by removing the leading underscore. Other function names
not starting with any prefix listed above are renamed starting with
a 'z_' or 'Z_' prefix.

Function names starting with two or three leading underscores are not
automatcally renamed since these names will collide with the variants
with two or three leading underscores.

Various generator scripts have also been updated as well as perf,
linker and usb files. These are
   drivers/serial/uart_handlers.c
   include/linker/kobject-text.ld
   kernel/include/syscall_handler.h
   scripts/gen_kobject_list.py
   scripts/gen_syscall_header.py

Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>
2019-03-11 13:48:42 -04:00
..
application_development doc: change board dts documentation with new URLs 2019-02-05 07:04:40 -05:00
basic doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
bluetooth doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
boards all: Update reserved function names 2019-03-11 13:48:42 -04:00
cpp_synchronization cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
crypto/mbedtls_benchmark libc: fix CONFIG_STDOUT_CONSOLE semantics 2019-02-26 08:00:33 -06:00
display doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
drivers macros: deleted macros SECONDS(), MSEC(), USEC() 2019-03-04 19:04:21 -05:00
gui cmake: Drop all in-tree usage 'set_conf_file' 2019-03-01 09:44:09 +01:00
hello_world cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
mpu samples: mpu: correct Kconfig setting in project configuration 2019-03-05 11:34:06 -05:00
net samples: net: lldp: Set optional TLV system_name 2019-03-09 16:02:11 -05:00
nfc/nfc_hello cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
philosophers libc: fix CONFIG_STDOUT_CONSOLE semantics 2019-02-26 08:00:33 -06:00
portability tests: Mass SMP disablement on non-SMP-safe tests 2019-02-28 13:02:20 -06:00
sensor samples: fxos8700-hid: Use HID Device interface 2019-02-08 11:23:04 -05:00
shields doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
subsys doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
synchronization arch/x86_64: New architecture added 2019-01-11 15:18:52 -05:00
testing/integration cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
userspace userspace: remove APP_SHARED_MEM Kconfig 2019-02-23 07:43:55 -05:00
xtensa_asm2 cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
classic.rst doc: restructure and create index pages 2019-02-05 07:04:40 -05:00
index.rst doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00