zephyr/scripts/utils
Chris Friedt fe1e7f8d37 doc: release: posix: deprecate non-normative POSIX Kconfig
Add release notes for the deprecation of a number of POSIX
Kconfig options. These have been deprecated so that we can
use more normative Kconfig variable identifiers, based on
the Options and Option Groups of IEEE 1003.1-2017.

To simplify migration, use

python $ZEPHYR_BASE/scripts/utils/migrate_posix_kconfigs.py \
    -r root_path

Additionally, document the removal of PTHREAD_BARRIER_DEFINE(),
EFD_IN_USE, EFD_FLAGS_SET, which were previously deprecated
>= 2 release cycles before.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-06-04 16:27:12 -05:00
..
board_v1_to_v2.py
convert_guidelines.py
gen_util_macros.py
migrate_includes.py
migrate_mcumgr_kconfigs.py
migrate_posix_kconfigs.py
migrate_sys_init.py
ntc_thermistor_table.py
pinctrl_nrf_migrate.py
twister_to_list.py