first commit

This commit is contained in:
Ajit Ananthadevan 2026-01-25 20:35:21 +11:00
commit d42ba1aff6
30 changed files with 2790 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#include "ti_msp_dl_config.h"
int main(void)
{
SYSCFG_DL_init();
while (1) {
}
}