lpc176x: Update code to use armcm_boot mechanism

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-08-21 20:27:15 -04:00
parent 6409eda058
commit 1022729a2a
9 changed files with 38 additions and 42 deletions

View File

@@ -4,10 +4,10 @@
//
// This file may be distributed under the terms of the GNU GPLv3 license.
#include "LPC17xx.h" // NVIC_SystemReset
#include "command.h" // DECL_CONSTANT
#include "sched.h" // sched_main
#include "board/misc.h" // timer_read_time
#include "command.h" // DECL_CONSTANT
#include "internal.h" // NVIC_SystemReset
#include "sched.h" // sched_main
DECL_CONSTANT_STR("MCU", "lpc176x");