Commit Graph

568 Commits (6771759db7e5796c410d8b0169b0a6ce27facc6b)

Author SHA1 Message Date
Alex Williams 6418ea97c0
Merge branch 'master' into add-sram23x 3 years ago
Mathias c92edbce2c Add embedded-storage and embedded-nal to component abstraction crates 4 years ago
Alex Williams 3975caa929
Add link to Microchip 23x SRAM driver and blog post 4 years ago
Dion Dokter 5c7a0aacde
Added device-driver crate
I've made a crate that can help you create device drivers. Currently it can only be used for register definitions, but I'm planning on doing more.
I'd love to get some more eyeballs on this and adding it to this list seems like a good step.
4 years ago
Johannes Barre a1acc2c5a6
Removed Fork for AVR link
This project has been merged to upstream and is deprecated.
4 years ago
Logiase 96332257b7
fix URL 4 years ago
Kyle 6c5e9bd6e8
Fix BluePill broken link
Use new url: stm32duinoforum.com
4 years ago
Raphael O 7671fdaf90
Update README.md 4 years ago
Raphael O 659f11f595
Update README.md 4 years ago
Michael Nitschinger a5df246763
Update README.md 4 years ago
Diego Barrios Romero 369a06f956 Release CCS811 indoor air quality sensor 4 years ago
Ferdia McKeogh c91563d2ac
Add AHT20 4 years ago
bors[bot] cb10ae58e7
Merge #296
296: Add static-bytes crate link r=jamesmunns a=xoac



Co-authored-by: Sylwester Rąpała <sylwesterrapala@outlook.com>
4 years ago
Sylwester Rąpała a632ce126c
Add static-bytes crate link 4 years ago
Michael Beaumont 4eb60cc561
Add dht-sensor 4 years ago
bors[bot] 2e8b4ad5b3
Merge #291
291: Add gdbstub r=adamgreig a=daniel5151

Add `gdbstub` to this list of no-std crates.

`gdbstub` is a `#![no_std]`compatible (and `alloc` free) implementation of the GDB remote serial protocol in Rust.

Co-authored-by: Daniel Prilik <danielprilik@gmail.com>
4 years ago
Diego Barrios Romero 7e6bd85472 Add portable CRC and SMBus PEC crates 4 years ago
Karl Thorén 5dbff48b7a
Add Adafruit-7segment Driver 4 years ago
Marc Poulhiès 2080e571f0
Apply suggestions from code review
Add crates.io label to epd-waveshare crate.

Co-authored-by: Daniel Egger <daniel@eggers-club.de>
4 years ago
Marc Poulhiès 4ea9792210 Update link for waveshare e-ink crate
The crate was moved.
4 years ago
Daniel Prilik 98643d4e43 Add gdbstub 4 years ago
Ioan Herisanu 3f6a67b801 Add ltr-559 4 years ago
Diego Barrios Romero 3c389747e2 Add WIP MLX9061x infrared temperature sensor driver 4 years ago
TheZoq2 e3b2362ca9 add a note on why the old materials section is there 4 years ago
TheZoq2 18ceddcc4a Clean up the training materials section 4 years ago
Pablo Deymonnaz bb02c92e05
Fix typo in lpc845-pac crate link 4 years ago
Michael van Niekerk 938dd0a039
Remove space 4 years ago
Michael van Niekerk b0f1a62c65
Add Microchip 25LCxxx driver 4 years ago
Gus Wynn 3159863eb9
Add link to Arduino Nano 33 IoT support
I just finished adding this crate, so I figured I'd add a link, in the same section as boards in the same repo
4 years ago
bors[bot] 2034b798ec
Merge #282
282: Remove reference to emosenkis/esp8266-hal r=berkus a=emosenkis

It has been deprecated in favor of work towards directly supporting Xtensa in rustc which is already mentioned here.

