zephyr/tests/bluetooth/mesh
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
..
src zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
CMakeLists.txt tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
dbg.conf Bluetooth: Introduce separate pool for discardable events 2019-07-01 16:36:15 +03:00
friend.conf Bluetooth: Introduce separate pool for discardable events 2019-07-01 16:36:15 +03:00
gatt.conf Bluetooth: Introduce separate pool for discardable events 2019-07-01 16:36:15 +03:00
lpn.conf Bluetooth: Introduce separate pool for discardable events 2019-07-01 16:36:15 +03:00
microbit.conf Bluetooth: controller: Remove legacy LL 2020-05-08 15:07:00 +02:00
microbit_gatt.conf Bluetooth: Mesh: Slab based segmentation handling 2020-03-19 15:54:26 +02:00
nrf51-16k.conf Bluetooth: Mesh: Slab based segmentation handling 2020-03-19 15:54:26 +02:00
pb_gatt.conf Bluetooth: Introduce separate pool for discardable events 2019-07-01 16:36:15 +03:00
prj.conf Bluetooth: Introduce separate pool for discardable events 2019-07-01 16:36:15 +03:00
proxy.conf Bluetooth: Introduce separate pool for discardable events 2019-07-01 16:36:15 +03:00
testcase.yaml boards: nrf52840_pca10056: Rename board to nrf52840dk_nrf52840 2020-03-27 09:14:08 +01:00