Jorge Aparicio
55e61c3291
bump dependencies
2018-11-10 00:04:28 +01:00
Nicola Coretti
8f292e0f07
Add additional meta data to improve crate experience
...
* Add readme setting, so README.md is shown on https://crates.io/
2018-10-26 15:54:27 +02:00
Jorge Aparicio
cffc15846a
bump dependencies
2018-09-18 00:38:06 +02:00
Jorge Aparicio
9facab2960
backport fixes from the book plus other small updates
2018-09-13 21:40:25 +02:00
Jorge Aparicio
7faeedd95a
move out most of text
...
see https://github.com/rust-embedded/book/pull/20
2018-09-08 22:37:43 +02:00
Jorge Aparicio
77a0685a17
move to cargo-generate; start with QEMU
2018-09-08 22:36:55 +02:00
Jorge Aparicio
666bf52748
bump dependencies
2018-09-03 16:57:03 +02:00
Jorge Aparicio
3e39a0b927
publish docs on GH pages
2018-08-27 17:44:55 +02:00
Jorge Aparicio
a79ea9bee7
bump dependencies to not depend on arm-none-eabi-gcc
2018-08-27 17:39:07 +02:00
Jorge Aparicio
55f44f21be
v0.3.3
2018-08-07 17:25:15 -05:00
Jorge Aparicio
ae503ee8fb
v0.3.2
2018-06-19 19:53:30 -05:00
Priit Laes
efb84ccf53
Update panic-semihosting dependency to 0.3.0
...
This is due to #[lang = "panic_fmt"] -> #[panic_implementation] breakage
2018-06-17 09:23:23 +03:00
Jorge Aparicio
7cb137968b
v0.3.1
2018-05-13 13:41:59 +02:00
Jorge Aparicio
91a894e369
v0.3.0
2018-05-12 21:06:19 +02:00
Jorge Aparicio
66c0c588b0
fix tests
2018-05-12 20:51:52 +02:00
Jorge Aparicio
0f139c386b
use published versions, doc up, update CHANGELOG
2018-05-12 20:41:42 +02:00
Jorge Aparicio
3a4a5be709
TODO: drop opt-level=s
2018-04-26 07:57:34 +02:00
Jorge Aparicio
8e79d05cc4
drop linker-flavor, port more examples
2018-04-26 05:27:03 +02:00
Jorge Aparicio
0e2ec97ce6
make the hello example work
2018-04-25 07:54:05 +02:00
Jorge Aparicio
f6988f1ced
use less unstable dependencies
2018-04-24 20:56:52 +02:00
Jorge Aparicio
3b2e5699f3
remove panic-itm dependency
2018-04-24 02:13:15 +02:00
Jorge Aparicio
2cd4ea31e5
bump the cortex-m-rt to v0.4.0
2018-04-24 01:24:06 +02:00
Jorge Aparicio
fb3f403be5
remove all mentions of Xargo
...
as you can use plain Cargo to do ARM Cortex-M development
2018-04-09 00:06:24 +02:00
Jorge Aparicio
578dfc7f86
v0.2.5
2018-02-26 22:31:17 +01:00
Jorge Aparicio
23ae289bf4
fix the allocator example
2018-02-26 22:27:52 +01:00
Jorge Aparicio
ba8994a2ed
use stable release of alloc-cortex-m
2018-02-26 21:49:25 +01:00
Kitlith
d002e0f239
Add comments to Cargo.toml/Xargo.toml.
...
This should make it easier to comment/uncomment stuff for the various
examples.
2018-02-24 18:28:53 -08:00
Kitlith
9f573d73b2
Update examples to newer svd2rust api.
...
Similarly, the cortex-m crate API was also updated.
2018-02-24 18:26:31 -08:00
Jorge Aparicio
bf91f60d40
v0.2.4
2018-01-26 11:39:18 +01:00
Jorge Aparicio
682fe4e77c
v0.2.3
2018-01-20 11:27:24 +01:00
Jorge Aparicio
3dc0cf09db
disable incremental compilation and parallel codegen in dev mode
2018-01-17 14:27:57 +01:00
Jorge Aparicio
59b8b866c7
bump the cortex-m-rt dependency
2018-01-17 14:26:42 +01:00
Jorge Aparicio
a8a02d9162
v0.2.1
2017-07-14 21:53:54 -05:00
Jorge Aparicio
805b63afb1
v0.2.0
2017-07-07 18:34:47 -05:00
Jorge Aparicio
9c37db3d3b
v0.1.8
2017-05-30 19:41:27 -05:00
Jorge Aparicio
ea13292cc4
bump cortex-m-rt version to v0.2.3; document the _stext symbol
2017-05-30 19:36:10 -05:00
Jorge Aparicio
96e0b4e96b
v0.1.7
2017-05-27 11:14:16 -05:00
Jorge Aparicio
f1329524c8
document how to use the heap and a dynamic allocator
2017-05-27 11:00:03 -05:00
Jorge Aparicio
c6fafaedc2
set default runner to arm-none-eabi-gdb
...
with this `xargo run` will build the program *and* immediately start a GDB
session.
2017-05-26 15:12:21 -05:00
Jorge Aparicio
82e36ffe13
v0.1.5
2017-05-16 10:25:30 -05:00
Jorge Aparicio
8aa495ac66
v0.1.4
2017-05-13 15:18:50 -05:00
Jorge Aparicio
9e44d099bd
v0.1.3
2017-05-13 12:00:39 -05:00
Jorge Aparicio
7260cd522c
add troubleshooting section
2017-05-13 11:45:01 -05:00
Jorge Aparicio
7fa559eeab
v0.1.2
2017-05-07 17:18:29 -05:00
whitequark
322c9e5341
Include debug information in release builds.
...
Without debug information, `tbreak cortex_m_rt::reset_handler` does not work:
rustc does not include the Rust support script directive, gdb does not load it,
and breakpoints can only be set on functions using their full mangled name.
2017-04-29 10:54:24 +00:00
Jorge Aparicio
365195df70
v0.1.1
2017-04-27 10:32:31 -05:00
Jorge Aparicio
a5125ac87e
turn into a Cargo crate
2017-04-25 20:47:56 -05:00
Jorge Aparicio
334786fc3f
all dependencies are dev-dependencies
2017-04-15 10:29:42 -05:00
Jorge Aparicio
4dd44a1cb1
no need to enable the cortex-m-rt/linker-script feature
...
as it's enabled by default
2017-04-13 11:53:17 -05:00
Jorge Aparicio
31be43c14c
update dependencies
2017-04-12 00:56:40 -05:00