Commit graph

214 commits

Author SHA1 Message Date
James Waples d8ef4f06a0 Add TinyBMP to embedded crates list
TinyBMP is a small, no-std, no-alloc BMP parser ideal for use in
embedded applications with embedded-graphics.
2019-03-05 08:12:07 +00:00
Daniel Egger e52b0e6caf
Fix GHZ to GHz
Co-Authored-By: ryankurte <ryankurte@users.noreply.github.com>
2019-02-28 11:47:24 +13:00
Ryan a24c4cf0aa
Add WIP radio-at86rf212 driver 2019-02-28 07:17:01 +11:00
James Munns 44b6aadf90 Update with current Nordic resources (#148)
* Update with current Nordic resources

Co-Authored-By: jamesmunns <james@onevariable.com>
2019-02-26 15:25:30 +01:00
James Munns 31e5ba99b7
Merge pull request #147 from hannobraun/patch-1
Add DW1000 driver to WIP drivers
2019-02-25 15:33:02 -07:00
Hanno Braun e1e7904822
Add DW1000 driver to WIP drivers 2019-02-21 11:34:55 +01:00
Rudi Horn beae29cea1 reorganized blue pill in crate, and removed blue pill board support crate 2019-02-20 11:48:51 +00:00
Jonathan 'theJPster' Pallant ad26430b94 Add embedded-sdmmc 2019-02-19 17:29:30 +00:00
Diego Barrios Romero a746afe869 Shorten text to make it fix into one line 2019-02-17 16:02:11 +01:00
Diego Barrios Romero 74a9d55713 Add WIP MCP49xx DAC driver 2019-02-17 15:58:55 +01:00
Daniel Egger bb531d673f
Merge pull request #143 from rudihorn/master
Replace deprected stm32f103xx-hal crate with stm32f1xx-hal crate
2019-02-16 15:43:18 +01:00
Roma Sokolov 6c50b181a7
Update README.md 2019-02-15 23:44:47 +01:00
Rudi Horn 87b599532a fixed stm32f1xx-hal crates badge 2019-02-15 09:59:10 +00:00
Rudi Horn 7e49ff9fd4 replaced deprecated stm32f103xx-hal with stm32f1xx-hal by stm32-rs group 2019-02-15 09:57:46 +00:00
Daniel Egger eab6dbb215
Update README.md
Co-Authored-By: little-arhat <sokolov.r.v@gmail.com>
2019-02-14 21:50:48 +01:00
Roma Sokolov 5ceb357a2e
Remove japaric/mpu9250
/cc @japaric
2019-02-14 10:35:20 +00:00
Roma Sokolov ba630250de
Fix typos 2019-02-14 10:34:09 +00:00
Roma Sokolov 2a20c2ebd6
time-of-flight 2019-02-14 09:42:46 +00:00
Roma Sokolov 31da358afc
Remove extra ws 2019-02-14 08:54:28 +00:00
Roma Sokolov 34fc830443
Fix typo 2019-02-14 08:53:57 +00:00
Roma Sokolov 6e0b06bc2b
Add crates by Copterust
https://github.com/copterust/
2019-02-14 08:31:40 +00:00
James Waples 85f91b69ae
Fix numbering 2019-02-13 21:12:28 +00:00
James Waples 28bf6e0c28
Add SH1106 display driver
Adds the SH1106 OLED display driver crate with intro blog post
2019-02-13 21:11:29 +00:00
Raphael Theiler 9bf74eeae6
Update README.md
Added the crate-shield.
2019-02-11 15:14:38 +01:00
Raphael Theiler a704c42846
Update README.md
added sam3x8e-crate to list.
2019-02-11 08:30:17 +01:00
Ferdia McKeogh bbcbdc24e2
Add CC1101 driver 2019-02-09 14:50:49 +01:00
Hanno Braun 82db708ff5
Address review comment 2019-02-08 16:34:07 +01:00
Hanno Braun 84e5014124
Add ieee802154 crate to list 2019-02-08 15:31:28 +01:00
eupn 21aabae100
Add intro post for BNO055 driver
In according to the rules, drivers should come with announcement posts
2019-02-07 19:12:50 +03:00
eupn 9b1211a4e3
Add BNO055 driver to the list 2019-02-07 03:02:03 +03:00
chrysn a37eaacc6a REAMDE: Call Device Crates PACs
This follows the terminology established in the [book].

[book]: https://rust-embedded.github.io/book/portability/
2019-01-31 09:56:36 +01:00
James Munns 10aed62bd1
Replace old nursery links 2019-01-26 02:01:03 +01:00
Paul 5712bf1f93
Add smart-leds-rs 2019-01-15 15:32:39 -08:00
Daniel Egger 9cdfd8767f
Merge pull request #130 from nickray/master
Add solo-bsp
2019-01-11 16:09:11 +01:00
James Munns 24c706d2fd
Fix shield 2019-01-06 14:20:13 +01:00
James Munns 2b31df5a9a
Add BBQueue to the readme
Adds BBQueue, my (no_std) SPSC queue library
2019-01-06 14:17:04 +01:00
nickray a0047ad9d2
Add solo-bsp
A humble start.
2019-01-06 04:07:37 +01:00
Sergey Matyukevich d798fe6a5a OS: add embedded-hal traits implementation for FTDI chips
Add link to implementation of embedded-hal traits for FTDI FTx232H chips
connected to Linux systems via USB.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
2019-01-02 17:38:25 +03:00
Wesley Moore f82c707db6
Add SSD1675 ePaper display controller to README 2018-12-27 07:08:31 +11:00
Daniel Egger 9db9ca5934
Replace stm32f042-hal crate by stm32f0xx-hal
Also removes stm32f042 which has been superseded by stm32f0. And stm32f042-hal has been replaced by the much more capable stm32f0xx-hal which is part of the stm32-rs org.
2018-12-23 02:50:14 +01:00
Diego Barrios Romero 8333962875 Update APDS9960 entry after crate publishing 2018-12-21 19:48:13 +01:00
Daniel Egger 49fa0114f1
Merge pull request #121 from xoac/atomic
Add atomic to list of no_std crates
2018-12-20 11:50:55 +01:00
Scott Mabin 578e49a29d
Merge branch 'master' into hm11-and-max17048-driver-crates 2018-12-19 13:11:22 +00:00
Daniel Egger c76020f1dd
Merge pull request #124 from MabezDev/stml432xx-to-stm32l4xx
Change stm32l432xx-hal to stm32l4xx-hal
2018-12-19 14:04:51 +01:00
Diego Barrios Romero a99c701933 Add WIP APDS9960 proximity, light, rgb and gesture sensor driver 2018-12-19 13:42:15 +01:00
Scott Mabin 5312265b1d Change stm32l432xx-hal to stm32l4xx-hal, as the former has been superceded by the latter 2018-12-19 00:04:30 +00:00
Scott Mabin a1e4eac74e Add hm11 & max17048 to WIP driver list 2018-12-13 01:31:03 +00:00
Uwe Arzt d5982fecdc Change GridEYE link from github to crates.io 2018-12-10 14:05:31 +01:00
Uwe Arzt d92aa79916 Add AS5048A and badge to GridEYE 2018-12-10 09:07:10 +01:00
Sylwester Rąpała c24606df52 Add lacking shileds from crates.io to no_std crates list 2018-12-09 23:03:59 +01:00