mcuboot/sim/mcuboot-sys/src
David Brown a706317769 sim: Increase jmpbuf size
Increase the size of the jmpbuf to accomodate other architectures.
Unfortunately, the size of this is not available in the libc crate.
Increase this so encompass any platforms we wish to support, including
aarch64 on both Linux and MacOS.

Increasing an array beyond 32 means there is no default offered, so
implement this manually.

Signed-off-by: David Brown <david.brown@linaro.org>
2024-06-26 16:43:56 -06:00
..
api.rs sim: Increase jmpbuf size 2024-06-26 16:43:56 -06:00
area.rs sim: Don't take address of movable struct 2024-06-26 16:43:56 -06:00
c.rs sim: Increase jmpbuf size 2024-06-26 16:43:56 -06:00
lib.rs sim: Test ram-loading with DIRECT_XIP 2021-07-19 11:22:13 -06:00