Co-authored-by: Eitan Mosenkis <eitan@mosenkis.net>
4 years ago
Mathias Koch 432c3e788a Merge branch 'master' of github.com:MathiasKoch/awesome-embedded-rust 4 years ago
Mathias Koch 7f7f7cdcbe Add atat, and ublox-cellular 4 years ago
Michael van Niekerk bb80c629d5
Microchip TC72, Analog Devices ADXL313
Microchip TC72, Analog Devices ADXL313 crates
4 years ago
Eitan Mosenkis f22805bf8d
Remove reference to emosenkis/esp8266-hal
It has been deprecated in favor of work towards directly supporting Xtensa in rustc which is already mentioned here.
4 years ago
David O'Connor c045e02c1b Fixed typo 4 years ago
David O'Connor 0e272a636a Git troubleshooting 4 years ago
David O'Connor 1d70c3a0b2 Add anyleaf ph module driver 4 years ago
trembel c83849cae8
Change RTFM to RTIC
Changing RTFM to RTIC.  RTFM for MSP430 doesn't seem to be maintained and has not made the change to RTIC
4 years ago
Jacob Rosenthal bb3bf29f5c
Add hf2 and uf2 tools for microsoft/adafruit boards 4 years ago
Tyler Holmes a251d17a10 also update table of contents 4 years ago
Tyler Holmes 31470d1780 add boards from atsamd repo 4 years ago
Johan Kristell 5af806042e Add Adafruit feather-f405 board 4 years ago
David Goodlad fb0705ef5c
Add 1bitsy board support crate
I've been working on a board support crate for the [1bitsy](https://1bitsy.org/) board, which is based on an STM32F415 MCU. The board is relatively simple, so there's only a few things to abstract:

* one LED
* one Button
* a 25MHz high-frequency external clock source
4 years ago
David Haig b86181d53b Add embedded-websocket crate 4 years ago
bors[bot] 397d9f8617
Merge #272
272: Add FreeRTOS-rust r=adamgreig a=Niondir



Co-authored-by: Tobias Kaupat <tobiall@niondir.de>
4 years ago
Justin Moon 521d9e19e0 Add lvgl-rs 4 years ago
Tobias Kaupat a8b38b425c
Add FreeRTOS-rust 4 years ago
Mendelt Siebenga f8b90619f5 add MCP4725 work in progress driver 4 years ago
Diego Barrios Romero 98a1918ce7 Add MAX3010x heart rate/pulse oximeter sensor 4 years ago
Diego Barrios Romero 479a3ca306 Add WIP BMI160, HRS3300, HDC20xx, ISL29125, MAX170xx 4 years ago
bors[bot] 48bfca5cce
Merge #267
267: Tools: Add cargo-flash and cargo-embed r=therealprof a=dbrgn



Co-authored-by: Danilo Bargen <mail@dbrgn.ch>
4 years ago
Danilo Bargen e1ef74695e no_std crates: Add debouncr 4 years ago
Danilo Bargen e2043bf8d1 Tools: Add cargo-flash and cargo-embed 4 years ago
KENTARO OKUDA 0ed7433811 Fix a Typo 4 years ago
KENTARO OKUDA 1ec78b1216 Add WIP LSM9DS1 4 years ago
KENTARO OKUDA 870c0ac57c Add MAX6955 Driver 4 years ago
bors[bot] 3d473cc0e4
Merge #246
246: Add endian_codec crate r=jamesmunns a=xoac

I crate no_std crate. Maybe someone find it useful

Co-authored-by: Sylwester Rąpała <sylwesterrapala@outlook.com>
4 years ago
bors[bot] 4a7b01cf29
Merge #250
250: Added Ambiq Apollo 1,2,3p PAC r=jamesmunns a=trembel



Co-authored-by: trembel <silvano.cortesi@hotmail.com>
4 years ago
James Munns 58ff5f6680
Merge branch 'master' into st7789 4 years ago
Hanno Braun 18f3ad94a3
Move DW1000 driver out of WIP section
It finally has an introductory article now.
4 years ago
Sylwester Rąpała e5eb4d445a
fix typo 4 years ago
YuhanLiin 023b1ec624 Add msp430fr2355 and msp430fr2x5x-hal 4 years ago
Ales Katona ef42002b90
add the st7789 driver 4 years ago
Jan Teske 68726cb06c Add microfft
This commit adds the microfft FFT library to the list of `no_std`
crates.

- crate: https://crates.io/crates/microfft
- repository: https://gitlab.com/ra_kete/microfft-rs
4 years ago
Berkus Decker 8d8cd4b480
Merge branch 'master' into imxrt-rs 4 years ago
bors[bot] fc07a13153
Merge #255
255: Add MIDI driver crate r=therealprof a=wjakobczyk



