Jorge Aparicio d41dd6a4c7 gdbinit: print demangled symbols by default
this change turns this:

``` console
(gdb) x/4 0x200003f0
0x200003f0 <_ZN3app2XS17h4b49405669958fd2E+1008>:       0x20000400      0x080004f5      0x00000000      0x00000001
```

into this:

``` console
(gdb) x/4 0x200003f0
0x200003f0 <app::XS+1008>:      0x20000400      0x080004f5      0x00000000      0x00000001
```
2017-11-25 01:12:17 +01:00
2017-07-11 19:01:40 -05:00
2017-07-14 21:53:54 -05:00
2017-04-25 20:47:56 -05:00
2017-03-12 13:01:08 -05:00
2017-07-14 21:53:54 -05:00
2017-07-14 21:53:54 -05:00
2017-07-07 18:34:47 -05:00
2017-03-12 13:01:08 -05:00
2017-03-12 13:01:08 -05:00
2017-07-07 18:34:47 -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.

Description
[Embedded Rust Book](https://docs.rust-embedded.org/book/intro/index.html) shenanigans
Readme 286 KiB
Languages
Rust 77.2%
Nix 11.7%
GDB 11.1%