You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Georg Lippitsch edited this page May 9, 2019
·
1 revision
Getting started
Currently, Cicada is developed and tested on the STM Nucleo-F103RB evaluation board. The following steps describe how to compile and run examples on this environment.
Requirements:
ARM GCC
Meson + Ninja build system
Git
stlink
Building
Clone the git repository: git clone https://github.com/EnAccess/Cicada.git
Go to the Cicada directory and init the required git dependencies: cd Cicada git submodule init git submodule update