diff options
author | 2020-10-14 10:47:08 +0000 | |
---|---|---|
committer | 2020-10-14 10:47:08 +0000 | |
commit | 55d67fad459aac4d9f14571f305a8983f36138cb (patch) | |
tree | dd59b1f1eec5f8a5038ec4b34fc0e94982c9cc0c /cortex-m-semihosting/CHANGELOG.md | |
parent | 432e5f527430394570d1d07454e26cc41d5b2936 (diff) | |
parent | 320881e0b57d16a4f768a7c8543571e26113e904 (diff) | |
download | cortex-m-55d67fad459aac4d9f14571f305a8983f36138cb.tar.gz cortex-m-55d67fad459aac4d9f14571f305a8983f36138cb.tar.zst cortex-m-55d67fad459aac4d9f14571f305a8983f36138cb.zip |
Merge #269
269: Merge HStdout and HStderr into the same type r=jonas-schievink a=adamgreig
As the next step in https://github.com/rust-embedded/cortex-m/pull/263#pullrequestreview-495095345, this PR applies https://github.com/rust-embedded/cortex-m-semihosting/pull/41 to this repository.
@m-ou-se, I tried exporting a patch from cortex-m-semihosting and applying it here but it didn't work first time, so I ended up just copying the changes. I've set you as the author of the commit and marked it as committed-by me, I hope you're OK with that but please let me know if you'd like it changed. (Also, thanks again for the PR, sorry it's taken over a year...).
Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
Diffstat (limited to 'cortex-m-semihosting/CHANGELOG.md')
-rw-r--r-- | cortex-m-semihosting/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cortex-m-semihosting/CHANGELOG.md b/cortex-m-semihosting/CHANGELOG.md index f813f8b..aa7cb9b 100644 --- a/cortex-m-semihosting/CHANGELOG.md +++ b/cortex-m-semihosting/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +- Merge `HStdout` and `HStderr` into one type: `HostStream` + ## [v0.3.5] - 2019-08-29 ### Added |