Changing microcontroller execution. Used to support 2 or more firmware binaries be executed by the same microcontroller.
jmp_goto_address
: to jump from a firmware address to another.jmp_validate_partition
: to validate a memory partition.jmp_validate_firmware
: to validate the firmware code.
- Add
lib-jmp
to you project. - Add
lib-ifm
andlib-crypto
to your project. - Modify the
lib_jmp_config.h.example
as needed and rename itlib_jmp_config.h