From a72f040861b5e7e9d4808cd1aeec4b924c802119 Mon Sep 17 00:00:00 2001 From: Ming Yue Date: Tue, 1 Sep 2020 11:05:23 -0700 Subject: [PATCH] Fix the path and command in demo projects to make it compatiable to Linux and MacOS (#220) * Update the the path in .launch file to make it compatiable with MacOS/Linux. * Remove .exe from command and use slash in file path Co-authored-by: Cobus van Eeden <35851496+cobusve@users.noreply.github.com> --- .../Demo/CORTEX_LM3S6965_GCC_QEMU/RTOSDemo Debug.launch | 2 +- FreeRTOS/Demo/RISC-V-Qemu-sifive_e-Eclipse-GCC/.cproject | 6 +++--- .../RISC-V-Qemu-sifive_e-Eclipse-GCC/Hardware_Qemu.launch | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/FreeRTOS/Demo/CORTEX_LM3S6965_GCC_QEMU/RTOSDemo Debug.launch b/FreeRTOS/Demo/CORTEX_LM3S6965_GCC_QEMU/RTOSDemo Debug.launch index 8833e2ab5..38afff0e1 100644 --- a/FreeRTOS/Demo/CORTEX_LM3S6965_GCC_QEMU/RTOSDemo Debug.launch +++ b/FreeRTOS/Demo/CORTEX_LM3S6965_GCC_QEMU/RTOSDemo Debug.launch @@ -31,7 +31,7 @@ - + diff --git a/FreeRTOS/Demo/RISC-V-Qemu-sifive_e-Eclipse-GCC/.cproject b/FreeRTOS/Demo/RISC-V-Qemu-sifive_e-Eclipse-GCC/.cproject index 359830148..cc74c9c9f 100644 --- a/FreeRTOS/Demo/RISC-V-Qemu-sifive_e-Eclipse-GCC/.cproject +++ b/FreeRTOS/Demo/RISC-V-Qemu-sifive_e-Eclipse-GCC/.cproject @@ -19,7 +19,7 @@ - + - + - +