Branch: refs/heads/main Home: https://github.com/OpenAMP/libmetal Commit: 9fe00e05820381342c1381093ddd41f48d92292a https://github.com/OpenAMP/libmetal/commit/9fe00e05820381342c1381093ddd41f48... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2023-10-17 (Tue, 17 Oct 2023)
Changed paths: M CMakeLists.txt M cmake/collect.cmake M cmake/depends.cmake M cmake/options.cmake M cmake/platforms/cross-freertos-gcc.cmake M cmake/platforms/cross-generic-gcc.cmake M cmake/platforms/cross-generic-iar.cmake M cmake/platforms/cross-linux-gcc.cmake M cmake/platforms/template-freertos.cmake M cmake/platforms/template-generic.cmake M cmake/platforms/zynq7-freertos.cmake M cmake/platforms/zynq7-generic-iar.cmake M cmake/platforms/zynq7-generic.cmake M cmake/platforms/zynq7-linux.cmake M cmake/platforms/zynqmp-a53-freertos.cmake M cmake/platforms/zynqmp-a53-generic.cmake M cmake/platforms/zynqmp-linux.cmake M cmake/platforms/zynqmp-r5-freertos.cmake M cmake/platforms/zynqmp-r5-generic.cmake M doc/CMakeLists.txt M examples/CMakeLists.txt M examples/system/freertos/zynqmp_r5/zynqmp_amp_demo/CMakeLists.txt M examples/system/generic/zynqmp_r5/zynqmp_amp_demo/CMakeLists.txt M examples/system/linux/zynqmp/zynqmp_amp_demo/CMakeLists.txt M lib/CMakeLists.txt M lib/compiler/CMakeLists.txt M lib/compiler/armcc/CMakeLists.txt M lib/compiler/gcc/CMakeLists.txt M lib/compiler/iar/CMakeLists.txt M lib/processor/CMakeLists.txt M lib/processor/aarch64/CMakeLists.txt M lib/processor/arm/CMakeLists.txt M lib/processor/ceva/CMakeLists.txt M lib/processor/csky/CMakeLists.txt M lib/processor/microblaze/CMakeLists.txt M lib/processor/riscv/CMakeLists.txt M lib/processor/x86/CMakeLists.txt M lib/processor/x86_64/CMakeLists.txt M lib/system/CMakeLists.txt M lib/system/freertos/CMakeLists.txt M lib/system/freertos/template/CMakeLists.txt M lib/system/freertos/xlnx_common/CMakeLists.txt M lib/system/freertos/zynq7/CMakeLists.txt M lib/system/freertos/zynqmp_a53/CMakeLists.txt M lib/system/freertos/zynqmp_r5/CMakeLists.txt M lib/system/generic/CMakeLists.txt M lib/system/generic/microblaze_generic/CMakeLists.txt M lib/system/generic/template/CMakeLists.txt M lib/system/generic/xlnx_common/CMakeLists.txt M lib/system/generic/zynq7/CMakeLists.txt M lib/system/generic/zynqmp_r5/CMakeLists.txt M lib/system/linux/CMakeLists.txt M lib/system/nuttx/CMakeLists.txt M lib/system/zephyr/CMakeLists.txt M test/CMakeLists.txt M test/system/CMakeLists.txt M test/system/freertos/CMakeLists.txt M test/system/freertos/zynq7/CMakeLists.txt M test/system/freertos/zynqmp_a53/CMakeLists.txt M test/system/freertos/zynqmp_r5/CMakeLists.txt M test/system/generic/CMakeLists.txt M test/system/generic/microblaze_generic/CMakeLists.txt M test/system/generic/zynq7/CMakeLists.txt M test/system/generic/zynqmp_a53/CMakeLists.txt M test/system/generic/zynqmp_r5/CMakeLists.txt M test/system/linux/CMakeLists.txt M test/system/linux/zynq/CMakeLists.txt M test/system/zephyr/CMakeLists.txt
Log Message: ----------- Remove vim editor configuration in files
Remove all remaining instances of "# vim: ..." in files. This vim settings were part of the initial commit. But no reason to keep them.
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
openamp-rp@lists.openampproject.org