From 131a89aca4c5ceeaeb75193a2a55792566f159d0 Mon Sep 17 00:00:00 2001 From: DonJuan1232 Date: Tue, 15 Apr 2025 18:03:16 +0200 Subject: [PATCH 1/2] updated readme due to a major bug If the full path name is too long it can be that you get unexpected behaviour. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 790ecdb..9c93131 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ These projects combine the Visual Code setup for code editing with the magnifice - Download and install the [Visual Studio Code IDE](https://code.visualstudio.com) - Follow the instructions in the [link to install the OTX Maestro Tools & Extension](https://github.com/onethinx/OTX-Maestro/blob/main/README.md#installation) - Clone `https://github.com/onethinx/Onethinx_Project_Examples.git` or [download](https://github.com/onethinx/Onethinx_Project_Examples/archive/refs/heads/master.zip) and unpack the Example Projects to your local machine. + - **MAKE SURE THE PROJECT IS AT `C:/Onethinx_Project_examples` due to a bug the project path has to be short otherwise it might not work** + ## 2. Configure the Chip Setup (IOs, peripherals etc.) using PSoC Creator This step is only needed when you need to change the chip configuration. @@ -36,4 +38,4 @@ These projects combine the Visual Code setup for code editing with the magnifice 1. As the project has not run on the PC before, it needs to be Clean-Reconfigured before it can be built. Hit the `Clean-Reconfigure` button from the status bar at the bottom of VS Code
1. After successfull configuration (the terminal window will show: "Terminal will be reused by tasks, press..." when ready), the project can be Built and Launched from the debugger. Make sure the device is connected to the debugger and PC before launching the debug session
- Hit the `Build-And-Launch` button from the status bar at the bottom of VS Code to start programming and debugging the code. + Hit the `Build-And-Launch` button from the status bar at the bottom of VS Code to start programming and debugging the code. \ No newline at end of file From 5a9d537eafa7f3d56ab3316a1f681db035d913cb Mon Sep 17 00:00:00 2001 From: DonJuan1232 Date: Tue, 15 Apr 2025 18:06:15 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c93131..70cb62a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ These projects combine the Visual Code setup for code editing with the magnifice - Download and install the [Visual Studio Code IDE](https://code.visualstudio.com) - Follow the instructions in the [link to install the OTX Maestro Tools & Extension](https://github.com/onethinx/OTX-Maestro/blob/main/README.md#installation) - Clone `https://github.com/onethinx/Onethinx_Project_Examples.git` or [download](https://github.com/onethinx/Onethinx_Project_Examples/archive/refs/heads/master.zip) and unpack the Example Projects to your local machine. - - **MAKE SURE THE PROJECT IS AT `C:/Onethinx_Project_examples` due to a bug the project path has to be short otherwise it might not work** + - **MAKE SURE THE PROJECT IS AT `C:/Onethinx_Project_examples` due to a bug the project path has to be short otherwise it might not work.** ## 2. Configure the Chip Setup (IOs, peripherals etc.) using PSoC Creator