mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-12 05:41:56 +00:00
This is a start to move away from the C99 {u}int{8,16,32,64}_t types to Zephyr defined u{8,16,32,64}_t and s{8,16,32,64}_t. This allows Zephyr to define the sized types in a consistent manor across all the architectures we support and not conflict with what various compilers and libc might do with regards to the C99 types. We introduce <zephyr/types.h> as part of this and have it include <stdint.h> for now until we transition all the code away from the C99 types. We go with u{8,16,32,64}_t and s{8,16,32,64}_t as there are some existing variables defined u8 & u16 as well as to be consistent with Zephyr naming conventions. Jira: ZEP-2051 Change-Id: I451fed0623b029d65866622e478225dfab2c0ca8 Signed-off-by: Kumar Gala <kumar.gala@linaro.org> |
||
---|---|---|
.. | ||
basic | ||
cross_compiler | ||
gen_idt | ||
gen_offset_header | ||
kconfig | ||
sanity_chk | ||
support | ||
.gitignore | ||
build_grub.sh | ||
check_known_checkpatch_issues.sh | ||
check_link_map.py | ||
checkconfig.py | ||
checkpatch.pl | ||
checkstack.pl | ||
compare_footprint | ||
config | ||
devicetree.py | ||
diffconfig | ||
do_checkpatch.sh | ||
expr_parser.py | ||
extract_dts_includes.py | ||
filter-known-issues.py | ||
gcc-version.sh | ||
get_maintainer.pl | ||
headerdep.pl | ||
Kbuild.include | ||
maintainer-checkpatch.bash | ||
make-ll | ||
Makefile | ||
Makefile.build | ||
Makefile.clean | ||
Makefile.extrawarn | ||
Makefile.headersinst | ||
Makefile.help | ||
Makefile.host | ||
Makefile.lib | ||
Makefile.modbuiltin | ||
Makefile.qemu | ||
Makefile.toolchain.gccarmemb | ||
Makefile.toolchain.issm | ||
Makefile.toolchain.riscv32 | ||
Makefile.toolchain.xcc | ||
Makefile.toolchain.xtools | ||
Makefile.toolchain.zephyr | ||
Makefile.xt-run | ||
Makefile.xtsc-run | ||
mkmakefile | ||
mksysmap | ||
qemu-machine-hack.py | ||
sanitycheck | ||
size_report | ||
spelling.txt | ||
tags.sh | ||
timestamp | ||
uncrustify.cfg | ||
vercomp | ||
waitpid |