summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2023-03-09Add stdin -> wifi stream, disable tubes for nowOxore
2023-03-09Fix UART buffering, now it worksOxore
2023-03-09Init NVIC alongside with UARTsOxore
2023-03-09Rewrite ring buffer loopsOxore
Somehow the loops turned out to be infinite.
2023-03-09Impl UART buffering (still not tested)Oxore
2023-03-07Convert more of cp1251 -> utf-8Oxore
2023-03-07Begin implementing serial descriptorsOxore
2023-03-07Move retarget.cpp to where it belongsOxore
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-06Enable tube related threadsOxore
2023-03-05Fix warnings, part2Oxore
2023-03-05Fix warnings, part 1Oxore
2023-03-05Split app code and third party librariesOxore