You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stdint.h: make redefinition of stdint types optional
PR zephyrproject-rtos#16645 streamlined stdint.h type definitions. This has an unfortunate
side effect that any legacy code which assumed default, compiler
provided types will now generate warnings any time type mismatch is
detected during the compilation process. Redefining stdint types also
significantly increases porting effort when building an existing
bare metal application with Zephyr.
This PR makes redefinition of stdint types optional.
Signed-off-by: Piotr Mienkowski <[email protected]>
0 commit comments