Add Makefile support for more output binaries, add clock test

This commit is contained in:
2020-04-18 12:18:32 -07:00
parent ef23f1d03a
commit acba841bf1
6 changed files with 195 additions and 262 deletions

View File

@@ -259,6 +259,8 @@ Reset_Handler:
bl SystemInit
#endif
bl __init_array
#ifndef __START
#define __START _start
#endif

View File

@@ -259,6 +259,8 @@ Reset_Handler:
bl SystemInit
#endif
bl __init_array
#ifndef __START
#define __START _start
#endif