Follow the reference to port the bootloader

This commit is contained in:
2025-09-28 01:14:06 +08:00
parent 422c27846f
commit bd541d585e
23 changed files with 712 additions and 1638 deletions

6
Inc/gpio.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef GPIO_H
#define GPIO_H
void gpio_init(void);
#endif // GPIO_H