diff --git a/ion/src/device/shared/drivers/reset.cpp b/ion/src/device/shared/drivers/reset.cpp index 1205462bf..924dfd993 100644 --- a/ion/src/device/shared/drivers/reset.cpp +++ b/ion/src/device/shared/drivers/reset.cpp @@ -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();