Co-authored-by: Wojciech Jakóbczyk <wjakobczyk@users.noreply.github.com>
4 years ago
Wojciech Jakóbczyk a13f4d13ba
Add crates.io badge to ST7920 4 years ago
Wojciech Jakóbczyk 03f6b4f7bc
Add crates.io badge 4 years ago
Wojciech Jakóbczyk e16b396c98
Add ST7920 LCD driver 4 years ago
Wojciech Jakóbczyk 9529350d77
Add MIDI driver crate 4 years ago
Tom Burdick 54c659f00f Add links for i.mx rt related crate (imxrt-rs) 4 years ago
James Munns 758a3925ee Add section for community chat rooms 4 years ago
Ingmar Jager 1c41d7244e
Add ADXL355 driver crate 4 years ago
Danilo Bargen 80364cf2e1 Drivers: Add SHTCx 4 years ago
trembel 2ea2f87045
Added Ambiq Apollo 1,2,3p PAC 4 years ago
Alexey Galakhov 906858e347
Trivial formatting fix for avr-hal 4 years ago
Alexey Galakhov 60f9f17891
Add proper crates.io links to all usbd crates 4 years ago
Alexey Galakhov 664419cc19
Add more USB class crates
Two more USB class crates are `usbd-midi` that implements MIDI class and `usbd-hid-device` which also provides USB HID but tries to be totally safe.
4 years ago
David Sawatzke abee5f86b9 Add embedded-morse 4 years ago
Twitch 6cea0e4b27
Add USB crates 4 years ago
Sylwester Rąpała c63f1110d8
Add endian_codec crate 4 years ago
cs2dsb 8c8fa33453 Swap max31855 to one published on crates.io
The max31855 repo previously listed isn't published on crates.io and uses an old version of the hal.
I've uploaded a similar (slightly different api to suit my tastes and better support multiple spi devices on the same pins) crate and published it on crates.io.
4 years ago
Jonas Schievink e03eda40a5
Add the `irq` crate 4 years ago
Vadim Kaushan 76e5cafb23
Update table of contents 4 years ago
Vadim Kaushan 2222a5703f
Add HAL and BSPs for GD32V 4 years ago
James Munns 37c310bc78
Add link 5 years ago
James Munns 6b1ddb826e
Add bitmatch 5 years ago
Jesse Braham 660e042ae8 Document ATSAMD11 support via atsamd-rs 5 years ago
James Munns de3bbff9b9 Alphabetize and number some categories 5 years ago
James Munns 8fcb4dfef2
Merge branch 'master' into hub75 5 years ago
James Munns 692e4c0b1a
Merge branch 'master' into add-r502-link 5 years ago
bors[bot] ecab615996
Merge #235
235: Add lpc845-pac & hal r=jamesmunns a=david-sawatzke

Lpc845 support was added to lpc82x-hal, so it was renamed lpc8xx-hal.

Also fixes a broken link

Co-authored-by: David Sawatzke <david-sawatzke@users.noreply.github.com>
5 years ago
bors[bot] fa6efef0dc
Merge #233
233: atsamd-rs has ATSAME54 support r=jamesmunns a=mvniekerk

The atsamd-rs repo now has Microchip ATSAME54 support. 

Co-authored-by: Michael van Niekerk <mvniekerk@chazaqdev.com>
5 years ago
Diego Barrios Romero 378ca14d0e Add WIP CCS811 and iAQ-Core gas/VOC sensor drivers 5 years ago
ryan ed57d7a257 Added radio hal, sx128x, sx127x, at86rf212 impls 5 years ago
Christopher McClellan 61e0450fe1
Point stmf32f3 users to currently maintained crate
Per https://github.com/stm32-rs/stm32f3xx-hal/issues/48 and https://github.com/japaric/stm32f30x-hal/issues/36, point stm32f3 users to the community supported stm32f3xx crate, instead of japaric's unmaintained stm32f30x crate.
5 years ago
David Sawatzke 40d23c2560 Fix link to nxp board support crates 5 years ago
David Sawatzke 5f5505805a Add lpc845-pac and replace lpc82x-hal with lpc8xx-hal 5 years ago
David Sawatzke f6450223b2 Add hub75 driver 5 years ago
Michael van Niekerk a1ef4969b9
Update README.md 5 years ago
Diego Barrios Romero 4e9e0f3cc9 Note compatibility with VEML7700 5 years ago
Diego Barrios Romero 8b01c27488 Release VEML6030 ALS driver 5 years ago
Filip Wieland 7fff328e8e
Add a link to the HZ Grow R502 driver 5 years ago
bors[bot] 4a608372da
Merge #225
225: Adding XMC4xxx PAC and HAL r=ryankurte a=lucasbrendel

Adding the XMC4xxx Peripheral access crates and the XMC4 HAL crate.

