Commit graph

908 commits

Author SHA1 Message Date
apollolabsdev
d09a62bf17
Add Simplified Embedded Rust Book Links
The update entails adding links to both editions of the Simplified Embedded Rust book as an additional resource.
2024-06-26 22:44:12 +03:00
James Munns
8d76f73371
Merge pull request #452 from eldruin/add-some-drivers
Add some drivers
2024-06-24 11:38:30 +02:00
James Munns
1003b2a099
Update README.md 2024-06-24 11:38:10 +02:00
Diego Barrios Romero
4becdf0ca0 Add some drivers 2024-06-24 09:23:17 +02:00
Louis Thiery
0c25daa473 Fix link for lorawan-encoding 2024-05-29 08:10:15 +02:00
Sergio Gasquez
8f2eddf570 docs: Update espressif content 2024-05-21 11:44:16 +02:00
Carlos Barrales Ruiz
e38d100c97 Add [prinThor] firmware 2024-05-03 21:18:07 +02:00
Carlos Barrales Ruiz
437fbcf717 Add [prinThor] firmware 2024-05-03 21:18:07 +02:00
Robert Jördens
6de97552b0 miniconf: update description 2024-04-23 21:05:43 +02:00
Robert Jördens
ae4d3f10bd Add miniconf crate 2024-04-23 21:05:43 +02:00
HaoboGu
a8a282eea6 Add Chinese community 2024-04-15 08:40:28 +02:00
Markus Kasten
e29a94d587 add lp586x to WIP driver crates 2024-04-10 22:42:53 +02:00
Geovane Fedrecheski
3834b7f138 Add lakers: implementation of EDHOC
Repo: https://github.com/openwsn-berkeley/lakers
2024-03-19 16:47:17 +01:00
DeflateAwning
ac5bf1b7c8 Add compatibility list for LM75 (fixes #442) 2024-03-06 23:02:55 +01:00
Douwe
d0baac3884 Add ad57xx WIP Driver 2024-02-18 20:33:52 +01:00
rmsyn
857a64838f tool: add svd-generator 2024-02-11 20:26:57 +01:00
Sviatoslav Kokurin
14cd3eb30f Add embedded-cli 2024-02-08 09:56:26 +01:00
Caleb Jamison
9b3f0305b4 Fix links to lorawan-device and lorawan-encoding. 2024-01-24 15:41:15 +01:00
rmsyn
f05c760a1f jh71xx-hal: add a link to the jh71xx-hal crate
Adds an entry for the `jh71xx-hal` HAL crate for StarFive JH71xx MCUs.
2024-01-22 08:36:17 +01:00
rmsyn
380cddd368 fixup: jh71xx-pac: remove VisionFive2 board info
Board versions have been removed from the `jh71xx-pac` library, since
this level of support is better suited for BSP packages.
2024-01-22 08:36:17 +01:00
Emanuele Panzeri
f9b57e7e16 Fix link to "Arduino Nano 33 IoT" product 2024-01-12 09:23:20 +01:00
Daniel Egger
2e3aa323dd
Merge pull request #425 from pmnxis/master
Update README.md typo issue on billmock (#424)
2024-01-07 15:19:37 +01:00
Daniel Egger
b49d792587
Merge branch 'master' into master 2024-01-07 15:18:25 +01:00
decryphe
8d98beb546 Add MS5637 temperature and pressure sensor 2023-12-20 09:28:54 +01:00
Barrett
c689c6657d fix: Various grammar/spelling errors
I have a Grammarly extension in my IDE, making most things here
errors. However, it caught some hard-to-find issues that
look a lot better fixed!

Please feel free to refuse this commit if you're uninterested in
the changes. ☺️
2023-12-20 09:27:54 +01:00
Barrett
236821200b drivers: Add MAX6675 thermocouple digitizer
This commit adds my new MAX6675 thermocouple digitizer driver to the
list. You can find it on GitHub below:

https://github.com/onkoe/max6675-hal
2023-12-20 09:27:54 +01:00
DaneSlattery
c0be8630ca Add HX711 to readme
I am building a library for the sparkfun load cell amplifier, and would love more eyes on it from this awesome community!
2023-12-14 09:44:39 +01:00
andber1
3cd26584a1 Add atsamx7x 2023-12-08 12:05:14 +01:00
Gray Olson
440bf7d330 Add luluu firmware 2023-11-17 09:19:53 +01:00
Dion Dokter
0143f74537 Add tweede golf workshop 2023-11-01 10:44:55 +01:00
Diego Barrios Romero
6771759db7
Merge pull request #430 from nilclass/patch-1
Add ad9850 crate to WIP drivers
2023-10-30 09:31:38 +01:00
Niklas Cathor
3039597d56
Add ad9850 crate to WIP drivers 2023-10-29 12:01:50 +01:00
Diego Barrios Romero
b6db805eb1
Merge pull request #429 from HaoboGu/master
Add rmk firmware project
2023-10-18 10:59:58 +02:00
HaoboGu
73a7a27cc5
Update rmk description 2023-10-17 07:28:22 -05:00
HaoboGu
25319746b4
Add rmk firmware 2023-10-17 07:20:52 -05:00
Adam Greig
54b98c7b70
Merge pull request #428 from jamwaffles/patch-1
Add EtherCrab EtherCAT impl chat room and crate links
2023-10-10 22:41:15 +01:00
James Waples
80e8406c9c
Add EtherCrab chat room and crate links
EtherCrab is a Rust implementation of EtherCAT and supports both std and `no_std`.
2023-10-10 22:20:28 +01:00
Diego Barrios Romero
2c98bbebb6
Merge pull request #426 from rmsyn/pac/jh71xx-pac
pac: Add StarFive JH71xx PAC
2023-09-29 13:04:30 +02:00
rmsyn
4fd4c91756
pac: add StarFive JH71xx PAC
Adds information for the [`jh71xx-pac`](https://github.com/rmsyn/jh71xx-pac) that
supports the JH71xx SoCs from StarFive.
2023-09-29 02:25:54 +00:00
Jinwoo Park
1729142421
Update README.md typo issue on billmock 2023-09-06 00:29:07 +09:00
Diego Barrios Romero
030a69c4c2
Merge pull request #424 from pmnxis/master
Add BillMock to Firmware Project list
2023-09-05 17:09:59 +02:00
Jinwoo Park
56b42dfedc
Update README.md for BillMock (Firmware Project) 2023-09-05 02:52:43 +09:00
Diego Barrios Romero
baa70fc9c1
Merge pull request #423 from ogoffart/ogoffart-patch-1
Add Slint
2023-09-04 11:43:49 +02:00
Olivier Goffart
6378f17e79 Add Slint 2023-08-22 13:34:25 +02:00
Diego Barrios Romero
07f30833cc
Merge pull request #421 from bugadani/master
Add Card/IO to firmware list
2023-07-19 08:10:18 +02:00
Dániel Buga
3f59541cd0
Add Card/IO to readme 2023-07-18 21:51:29 +02:00
James Munns
df0b0c59ce
Merge pull request #402 from FloppyDisck/lib-additions
Add SHT31-rs and I2C-Multiplexer to driver crates
2023-07-18 20:47:23 +02:00
James Munns
875cd48c9c
Merge branch 'master' into lib-additions 2023-07-18 20:46:54 +02:00
James Munns
1efc8b1cf9
Merge pull request #405 from FabioCragnolini/patch-2
Move AFE4404 from WIP to Driver crates.
2023-07-18 20:45:20 +02:00
James Munns
efbf26967d
Merge pull request #406 from cfrenette/add-bma400-driver
add BMA400 driver crate
2023-07-18 20:44:34 +02:00