Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 481 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 481 Bytes

smoothie-nuttx

A version of nuttx used by smoothie-v2

This is preconfigured to include all drivers that are required for smoothie to operate.

To build and export the library for the Bambino

cd nuttx/tools
./configure.sh bambino-200e/smoothiedev
cd ..
make export

for mini alpha

cd nuttx/tools
./configure.sh smoothiev2-mini-alpha/smoothiedev
cd ..
make export

Then unzip the resulting nuttx-export.zip into the top of the directory you want to develop in.