Device: Add Coremini script upload function

This commit is contained in:
Yasser Yassine
2023-03-08 18:58:38 +00:00
parent 9b46d486cb
commit bf6a059820
42 changed files with 363 additions and 55 deletions
@@ -35,6 +35,10 @@ private:
1 // 2
);
}
std::optional<MemoryAddress> getCoreminiStartAddressSD() const override {
return 0;
}
};
}
@@ -33,6 +33,10 @@ private:
1 // 3
);
}
std::optional<MemoryAddress> getCoreminiStartAddressSD() const override {
return 0;
}
};
}