This is the repository for Klik firmware. Go to wiki section of this repository to learn about Klik, or jump straight into docs / guide.
You can directly download newest binary file from releases section.
To build the project, make necessary changes in CMakeLists.txt, create build directory, switch to it and run "cmake .." Then use you can use "make" in build directory or configure it in IDE.
You also might need Lwip downloaded.
More detailed instructions coming soon...