lupyuen / pinetime-rust-mynewt

PineTime Smart Watch firmware based on Rust and Apache Mynewt OS
https://lupyuen.github.io/articles/sneak-peek-of-pinetime-smart-watch-and-why-its-perfect-for-teaching-iot
Apache License 2.0
213 stars 54 forks source link

Add rust dependency repos as submodules #6

Closed utzig closed 4 years ago

utzig commented 4 years ago

This allows users to clone the dependencies automatically:

git clone --recurse-submodules https://github.com/lupyuen/pinetime-rust-mynewt

or they can be installed later with:

git submodule update --init

lupyuen commented 4 years ago

Tested, works great now. Thanks!