theCore-embedded / theCore

theCore: C++ embedded framework
https://forgge.github.io/theCore
Mozilla Public License 2.0
81 stars 23 forks source link

Drop saved OpenOCD scripts from theCore scripts directory in favor of using default scripts #356

Open forGGe opened 6 years ago

forGGe commented 6 years ago

Instead of writing

openocd -f /thecore/path/scripts/ek-lm4f120xl.cfg

it is more convenient to use default script:

openocd -f board/ek-lm4f120xl.cfg

Documentation and examples must be changed accordingly.