Starting Point

This commit is contained in:
Hannes
2025-10-26 15:21:48 +01:00
parent 788ca8b1c0
commit 532c3fc295
21 changed files with 631 additions and 0 deletions

1
include/arch/bsp/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
# empty gitignore

View File

@@ -0,0 +1,8 @@
#ifndef YELLOW_LED_H
#define YELLOW_LED_H
void init_yellow(void);
void yellow_on(void);
void yellow_off(void);
#endif

1
include/arch/cpu/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
# empty gitignore