mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 10:12:55 +00:00
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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ipm_cavs_idc_priv.h | ||
ipm_cavs_idc.c | ||
ipm_cavs_idc.h | ||
ipm_handlers.c | ||
ipm_imx.c | ||
ipm_mcux.c | ||
ipm_mhu.c | ||
ipm_mhu.h | ||
ipm_nrfx_ipc.c | ||
ipm_nrfx_ipc.h | ||
ipm_stm32_ipcc.c | ||
Kconfig | ||
Kconfig.nrfx | ||
Kconfig.nrfx_ipc_channel |