-
Notifications
You must be signed in to change notification settings - Fork 2.1k
boards: unified OpenOCD script #2375
Copy link
Copy link
Closed
Labels
Type: enhancementThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentationThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
Milestone
Description
We have a large number of boards, that are using OpenOCD as flash and debug tool. Right now these boards each contain at least 3 script files for flashing, debugging and resetting (dist/flash.sh, dist/debug.sh, dist/reset.sh), plus some specific GDB and OpenOCD configuration...
@authmillenon proposed to introduce a unified script, maybe something similar to the init.d scripts in Linux?
RIOTDIR/dist/tools/openocd/openocd.sh flash param param
or
RIOTDIR/dist/tools/openocd/openocd.sh debug param
and so on?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: enhancementThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentationThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation