zephyr/arch/common
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types
git grep -l 'u\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g"
	git grep -l 's\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g"

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-06-08 08:23:57 -05:00
..
CMakeLists.txt arch: common: Delete isr_tables.ld which was a copy of intlist.ld 2020-01-30 14:19:14 -05:00
gen_isr_tables.py zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
isr_tables.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
nocache.ld arch: common: nocache: fix linker section definition 2019-06-19 09:08:40 -07:00
ramfunc.ld arch: Port the ramfunc section to the Cmake function 2019-05-20 22:28:28 -04:00
sw_isr_common.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
text_section_offset.ld arm, x86, riscv: linker.ld: Move TEXT_SECTION_OFFSET 2019-12-20 08:54:53 -05:00
timing_info_bench.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00