388: Update readme.md with additional training material r=adamgreig a=apollolabsdev
I added a blog resource to the list that could be valuable to learners interested in learning HAL topics. I personally found it hard to navigate the different HALs when starting out based on the existing resources. I created the added blog in the hope to help newcomers that could be in the same position I was in. It's a blog I update on weekly basis with a new topic relevant to embedded Rust. This is the link https://apollolabsblog.hashnode.dev/series/stm32f4-embedded-rust-hal
On a side note, I had attempted to submit a pull request before though I think I did something wrong where it didn't make it through somehow.
Co-authored-by: apollolabsdev <104051566+apollolabsdev@users.noreply.github.com>
I added a blog resource to the list that could be valuable to learners interested in learning HAL topics. I personally found it hard to navigate the different HALs when starting out based on the existing resources. I created the added blog in the hope to help newcomers that could be in the same position I was in. It's a blog I update on weekly basis with a new topic relevant to embedded Rust. This is the link https://apollolabsblog.hashnode.dev/series/stm32f4-embedded-rust-hal
On a side note, I had attempted to submit a pull request before though I think I did something wrong where it didn't make it through somehow.
387: add `m95320` peripheral crate r=eldruin a=Jonahss
Hi! I've published my first rust crate. I couldn't find an existing one for the EEPROM chip I'm using.
Co-authored-by: Jonah Stiennon <jonahss@gmail.com>
386: Added usbd-human-interface-device r=eldruin a=dlkj
https://github.com/dlkj/usbd-human-interface-device
Added with all the other usbd/usb HID libraries rather than just appending. Hope that is ok.
Co-authored-by: Daniel Kenyon-Jones <github@dlkj.co.uk>
384: Add efm32-rs project to Silicon Labs group r=eldruin a=vpetrigo
- Add info about efm32-rs project and related EFM32 MCU crates
Co-authored-by: Vladimir Petrigo <vladimir.petrigo@gmail.com>
383: Add moonboot Update Bootloader Framework r=jamesmunns a=jhbruhn
This adds an entry for the moonboot bootloader framework to the no_std library list.
Co-authored-by: Jan-Henrik Bruhn <github@jhbruhn.de>
377: Add PAC194X Driver Crate r=eldruin a=kiranshila
I just finished writing a quick blog post about this crate and the project it is a apart of. It's tested and working with a quick example in the readme.
Co-authored-by: Kiran Shila <me@kiranshila.com>
I just finished writing a quick blog post about this crate and the project it is a apart of. It's tested and working with a quick example in the readme.
376: add nucleo-h743zi repo r=eldruin a=astraw
Hi, it would be great to add the nucleo-h743zi repo to the list. Please let me know if you need more information.
Co-authored-by: Andrew Straw <strawman@astraw.com>
375: Add Espressif content r=adamgreig a=SergioGasquez
Minor updates and add:
- Books: The Rust on ESP Book and Ferrous Systems' Embedded Rust on Espressif. `@Mirabellensaft` let me know if you are ok with including Ferrous System book
- PACs: esp32,esp32c3,esp32s2,esp32s3,esp8266
- HALs: esp-idf-hal and esp-hal
Co-authored-by: Sergio Gasquez <sergio.gasquez@gmail.com>
373: Add grove matrix led my-9221 driver r=eldruin a=pyaillet
Hi !
Thank you for pulling this list together.
This PR adds the [Grove matrix led driver](https://github.com/pyaillet/grove-matrix-led-my9221-rs)
Co-authored-by: Pierre-Yves Aillet <pyaillet@gmail.com>
372: Add Ft6x36 touch screen driver r=eldruin a=pyaillet
Hi !
Thank you for pulling this list together.
This PR adds the [Ft6x36 I2C Touch Screen driver](https://github.com/pyaillet/ft6x36-rs)
Co-authored-by: Pierre-Yves Aillet <pyaillet@gmail.com>