From fad857c01fc329bf7706310bfbac11e4d0a51290 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Tue, 7 Jan 2025 06:52:34 +0100 Subject: [PATCH] fixup! boards/same51-curiosity-nano: add support for the board --- boards/same51-curiosity-nano/doc.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/boards/same51-curiosity-nano/doc.txt b/boards/same51-curiosity-nano/doc.txt index f196fc29a287..421297163960 100644 --- a/boards/same51-curiosity-nano/doc.txt +++ b/boards/same51-curiosity-nano/doc.txt @@ -73,12 +73,6 @@ Connect the device to your Micro-USB cable using the port labeled as The standard method for flashing RIOT to the board is using OpenOCD. by calling: `make BOARD=same51-curiosity-nano -C tests/leds flash` -Note that on Linux, you will need libudev-dev package to be installed. - -Users can also use openOCD to flash and/or debug the board using: -`PROGRAMMER=openocd make BOARD=same51-curiosity-nano -C tests/leds flash` - - On Linux you will have to add a **udev** rule for hidraw, like ``` bash