summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2023-03-09Init NVIC alongside with UARTsOxore
2023-03-09Fix compilation with optimization on GentooOxore
2023-03-09Impl UART buffering (still not tested)Oxore
2023-03-07Begin implementing serial descriptorsOxore
2023-03-07Move retarget.cpp to where it belongsOxore
2023-03-07Add hex generation and print size after buildOxore
2023-03-07Get rid of libc, take just parts of itOxore
2023-03-06Reduce include path pollutionOxore
2023-03-06Move FreeRTOS handlers to retarget.cppOxore
2023-03-05Fix warnings, part2Oxore
2023-03-05Fix warnings, part 1Oxore
2023-03-05Split app code and third party librariesOxore
2023-03-05Restructure toolchain fileOxore
2023-03-04USART1 worksOxore
2022-10-09Add CMakeLists.txt and make it compile with GCCOxore