Commit Graph
21 Commits
Author SHA1 Message Date
Adam GreigandGitHub cf52e9e29e Merge pull request #124 from angusholder/patch-2
Fix typo in Cargo.toml
2024-03-28 16:01:30 +00:00
Adam GreigandGitHub 6b2fd0e61b Merge pull request #118 from rust-embedded/link-arg
Move link-arg setting from .cargo/config.toml to build.rs
2023-02-20 22:56:18 +00:00
Adam Greig a2a454a36d Move link-arg setting from .cargo/config.toml to build.rs to make it less easy to forget about 2023-02-17 17:18:22 +00:00
Adam GreigandGitHub cc19bdda8b Merge pull request #113 from claymcleod/master
docs: updates documentation to include correct path and full list of ISAs
2022-07-16 01:01:22 +01:00
Adam GreigandGitHub 1c1a7c6a28 Merge pull request #108 from rmsc/master
openocd.cfg: use the unified stlink.cfg configuration
2021-08-25 16:36:15 +01:00
Adam GreigandGitHub 5fb962cf07 Merge pull request #106 from Lotterleben/mv-to-configtoml
move .cargo/config to .cargo/config.toml
2021-06-22 12:14:53 +01:00
Adam GreigandGitHub 18bb680710 Merge pull request #100 from rubberduck203/master
Fixes #99: Disambiguates VSCode Tasks
2020-11-09 12:00:44 +00:00
Adam Greig 4e9999f06f Re-add build script with note this time 2020-07-21 23:23:49 +01:00
Adam GreigandGitHub 33034ee397 Merge pull request #89 from hyperslv/extern_crate_to_use
Replace unidiomatic 'extern crate' to 'use x as _'
2020-06-14 17:07:38 +01:00
Adam Greig 8e29b31da4 Remove unnecessary build.rs 2020-04-17 00:24:02 +01:00
Adam GreigandGitHub 1a60c1d944 Merge pull request #84 from rubberduck203/update-vscode-docs
Update vscode docs to reflect fixes from PR #83
2020-03-05 12:10:50 +00:00
Adam GreigandGitHub 23a74e9add Merge pull request #83 from david-boles/patch-1
Corrected default VSCode build task.
2020-03-05 11:29:07 +00:00
Adam GreigandGitHub cda24a671d Merge pull request #82 from rubberduck203/vscode
VS Code build tasks
2020-02-27 22:03:30 +00:00
Adam Greig d018974c6f Update instructions for device example, closes #73 2019-07-23 20:59:12 -06:00
Adam GreigandGitHub 9610e04635 Merge pull request #69 from rust-embedded/bump-everything
Bump dependency versions
2019-06-04 19:14:19 -06:00
Adam GreigandGitHub 6919488412 Merge pull request #68 from rust-embedded/bt_limit
Added backtrace limit to mitigate infinite backtraces
2019-02-05 21:56:28 +00:00
Adam GreigandGitHub 3aa5ea9fd3 Merge pull request #64 from sstelfox/fix_breakpoint
Adjust the default breakpoint name to match cortex-m-rt pull #144
2019-01-22 08:38:49 +00:00
Adam GreigandGitHub f47d1633af Merge pull request #57 from rust-embedded/sh
use hprint macros and NVIC::pend; fix allocator example
2018-11-10 00:10:46 +00:00
Adam Greig ba27df0b57 Update comment on rerun-if-changed to better reflect what it does 2018-08-07 20:58:00 +01:00
Adam Greig f39fa8ebef Add comment to build script about rerun-if-changed, and remove redundant line for build.rs 2018-08-07 20:57:02 +01:00
Adam GreigandGitHub f88a44fd78 Remove 'monitor tpiu itm port 0 on' from .gdbinit
This happens automatically when openocd sets up the tpiu; see openocd manual 16.5.4.
2017-06-09 22:22:53 +01:00