From 26e96fd325e356b667d9cdcd4f00db14d84c0f7c Mon Sep 17 00:00:00 2001 From: Peter Lawrence <12226419+majbthrd@users.noreply.github.com> Date: Sat, 13 Mar 2021 09:51:10 -0600 Subject: [PATCH] added Mac info to howto/openocd.md --- howto/openocd.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/howto/openocd.md b/howto/openocd.md index 5dbdf31..5a34808 100644 --- a/howto/openocd.md +++ b/howto/openocd.md @@ -12,6 +12,8 @@ $ make -j4 $ sudo make install ``` +For Mac users building openocd, please also look at [the suggestions here](https://github.com/majbthrd/pico-debug/issues/5). + ## Install GDB ```