Open
Description
We need to reconfigure the trap frame via feature flags. This is especially relevant for:
- RV32E targets (see
riscv-rt
: Assembly algorithm for RAM init incompatible with upcoming RVE extension (future proofing) #189) - ESP32Cx targets (see this issue in
esp-hal
)
Additionally, I foresee another breaking change: changing the order of the trap frame to follow the x
order (from x0
to x31
). As far as I know, this is required for ESP32Cx devices. Maybe @bjoernQ can confirm this to us.
Metadata
Metadata
Assignees
Labels
No labels