Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 619 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 619 Bytes

Introduction

This is the repository for Klik firmware. Go to wiki section of this repository to learn about Klik, or jump straight into docs / guide.

Binaries

You can directly download newest binary file from releases section.

Building

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...