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

Smoothieware/smoothie-nuttx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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.