Co-authored-by: Lucas Brendel <lucasbrendel@gmail.com>
5 years ago
Diego Barrios Romero 9393568310 Release PCA9685 driver 5 years ago
Diego Barrios Romero 05a4c04b21 Release Si4703 FM radio receiver driver 5 years ago
Andre Richter 7500b18ca0
Add qemu-exit crate 5 years ago
Lucas Brendel 3e1e69396f
Adding XMC4xxx PAC and HAL 5 years ago
bors[bot] dbd8cd8980
Merge #222
222: Add bounded-registers to tools r=andre-richter a=jonlamb-gh

For anyone curious about what bounded-registers look like, I have been hacking on a personal `bcm2711` crate in my Raspberry Pi 4 bare metal workspace.
https://github.com/jonlamb-gh/rpi4-rust-workspace

Co-authored-by: Jon Lamb <jon@auxon.io>
Co-authored-by: Andre Richter <andre-richter@users.noreply.github.com>
5 years ago
Andre Richter 63d73eefab
Fix register-rs link 5 years ago
Jon Lamb a974f0bfc4
Add bounded-registers alongside register-rs with brief explanation 5 years ago
Daniel Egger a54274b742
Merge pull request #224 from elpiel/rtoses-and-add-drone-os
Add new section for Real-time and add `Drone OS`
5 years ago
Lachezar Lechev d403041bcc
Add new section, move `Tock`, `FreeRTOS.rs` & `RTFM` and add `Drone OS` 5 years ago
Sylwester Rąpała 31d4c62d32 Add info about rust fork for esp32 and esp8266 5 years ago
James Munns 569a19f741
Add shields 5 years ago
James Munns 9e0f4aa812
Add CMIM and Panic-Persist 5 years ago
Andre Richter c0f9865d41
Reflect the OS tutorials rewrite
Its no longer a collection of bare-metal tutorials, but a series about writing an OS.
5 years ago
Timo Kröger 9acb778253
Add EFM32PG12 PAC
The matching HAL is WIP and not awesome enough to be added yet
5 years ago
bors[bot] 5b7f79b529
Merge #215
215: add Embedded Rust Book, actualize RTFM links r=korken89 a=burrbull



Co-authored-by: Andrey Zgarbul <zgarbul.andrey@gmail.com>
5 years ago
Diego Barrios Romero 47bfd3846a Publish OPT300x ALS driver 5 years ago
Daniel Egger ab69bbe748
Merge pull request #217 from cs2dsb/patch-1
Update README.md (Added adafruit-alphanum4 hal implementation crate)
5 years ago
cs2dsb d77378cdc9
Update README.md
Added adafruit-alphanum4 hal implementation crate
5 years ago
Matt Vertescher 4cf5ec610c Add a link to the `stm32f7xx-hal` crate 5 years ago
Andrey Zgarbul 85cf2b58d6 add Embedded Book, actualize RTFM links 5 years ago
Evan Cameron c5e7dea5bc Add rotary-encoder-hal to drivers 5 years ago
bors[bot] 336e0d4907
Merge #212
212: Add ST7032i LCD driver r=therealprof a=dotcypress



Co-authored-by: Vitaly Domnikov <dotcypress@gmail.com>
5 years ago
Tim Small 03b2a756cc Replace defunct IRC channel reference with matrix.to link. 5 years ago
Vitaly Domnikov dbbfa50bdb
Add ST7032i LCD driver 5 years ago
bors[bot] 909fabc18b
Merge #209
209: Adding the stm32h7xx-hal crate r=jamesmunns a=hargoniX

I'm one of the co authors and I think with the release 0.2.0 which just came out the other day this HAL is now in a pretty solid and ready to use state.

Co-authored-by: Henrik Böving <hargonix@gmail.com>
5 years ago
bors[bot] 7fcbe693c2
Merge #207
207: Add WIP Si4703 FM radio turner (receiver) r=jamesmunns a=eldruin

