From d68c568e8de6f010565ebb4ca3ff7cecd728f9c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Thu, 21 Mar 2019 13:57:51 +0100 Subject: [PATCH] [ion] Add TODO on Reset::jump --- ion/src/device/shared/drivers/reset.cpp | 1 + 1 file changed, 1 insertion(+) 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();