[ion] Add TODO on Reset::jump

This commit is contained in:
Émilie Feral
2019-03-21 13:57:51 +01:00
parent 02317a7659
commit d68c568e8d

View File

@@ -14,6 +14,7 @@ void core() {
}
void jump() {
// TODO: shutdown all clocks and peripherial to mimic a hardware reset
// Disable cache before reset
Ion::Device::Cache::disableDCache();
Ion::Device::Cache::disableICache();