DO NOT Merge - Test shard cargo config and openocd.gdb #307
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created src/.cargo/config.toml which references
../openocd.gdb
whichis the src/openocd.gdb.
Create src/openocd.gdb which is the most general openocd.gdb defined by
any of the chapters
Tested 05, 06 and 07 locally and this seems to work and also ran
TRAVIS_BRANCH=hello bash ci/script.sh which seemed to work.
Changed src/05-led-roulette/.cargo/config to config.tomol and have it
be an "empty" cargo config by commenting out the assignment statements.
This represents one possibility. Also, we need to decide what to do
about local openocd.gdb files.
Renamed all .cargo/config to ./cargo/config.original so as to "prove"
they are not needed locally.