Skip to content
Snippets Groups Projects
Verified Commit 76bc0c59 authored by Anne Jan Brouwer's avatar Anne Jan Brouwer :speech_balloon:
Browse files

Minor cleanup

parent 75f9f84d
No related branches found
No related tags found
No related merge requests found
Pipeline #119 passed
......@@ -25,7 +25,7 @@ This allows gdb to use our .gdbinit files without specifying them on the command
### OpenOCD
If you want to debug code or replace the bootloader, you need OpenOCD and GDB.
Get OpenOCD from [Maxim](https://github.com/maximmbed/openocd) and checkout the `max32xxx` branch. Run `git submodule init && git submodule update`.
Get OpenOCD from [Maxim](https://github.com/maximmbed/openocd) and checkout the `max32xxx` branch. Run `git submodule update --init`.
Build using `./bootstrap`, `./configure` and 'make'. Make sure that the `CMSIS-DAP Compliant Debugger` is set to `yes(auto)` after running `./configure` (you might need to install libusb and other USB related libaries).
If you get errors making the documentation you can `touch doc/openocd.info` to skip it and continue with 'make'.
......
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment