commit | e353d123fda0476a2e79e4305c545e6053136bba | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Wed May 27 13:16:44 2020 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Mon Jun 08 08:23:57 2020 -0500 |
tree | db07a1b1ca2a490a8d0c2ae04c4f76df946e142d | |
parent | d00d0f12661cf34ebb60c1df43905a17fea79383 [diff] |
zephyr: Make Zephyr int types deprecated by default As the int types defined in include/zephyr/types.h are typdef's we utilize a Kconfig option (LEGACY_ZEPHYR_INT_TYPES) to enable/disable the support for them. By default to LEGACY_ZEPHYR_INT_TYPES not being enabled and add an explicit test to ensure the types continue to function until removed in the future. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>