Commit Graph

6 Commits

Author SHA1 Message Date
fbd9bccfa9
Dump board files 2021-05-09 13:03:27 +03:00
Rihards Skuja
0d28903b2c
Fix code duplication between both code bases
Both the robot and the base station had a lot of code that was
identical, like data structs, constants, radio library etc. The chosen
solution was to extract all shared code into a static library and link
the station and robot against it.
2018-01-20 22:51:44 +02:00
Rihards Skuja
6c94180d77
Ignore build files and objects 2018-01-19 18:19:24 +02:00
Rihards Skuja
99b1d29b4c
Refactor project structure 2017-11-24 13:29:36 +02:00
Rihards Skuja
fa0b9ff982 Rework Makefile 2017-11-22 12:48:15 +02:00
Rihards Skuja
59f63e6c43 Initial commit 2017-11-10 12:40:19 +02:00