zephyr/samples/boards
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
..
96b_argonkey zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
arc_secure_services zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
bbc_microbit zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intel_s1000_crb zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mec15xxevb_assy6853 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
nrf zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
olimex_stm32_e407 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
reel_board/mesh_badge zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sensortile_box samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
ti/cc13x2_cc26x2/system_off zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
up_squared/gpio_counter zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
boards.rst samples: boards: nrf52: test demo for nrf52 power management 2017-11-06 09:29:10 -05:00