mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-10 07:41:56 +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 | ||
Kconfig.defconfig.series | ||
Kconfig.defconfig.stm32l4r5xx | ||
Kconfig.defconfig.stm32l4r9xx | ||
Kconfig.defconfig.stm32l422xx | ||
Kconfig.defconfig.stm32l432xx | ||
Kconfig.defconfig.stm32l433xx | ||
Kconfig.defconfig.stm32l452xx | ||
Kconfig.defconfig.stm32l462xx | ||
Kconfig.defconfig.stm32l471xx | ||
Kconfig.defconfig.stm32l475xx | ||
Kconfig.defconfig.stm32l476xx | ||
Kconfig.defconfig.stm32l496xx | ||
Kconfig.series | ||
Kconfig.soc | ||
linker.ld | ||
soc.c | ||
soc.h |