-
CONFIG_DEPRECATED_ZEPHYR_INT_TYPES
¶
Allow the use of the deprecated zephyr integer types
Type: bool
Help¶
Allows the use of the deprecated Zephyr integer typedefs defined in Zephyr 2.3 and previous versions. These types are: u8_t, u16_t, u32_t, u64_t, s8_t, s16_t, s32_t, and s64_t.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At Kconfig.zephyr:365
Included via Kconfig:8
Menu path: (Top) → Build and Link Features → Build Options
config DEPRECATED_ZEPHYR_INT_TYPES
bool "Allow the use of the deprecated zephyr integer types"
help
Allows the use of the deprecated Zephyr integer typedefs defined in
Zephyr 2.3 and previous versions. These types are:
u8_t, u16_t, u32_t, u64_t, s8_t, s16_t, s32_t, and s64_t.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)