========================================= Development Environment Setup for Windows ========================================= To set the tools up on Windows, the following setup instructions shall be followed: 1. Download and install `gcc-arm-none-eabi-10.3-2021.10-win32.exe `_. Enable "Add path to environment variable" during the installation. 2. Create `C:\\tools` folder. 3. Download `make-4.4.1-without-guile-w32-bin.zip `_ and unpack `bin/make.exe` into `C:\\tools`. 4. Add `C:\\tools` intoo the `Path` environment variable. 5. Enable `Developer Mode` in Windows 10/11, for symbolic link support. 6. Install `Git `_ if not installed already. `Source `_