Commit graph

504 commits

Author SHA1 Message Date
James Munns 32af2c1890
Merge branch 'master' into embedded_rust_playlist 2022-06-15 15:39:40 +02:00
bors[bot] 1977c03022
Merge #380
380: Update and add descriptions of some new projects r=jamesmunns a=lulf



Co-authored-by: Ulf Lilleengen <lulf@redhat.com>
2022-06-15 13:38:09 +00:00
Ulf Lilleengen c8acaaa99c Update and add descriptions of some new projects 2022-06-15 08:25:45 +02:00
Nikita Fedyashev 4e2ddc0093
Fix a typo in README 2022-06-14 15:48:34 +03:00
Luke Frisken b908cb980a
Add blog post about using RTIC 2022-05-12 22:58:58 +10:00
Kiran Shila 14824f0cd4
Add PAC194X Driver Crate
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.
2022-04-10 17:10:23 -07:00
Andrew Straw 435ba8f9aa add nucleo-h743zi repo 2022-04-03 11:29:42 +02:00
Sergio Gasquez e4b1b96ddd Add Espressif content 2022-03-29 14:32:12 +02:00
VersBinarii 12763a232d
Add Embedded Rust series video playlist 2022-03-28 14:00:59 +02:00
bors[bot] 9b8e883df4
Merge #371
371: Add dummy-pin and inverted-pin utility crates r=adamgreig a=eldruin



Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
2022-02-22 18:32:18 +00:00
Pierre-Yves Aillet 2eec2935d3
Add grove matrix led my-9221 driver 2022-02-20 21:42:38 +01:00
Pierre-Yves Aillet dd0952e788
Add Ft6x36 touch screen driver 2022-02-20 21:14:42 +01:00
Diego Barrios Romero 93a2ce08f5 Add dummy-pin and inverted-pin utility crates 2022-02-17 21:24:28 +01:00
Oyren 7c66bbd29e
Add minimq to the list of no-std crates 2022-02-13 17:24:01 +01:00
Rikard Anglerud 6e6c628029 Add an alternative AHT20 driver 2022-02-06 20:40:32 +00:00
Diego Barrios Romero 2e7de10563
Fix SSD1309/STSPIN220 crate links 2022-01-26 21:49:16 +01:00
Anton Lazarev 35c8e3956a
add ssd1309 to README 2022-01-26 10:23:07 -08:00
Diego Barrios Romero 5fb7340fb0 Fix WIP section link 2022-01-26 08:51:29 +01:00
Diego Barrios Romero 76a15e3c77 Clarify released driver section requisites 2022-01-25 22:03:20 +01:00
Ulf Lilleengen c514206922 Add entries for drogue projects and lorawan projects 2022-01-17 15:24:19 +01:00
chrysn ae850f3923
Add RIOT to RTOS list 2022-01-11 20:43:57 +01:00
Tyler Holmes 9811f4a5d2 cleanup wording errors and add the language to some boards I missed 2022-01-10 13:29:21 -08:00
Tyler Holmes 074855b583 add atsamd room 2022-01-08 19:10:45 -08:00
Tyler Holmes c1fcfa6845 remove top level heading 2022-01-08 19:03:46 -08:00
Tyler Holmes 1a90dadcfd atsamd-rs does not support f405. whoops. 2022-01-08 15:00:03 -08:00
Tyler Holmes 4ff20edab4 update with latest boards from atsamd-rs 2022-01-08 14:56:54 -08:00
unrelentingtech 5a8da47403
Add freebsd-embedded-hal 2021-12-31 19:23:01 +03:00
Stephan 71344ef8a2
add crates.io links to PIC32; add fixed-fft 2021-12-30 19:44:19 +01:00
Jonathan 'theJPster' Pallant 312f7b55fb
Add missing Pimoroni links 2021-12-27 17:06:33 +00:00
Jonathan 'theJPster' Pallant d191784e21
Typo in ItsyBitsy 2021-12-26 20:03:19 +00:00
Jonathan 'theJPster' Pallant 04a2a0c5df
Update README with some RP2040 boards
Also bump RTIC to 1.0
2021-12-26 19:57:48 +00:00
Constantine Solovev 0f0c1f659a
Fix broken links 2021-12-25 21:47:33 +04:00
Christopher Hunt c13c7d7fa7
Update README.md 2021-12-20 20:46:35 +11:00
Christopher Hunt 4b3920270e
Update README.md 2021-12-20 20:44:24 +11:00
Christopher Hunt db53487239
PR feedback 2021-12-20 10:44:34 +11:00
Christopher Hunt bf555ae6ee
Adds embassy-start
This is a link to a project starter template for writing embedded async Rust applications using Embassy.
2021-12-18 19:27:57 +11:00
Robin Mueller 845fb3b14c
small tweaks 2021-12-17 01:03:15 +01:00
Robin Mueller 262c0847c2
move adc to released section, add blogposts 2021-12-17 01:00:10 +01:00
Rahix 86103a6d80 Add port-expander crate 2021-12-15 21:50:14 +01:00
Robin Mueller ecd4e7f572
forgot the link 2021-12-13 22:05:30 +01:00
Robin Mueller ee2410b481
Add MAX116xx 10-bit ADC 2021-12-13 21:57:27 +01:00
Robin Mueller 1a1016a351
added vorago-reb1 BSP and va416xx PAC 2021-12-13 21:45:41 +01:00
Robin Mueller 737238df20
added vorago crates 2021-12-09 11:37:54 +01:00
ia0 3476701a3b Add nrf52840-dk-bsp
https://github.com/nrf-rs/nrf52840-dk
2021-12-06 22:39:06 +01:00
Jon Lamb f4ca179c92
Replace cargo-fel4 tool with ferros 2021-11-12 06:56:00 -08:00
Sergey Matyukevich 880c92a313 Update link to ftdi-embedded-hal
Update link to implementation of embedded-hal traits for FTDI FTx232H
chips. New version is published on crates.io.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
2021-11-09 21:49:43 +03:00
Vladimir Petrigo 7dfe6e9847
Fix sntpc order in the no_std list 2021-11-09 13:44:43 +03:00
Vladimir Petrigo 1d8527f245
Add sntpc to no_std crates
sntpc library allows to poll timestamps from SNTPv4 (for now) capable servers in order to synchronise system time
2021-11-09 11:48:36 +03:00
tnballo edf47ca89d
Add scapegoat to alphabetical no-std crates list 2021-10-26 12:34:54 -04:00
James Munns 9f4a3a67aa
Properly attribute embedded-hal-compat. 2021-10-14 17:43:36 +02:00