This is an automated email from the ASF dual-hosted git repository.

utzig pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from 9609bf5  hw/mcu/dialog: Make 1V8 and 1V8P rails configurable
     new 838cee6  apps/rust_blinky: Add blinky app using Rust language
     new 529d38f  apps/rust_blinky: Use bindgen to convert C-header to Rust

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 apps/rust_blinky/Cargo.toml                        | 31 ++++++++++
 apps/rust_blinky/build.rs                          | 69 ++++++++++++++++++++++
 apps/rust_blinky/cargo_build.sh                    | 36 +++++++++++
 apps/{flash_loader => rust_blinky}/pkg.yml         | 13 ++--
 .../rust_blinky/src/bindings.rs                    |  8 ++-
 apps/rust_blinky/src/lib.rs                        | 54 +++++++++++++++++
 .../temp_nrf52.h => apps/rust_blinky/wrapper.h     |  9 ++-
 7 files changed, 211 insertions(+), 9 deletions(-)
 create mode 100644 apps/rust_blinky/Cargo.toml
 create mode 100644 apps/rust_blinky/build.rs
 create mode 100755 apps/rust_blinky/cargo_build.sh
 copy apps/{flash_loader => rust_blinky}/pkg.yml (81%)
 copy hw/drivers/temp/temp_nrf52/include/temp_nrf52/temp_nrf52.h => 
apps/rust_blinky/src/bindings.rs (75%)
 create mode 100644 apps/rust_blinky/src/lib.rs
 copy hw/drivers/temp/temp_nrf52/include/temp_nrf52/temp_nrf52.h => 
apps/rust_blinky/wrapper.h (79%)

Reply via email to