mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 03:29:58 +02:00
[ion] Board: remove shutdown method
- It should shutdown the ExternalFlash - But it cannot be done in one function because some code need to be in the external flash and some other in the internal flash.
This commit is contained in:
@@ -18,11 +18,6 @@ namespace Board {
|
||||
|
||||
using namespace Regs;
|
||||
|
||||
void shutdown() {
|
||||
shutdownPeripherals();
|
||||
shutdownClocks();
|
||||
}
|
||||
|
||||
void initFPU() {
|
||||
// http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0553a/BABDBFBJ.html
|
||||
CORTEX.CPACR()->setAccess(10, CORTEX::CPACR::Access::Full);
|
||||
|
||||
@@ -6,7 +6,6 @@ namespace Device {
|
||||
namespace Board {
|
||||
|
||||
void init();
|
||||
void shutdown();
|
||||
|
||||
void initFPU();
|
||||
void initClocks();
|
||||
|
||||
Reference in New Issue
Block a user