Skip to content
Snippets Groups Projects
Commit 5b452a5f authored by swym's avatar swym
Browse files

make .elf execution build-time configurable

parent 67b113ce
No related branches found
No related tags found
1 merge request!206make .elf execution build-time configurable
......@@ -127,6 +127,7 @@ static int do_load(struct load_info *info)
case PL_PYTHON_INTERP:
core1_load(PYCARDIUM_IVT, info->name);
break;
#if defined(JAILBREAK_CARD10) && (JAILBREAK_CARD10 == 1)
case PL_L0DABLE:
res = l0der_load_path(info->name, &l0dable);
if (res != 0) {
......@@ -137,6 +138,7 @@ static int do_load(struct load_info *info)
core1_load(l0dable.isr_vector, "");
break;
#endif
default:
LOG_ERR("lifecyle",
"Attempted to load invalid payload (%s)",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment