diff options
Diffstat (limited to 'utils/openocd')
-rw-r--r-- | utils/openocd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/openocd/Makefile b/utils/openocd/Makefile index c72818c97..e18e1aa19 100644 --- a/utils/openocd/Makefile +++ b/utils/openocd/Makefile @@ -40,7 +40,7 @@ define Package/openocd/description OpenOCD provides on-chip programming and debugging support with a layered architecture of JTAG interface and TAP support including: -- (X)SVF playback to faciliate automated boundary scan and FPGA/CPLD +- (X)SVF playback to facilitate automated boundary scan and FPGA/CPLD programming; - debug target support (e.g. ARM, MIPS): single-stepping, breakpoints/watchpoints, gprof profiling, etc; |