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
2017-04-25 20:47:56 -05:00
2017-04-25 20:47:56 -05:00
2017-04-27 10:32:31 -05:00
2017-04-10 09:34:37 -05:00
2017-04-25 20:47:56 -05:00
2017-03-12 13:01:08 -05:00
2017-04-27 10:32:31 -05:00
2017-04-25 20:47:56 -05:00
2017-03-12 13:01:08 -05:00
2017-03-12 13:01:08 -05:00
2017-04-27 10:32:31 -05:00
2017-04-25 20:47:56 -05:00

cortex-m-quickstart

A template for building applications for ARM Cortex-M microcontrollers

Documentation

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Languages
Rust 62.1%
GDB 37.9%