zephyr/arch/nios2/core
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
..
offsets headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
cache.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
CMakeLists.txt arch: Simplify private header include path configuration. 2019-11-06 16:07:32 -08:00
cpu_idle.c kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
crt0.S zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
exception.S kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
fatal.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
irq_manage.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
irq_offload.c global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
prep_c.c arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
reset.S headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
swap.S kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
thread.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00