tock / elf2tab

Tool to create Tock Application Bundles from ELF files.
MIT License
15 stars 33 forks source link

riscv: ensure total length is multiple of 4 #81

Closed bradjc closed 1 year ago

bradjc commented 1 year ago

This is needed to meet PMP requirements.

https://github.com/tock/tock/issues/3544

https://github.com/tock/tock/pull/3597