Added more enums handling UART/USART functionality

This commit is contained in:
2025-09-06 20:55:25 -07:00
parent d763965cb8
commit a0ef9c8b32
6 changed files with 124 additions and 37 deletions

View File

@@ -34,6 +34,7 @@ set(PROJECT_INCLUDE_DIRECTORIES
SHAL/Include/Peripheral/Timer/Reg
SHAL/Include/Peripheral/GPIO
SHAL/Include/Peripheral/GPIO/Reg
SHAL/Include/Peripheral/GPIO/UART
SHAL/Include/Peripheral/EXT/
${CMAKE_CURRENT_SOURCE_DIR}/SHAL/Include
)