I started a driver for these FM radio turners.

Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
5 years ago
Sergey Matyukevich 78ba9eff88 README.md: experiments with open firmware for vacuum cleaner
WIP project: experiments with open firmware for
stm32f1xx-based e.ziclean cube vacuum cleaner.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
5 years ago
Diego Barrios Romero c4356b121a Add WIP Si4703 FM radio turner (receiver) 5 years ago
Henrik Böving 0f8f77b5b5 adding stm32h7xx-hal 5 years ago
Daniel Egger c5681dd09a
Merge pull request #200 from luojia65/patch-1
Add GD32VF103 chip support crates
5 years ago
Luo Jia 336898818c
Update README.md 5 years ago
Daniel Egger 91ee6f0278
Merge pull request #205 from jkristell/add-nucleo-f401re
Add nucleo-f401re to board support section
5 years ago
Diego Barrios Romero 85f9d9fb4d Release VEML6075 driver 5 years ago
Johan Kristell 2cea204050 Add nucleo-f401re to board section 5 years ago
Johan Kristell 6299d0f51d Add infrared to the no-std crates list 5 years ago
Diego Barrios Romero d788829104 Add WIP OPT300x driver (#203) 5 years ago
Diego Barrios Romero a173ab1bb2 Make entry fit into one line 5 years ago
Diego Barrios Romero c1a533094e Add released MCP794xx RTC driver 5 years ago
Luo Jia 148cc5a283
Update README.md
Co-Authored-By: Daniel Egger <daniel@eggers-club.de>
5 years ago
Luo Jia a73a113f65
Whoops 5 years ago
Luo Jia ac394aba43
Add GD32VF103 chip support crates
GD32VF103 is a microcontroller chip produced by GigaDevice Semiconductor Inc. with one RISC-V's RV32IMAC core as well as up to 128 KiB of Flash and 32 KiB of SRAM; this chip will be in market on late September this year.
5 years ago
Nicolas Stalder af37972940 Reference the LPC55S6x PAC+HAL, update LPC82x PAC reference 5 years ago
Michael Bryan 2451c1078c Added the gcode crate (#197) 5 years ago
Rikard Anglerud cc9501802b Replace the stm32f103xx crate with the stm32f1 crate (#196)
* Added all the crates from the stm32-rs project

These crates cover all microcontrollers in the the stm32 ecosystem
5 years ago
cortesis 06c1b36b2e Added Ambiq Apollo3 PAC (#194) 5 years ago
Jonas Schievink d84a7b1cf4 Add the spi-memory crate (#193) 5 years ago
bors[bot] 656b848a17 Merge #190
190: update MAX7219 for new release r=adamgreig a=almindor

I've taken over the MAX7219 driver since the original author didn't touch it for a year.

Driver has been updated to use latest `embedded-hal`, documented and slightly extended with helper functions. I've made a release to crates.io as well since there was none done previously.

Co-authored-by: Ales Katona <almindor@gmail.com>
5 years ago
Jonah Dahlquist 846ec2787b
Added link to Rahix/avr-hal to board support list 5 years ago
Jonah Dahlquist 51136cb537
Added Rahix/avr-hal to HAL implementation crates list 5 years ago
Jonah Dahlquist 382a123d3b
Added Rahix/avr-device to Peripheral Access Crate list 5 years ago
Ales Katona 49f19fbc2a
update MAX7219 for new release 5 years ago
Paul c6c8c2bde7 add bitbang-hal and st7735-lcd (#189) 5 years ago
Diego Barrios Romero 643ace7611 Add released AD983x driver (#188) 5 years ago
Raphael Nestler fccff05500 Add lpc11uxx crate (#187) 5 years ago
Danilo Bargen 7746d82f58 Add RN2xx3 WIP driver (#186) 5 years ago
Danilo Bargen 258449c4ee Add stm32l0xx-hal crate (#185)
I'm not the author, but I'm using this crate and the parts that I tested seem to work fine 🎉
5 years ago
M Farkas-Dyck d34acf6b44 Note null-terminated crate (#61)
It's a crate of generic null-terminated arrays. I find it quite useful dealing with the C world in particular.
5 years ago
Diego Barrios Romero c4d60add20 Release KXCJ9/KXCJB accelerometer driver 5 years ago
jkristell d3fceb6893 Add TP2016D2 driver to WIP section (#183) 5 years ago
bors[bot] 848b929568 Merge #182
182: README.md: Add samd51, accelerometer crate, micromath crate r=andre-richter a=tarcieri

- Adds a link to `samd51` in addition to `samd21`, and updates the project's location
- Adds a new "Component abstraction crates" section and lists the `accelerometer` crate
- Adds the `micromath` crate to the "no-std crates" section

Co-authored-by: Tony Arcieri <bascule@gmail.com>
5 years ago
Julian Gaal e882db3461 Add MPU6050 driver crate to WIP section (#181)
I've been working on a driver for the cheapest IMU in the MPUX family. It is a work in progress, but all basic features are supported
5 years ago
Tony Arcieri ca021dffcc Add atsamd-hal and Adafruit board support crates 5 years ago
Tony Arcieri 3de24bc41d Move embedded-graphics and smart-leds to component abstraction section 5 years ago
Tony Arcieri e7ea3945e8 README.md: Linkify 'Component abstraction crates' from TOC 5 years ago
Tony Arcieri 921cf354c6 README.md: Add samd51, accelerometer crate, micromath crate
- Adds a link to `samd51` in addition to `samd21`, and updates the
  project's location
- Adds a new "Component abstraction crates" section and lists the
  `accelerometer` crate
- Adds the `micromath` crate to the "no-std crates" section
5 years ago
Jonas Schievink bfdb7c83e4 Add missing ToC entries (#178) 5 years ago
Diego Barrios Romero c428adf517 Release ads1x1x driver crate (#176) 5 years ago
Diego Barrios Romero 257be5b9f4 Add KXCJ9 accelerometer WIP driver crate 5 years ago
Jonas Schievink 1c712945ce Add the Rubble BLE stack to WIP crates (#175) 5 years ago
Vincent Stakenburg f163f1592e Add SCD30 I2c driver (#174)
* Add SCD30 I2c driver
5 years ago
David Sawatzke 9e8cb86989 Add xmc1100-hal 5 years ago
bors[bot] c6a1b571f5 Merge #170
170: Add WIP driver for VEML6040 r=andre-richter a=eldruin

I forgot to add this driver to the list.

Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
5 years ago
Diego Barrios Romero 5bbd42c4ee Release Tmp1x2 driver (#171) 5 years ago
Diego Barrios Romero 46f4ef9465 Add wyhash crate (#172) 5 years ago
Diego Barrios Romero ecfd4321a8 Add WIP driver for VEML6040 5 years ago
Chen 1758ee8485 Add MIPS architecture support crate (#169) 5 years ago
mara "alkahest 7c60ecded5 Add RISC-V boards (#168)
Add SiFive and RISC-V crates.
5 years ago
Tony Arcieri ad0fb9872b README.md: Add ADXL343 driver info 5 years ago
bors[bot] 43d78ce02a Merge #158
158: Use subitems for MSP430 quickstart crates r=jamesmunns a=Disasm

Technically, they are not Peripheral Access Crates

Co-authored-by: Vadim Kaushan <admin@disasm.info>
5 years ago
bors[bot] ce30d4512d Merge #159
159: Refer to cargo-xbuild as new xargo replacement r=jamesmunns a=berkus



Co-authored-by: Berkus Decker <berkus@users.noreply.github.com>
5 years ago
Vadim Kaushan fd8eadad17
Remove broken link 5 years ago
Ryan 1ad80ade46
Merge pull request #162 from rust-embedded/add-bme280
Add driver for BME280
5 years ago
Ryan 7610518962
Merge pull request #161 from chocol4te/master
Add `vesc-comm` to WIP drivers
5 years ago
Rudi Horn fc9079a335 added light-cli crates badge 5 years ago
Ferdia McKeogh a12bba3643
fix: vesc-comm description 5 years ago
bors[bot] 82f72d7add Merge #165
165: Update description of stm32f4xx-hal r=adamgreig a=therealprof



Co-authored-by: Daniel Egger <daniel@eggers-club.de>
5 years ago
Daniel Egger 4d02115ab4
Update description of stm32f4xx-hal 5 years ago
bors[bot] 703f3d5b8b Merge #164
164: remove deprecated stm32f429 + stm32f429-hal crates r=therealprof a=astro

I am maintainer to the `stm32f429` crate and author of the `stm32f429-hal`. Now, I'm personally migrating to the `stm32-rs` environment. Therefore I will not update these any longer.

Co-authored-by: Astro <astro@spaceboyz.net>
5 years ago
Astro 22ee7b6d51 remove deprecated stm32f429 + stm32f429-hal crates 5 years ago
Astro 8afe756b58 update stm32-eth link 5 years ago
Vadim Kaushan 5b3808e2c3
Add driver for BME280 5 years ago
Ferdia McKeogh 28c6a66946
Add vesc-comm 5 years ago
Brian Myers 655bd14cb8 add num-format to list of no_std crates 5 years ago
Berkus Decker bbbc65c0e7
Refer to cargo-xbuild as new xargo replacement 5 years ago
Vadim Kaushan 38452243f8
Use subitems for MSP430 quickstart crates
Technically, they are not Peripheral Access Crates
5 years ago
Vitaly Domnikov a69d6166f3
add stm32l1xx-hal & stm32g0xx-hal 5 years ago