Winget can be used to install Miniconda, Git, and openocd with the command winget install Microsoft.Git Anaconda.Miniconda3 xpack-dev-tools.openocd-xpack, this also sets up PATH entries automatically.
With miniconda installed, a conda env with doxygen installed can be created using an Anaconda Powershell Prompt with the command conda create -n modm1 python=3.13 doxygen -c conda-forge.
I haven't figured out why LD keeps failing.
Winget can be used to install Miniconda, Git, and openocd with the command winget install Microsoft.Git Anaconda.Miniconda3 xpack-dev-tools.openocd-xpack, this also sets up PATH entries automatically.
With miniconda installed, a conda env with doxygen installed can be created using an Anaconda Powershell Prompt with the command conda create -n modm1 python=3.13 doxygen -c conda-forge.
I haven't figured out why LD keeps failing.