Commit 5137b0a
Merge #81
81: Trap handler override improvments r=almindor a=MabezDev
* Add ability to override trap handling mechanism
* Previously, `_start_trap` was marked as weak, which when compiled
into a static archive, that information is ignored.
* Now by default we `PROVIDE` the default trap handler, if another one
has not been specified from another crate.
* Mark the fields of `Vector` public, for use outside of `riscv-rt`
Co-authored-by: Scott Mabin <[email protected]>File tree
27 files changed
+11
-6
lines changed- riscv-rt
- bin
- src
27 files changed
+11
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
129 | | - | |
| 127 | + | |
130 | 128 | | |
131 | | - | |
| 129 | + | |
132 | 130 | | |
133 | 131 | | |
134 | 132 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments