From a9128c11f5de9c24a583c1d2bb867c14732a27e5 Mon Sep 17 00:00:00 2001 From: Jackson Utsch Date: Sat, 11 Jun 2022 20:30:24 -0700 Subject: [PATCH 1/2] Add nrf-rs/nrf-hal --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 18cd288..a0b253a 100644 --- a/README.md +++ b/README.md @@ -548,6 +548,9 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [japaric/xargo](https://github.com/japaric/xargo) — effortless cross compilation of Rust programs to custom bare-metal targets like ARM Cortex-M [![build badge](https://api.travis-ci.org/japaric/xargo.svg?branch=master)](https://travis-ci.org/japaric/xargo) * Espressif * [esp-rs](https://github.com/esp-rs) home to a number of community projects enabling the use of the Rust programming language on various SoCs and modules produced by Espressif Systems. +* nRF + * [nrf-rs/nrf-hal](https://github.com/nrf-rs/nrf-hal) — A Rust HAL for the nRF family of devices +[![build badge](https://api.travis-ci.org/nrf-rs/nrf-hal.svg?branch=master)](https://travis-ci.org/nrf-rs/nrf-hal) * Raspberry Pi * [Ogeon/rust-on-raspberry-pi](https://github.com/Ogeon/rust-on-raspberry-pi) — instructions for how to cross compile Rust projects for the Raspberry Pi . From 5bb4f5aba204fd6e061257b946f1654b0014f650 Mon Sep 17 00:00:00 2001 From: Jackson Utsch Date: Sun, 12 Jun 2022 06:58:47 -0700 Subject: [PATCH 2/2] Remove whitespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0b253a..dba1b5c 100644 --- a/README.md +++ b/README.md @@ -549,7 +549,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * Espressif * [esp-rs](https://github.com/esp-rs) home to a number of community projects enabling the use of the Rust programming language on various SoCs and modules produced by Espressif Systems. * nRF - * [nrf-rs/nrf-hal](https://github.com/nrf-rs/nrf-hal) — A Rust HAL for the nRF family of devices + * [nrf-rs/nrf-hal](https://github.com/nrf-rs/nrf-hal) — A Rust HAL for the nRF family of devices [![build badge](https://api.travis-ci.org/nrf-rs/nrf-hal.svg?branch=master)](https://travis-ci.org/nrf-rs/nrf-hal) * Raspberry Pi * [Ogeon/rust-on-raspberry-pi](https://github.com/Ogeon/rust-on-raspberry-pi) — instructions for how to cross compile Rust projects for the Raspberry Pi .