implement USB console

This commit is contained in:
Joey Castillo
2021-08-28 13:35:52 -04:00
parent 39a5c822a2
commit 3e45de7dea
9 changed files with 356 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
#define GPIO_PIN_FUNCTION_H 7
#define GPIO_PIN_FUNCTION_I 8
#define VBUS_DET GPIO(GPIO_PORTA, 2)
#define VBUS_DET GPIO(GPIO_PORTA, 3)
#define SEG1 GPIO(GPIO_PORTA, 4)
#define SEG2 GPIO(GPIO_PORTA, 5)
#define SEG3 GPIO(GPIO_PORTA, 6)