CONFIG_CBOR_HALF_FLOAT_TYPE¶
Half float type support
Type: bool
Help¶
This option enables half float type support.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At modules/Kconfig.tinycbor:33
Included via Kconfig:8
→ Kconfig.zephyr:33
→ modules/Kconfig:30
Menu path: (Top) → Modules → tinyCBOR Support
config CBOR_HALF_FLOAT_TYPE
bool "Half float type support"
select REQUIRES_FULL_LIBC
depends on TINYCBOR
help
This option enables half float type support.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)