From 5312265b1d46625d5a5c3ecf7963fd63cf9b91a2 Mon Sep 17 00:00:00 2001 From: Scott Mabin Date: Wed, 19 Dec 2018 00:04:30 +0000 Subject: [PATCH 1/2] Change stm32l432xx-hal to stm32l4xx-hal, as the former has been superceded by the latter --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 276ee05..79414a5 100644 --- a/README.md +++ b/README.md @@ -190,8 +190,8 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]! - [`stm32l151-hal`](https://crates.io/crates/stm32l151-hal) - ![crates.io](https://img.shields.io/crates/v/stm32l151-hal.svg) -- [`stm32l432xx-hal`](https://crates.io/crates/stm32l432xx-hal) - ![crates.io](https://img.shields.io/crates/v/stm32l432xx-hal.svg) - - Has examples that can run on boards like the [Nucleo-L432KC] and similar boards +- [`stm32l4xx-hal`](https://crates.io/crates/stm32l4xx-hal) - ![crates.io](https://img.shields.io/crates/v/stm32l4xx-hal.svg) + - Generic hal support for stm32l4 devices, has examples that can run on boards like the [Nucleo-L432KC] and similar boards [Nucleo-L432KC]: https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-nucleo/nucleo-l432kc.html From a99c70193360104cf1a84343bfd59f0b219c36a2 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Wed, 19 Dec 2018 13:42:15 +0100 Subject: [PATCH 2/2] Add WIP APDS9960 proximity, light, rgb and gesture sensor driver --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 276ee05..dceff09 100644 --- a/README.md +++ b/README.md @@ -401,7 +401,8 @@ Work in progress drivers. Help the authors make these crates awesome! - [DS323x] - I2C/SPI - Real-time clocks (RTC): DS3231, DS3232 and DS3234 - ![crates.io](https://img.shields.io/crates/v/ds323x.svg) - [ADS1x1x] - I2C - 12/16-bit ADCs like ADS1013, ADS1015, ADS1115, etc. - ![crates.io](https://img.shields.io/crates/v/ads1x1x.svg) - [pwm-pca9685] - I2C - 16-channel, 12-bit PWM/Servo/LED controller - ![crates.io](https://img.shields.io/crates/v/pwm-pca9685.svg) -- [AS5048A] - SPI - AMS AS5048A Magnetic Rotary Encoder +- [AS5048A] - SPI - AMS AS5048A Magnetic Rotary Encoder +- [APDS9960] - I2C - Proximity, ambient light, RGB and gesture sensor [MFRC522]: https://github.com/japaric/mfrc522 @@ -454,6 +455,7 @@ Work in progress drivers. Help the authors make these crates awesome! [ADS1x1x]: https://crates.io/crates/ads1x1x [pwm-pca9685]: https://crates.io/crates/pwm-pca9685 [AS5048A]: https://github.com/uwearzt/as5048a +[APDS9960]: https://github.com/eldruin/apds9960-rs ## no-std crates