Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 409 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 409 Bytes

Embedded

This project comprise of all my embedded applications on 3 platforms: atmega, stm32 and raspberry pi. More details will be added soon.

Build

This project uses SCons build system. One can install it over pip:

pip install scons

Then its needed to install avr compiler:

sudo apt install -y avr-g++ avr-libc

Enter scons command to build all targets:

scons