Unverified Commit 1e9c0040 authored by bors[bot]'s avatar bors[bot] Committed by GitHub
Browse files

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: default avatarScott Mabin <scott@mabez.dev>
parents 8bd0d5ca 784643e0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment