Add lemp9

This commit is contained in:
Jeremy Soller
2020-01-09 20:16:05 -07:00
parent b962ed8771
commit 6d7f2807d5
41 changed files with 2684 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
#include <board/gctrl.h>
void gctrl_init(void) {
SPCTRL1 = 0x03;
BADRSEL = 0;
RSTS = 0x84;
}