WIP checkpoint

This commit is contained in:
Travis Geiselbrecht
2015-11-11 13:22:07 -08:00
parent 420c557c6e
commit 6475660350
6 changed files with 187 additions and 45 deletions

View File

@@ -100,6 +100,9 @@ void arch_init(void)
*REG32(DWT_CYCCNT) = 0;
*REG32(DWT_CTRL) |= 1; // enable cycle counter
#endif
printf("CONTROL 0x%x\n", __get_CONTROL());
printf("FPSCR 0x%x\n", __get_FPSCR());
printf("FPCCR 0x%x\n", FPU->FPCCR);
}
void arch_quiesce(void)