10000 GitHub - chenbo-again/rust-nuttx: Rust Stub Library for Apache NuttX OS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chenbo-again/rust-nuttx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Stub Library for Apache NuttX OS

Read the articles...

This is a Stub Library, the actual Rust code is at...

Install Library

To add this repo to your NuttX project...

pushd nuttx/nuttx/libs
git submodule add https://github.com/lupyuen/rust-nuttx librust
popd

Ne 6140 xt update the Makefiles and Kconfig...

Then update the NuttX Build Config...

## TODO: Change this to the path of our "incubator-nuttx" folder
cd nuttx/nuttx

## Preserve the Build Config
cp .config ../config

## Erase the Build Config
make distclean

## For BL602: Configure the build for BL602
./tools/configure.sh bl602evb:nsh

## For ESP32: Configure the build for ESP32.
## TODO: Change "esp32-devkitc" to our ESP32 board.
./tools/configure.sh esp32-devkitc:nsh

## Restore the Build Config
cp ../config .config

## Edit the Build Config
make menuconfig 

In menuconfig, enable the Rust Library under "Library Routines".

About

Rust Stub Library for Apache NuttX OS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 57.6%
  • C 42.4%
0