# smoothie-nuttx **Repository Path**: dougfii/smoothie-nuttx ## Basic Information - **Project Name**: smoothie-nuttx - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-05 - **Last Updated**: 2023-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.