David Sawatzke
9e8cb86989
Add xmc1100-hal
2019-04-07 17:44:27 +02:00
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>
2019-03-28 22:32:49 +00:00
Diego Barrios Romero
5bbd42c4ee
Release Tmp1x2 driver ( #171 )
2019-03-28 20:18:01 +01:00
Diego Barrios Romero
46f4ef9465
Add wyhash crate ( #172 )
2019-03-28 20:17:37 +01:00
Diego Barrios Romero
ecfd4321a8
Add WIP driver for VEML6040
2019-03-28 17:50:19 +01:00
Chen
1758ee8485
Add MIPS architecture support crate ( #169 )
2019-03-28 12:42:16 +01:00
mara "alkahest
7c60ecded5
Add RISC-V boards ( #168 )
...
Add SiFive and RISC-V crates.
2019-03-23 12:57:43 +01:00
bors[bot]
e73453192e
Merge #167
...
167: README.md: Add ADXL343 driver info r=jamesmunns a=tarcieri
I wrote a driver for the ADXL343 in support of the [Adafruit NeoTrellis M4](https://github.com/rust-embedded/wg/issues/286 ):
https://crates.io/crates/adxl343
Will make some videos for it in a bit... seems you also want an intro blog post?
Co-authored-by: Tony Arcieri <bascule@gmail.com>
2019-03-21 23:55:32 +00:00
Tony Arcieri
ad0fb9872b
README.md: Add ADXL343 driver info
2019-03-21 14:49:44 -07:00
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>
2019-03-20 21:22:23 +00:00
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>
2019-03-20 21:20:58 +00:00
Vadim Kaushan
fd8eadad17
Remove broken link
2019-03-16 12:37:55 +03:00
Ryan
1ad80ade46
Merge pull request #162 from rust-embedded/add-bme280
...
Add driver for BME280
2019-03-16 10:10:14 +13:00
Ryan
7610518962
Merge pull request #161 from chocol4te/master
...
Add `vesc-comm` to WIP drivers
2019-03-16 10:08:06 +13:00
bors[bot]
701c56fe94
Merge #166
...
166: Added light-cli crates.io badge r=therealprof a=rudihorn
I've now updated this project so it compiles with the new `stm32f1xx-hal` crate and have also pushed this to `crates.io`. As such I have added a badge here.
Co-authored-by: Rudi Horn <dyn-git@rudi-horn.de>
2019-03-15 15:18:33 +00:00
Rudi Horn
fc9079a335
added light-cli crates badge
2019-03-15 15:01:49 +00:00
Ferdia McKeogh
a12bba3643
fix: vesc-comm description
2019-03-15 09:37:20 +01:00
bors[bot]
82f72d7add
Merge #165
...
165: Update description of stm32f4xx-hal r=adamgreig a=therealprof
Co-authored-by: Daniel Egger <daniel@eggers-club.de>
2019-03-15 00:16:12 +00:00
Daniel Egger
4d02115ab4
Update description of stm32f4xx-hal
2019-03-15 00:36:16 +01:00
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>
2019-03-14 23:34:41 +00:00
bors[bot]
afec6f9792
Merge #163
...
163: update stm32-eth link r=therealprof a=astro
Repository has moved.
Co-authored-by: Astro <astro@spaceboyz.net>
2019-03-14 23:31:38 +00:00
Astro
22ee7b6d51
remove deprecated stm32f429 + stm32f429-hal crates
2019-03-15 00:26:46 +01:00
Astro
8afe756b58
update stm32-eth link
2019-03-15 00:25:38 +01:00
bors[bot]
1e2e9b1b15
Merge #160
...
160: add num-format to list of no_std crates r=adamgreig a=bcmyers
Adds [`num-format`] to list of `no_std` crates.
[`num-format`] is a Rust crate for producing string representations of numbers, formatted according to international standards, e.g.
* "1,000,000" for US English
* "10,00,000" for Indian English
* "1 000 000" for French French
[`num-format`]: https://crates.io/crates/num-format
Co-authored-by: Brian Myers <brian.carl.myers@gmail.com>
2019-03-13 20:57:58 +00:00
Vadim Kaushan
5b3808e2c3
Add driver for BME280
2019-03-13 22:27:28 +03:00
Ferdia McKeogh
28c6a66946
Add vesc-comm
2019-03-13 20:17:14 +01:00
Brian Myers
655bd14cb8
add num-format to list of no_std crates
2019-03-13 14:30:17 -04:00
Berkus Decker
bbbc65c0e7
Refer to cargo-xbuild as new xargo replacement
2019-03-13 12:12:40 +02:00
Vadim Kaushan
38452243f8
Use subitems for MSP430 quickstart crates
...
Technically, they are not Peripheral Access Crates
2019-03-10 18:11:59 +03:00
Berkus Decker
73a920f010
Merge pull request #154 from rust-embedded/ci
...
set up CI
2019-03-07 09:23:54 +02:00
Daniel Egger
3f29ccc711
Merge pull request #155 from dotcypress/patch-1
...
add stm32l1xx-hal & stm32g0xx-hal
2019-03-07 06:45:34 +01:00
Vitaly Domnikov
a69d6166f3
add stm32l1xx-hal & stm32g0xx-hal
2019-03-06 19:16:09 -08:00
Jorge Aparicio
330337743e
set up CI
2019-03-06 19:00:01 +01:00
Daniel Egger
7cb6f96fd9
Merge pull request #153 from rust-embedded/jamesmunns-patch-3
...
Add Internet of Streams project
2019-03-06 00:51:59 +01:00
James Munns
e0733877f9
Merge pull request #152 from rust-embedded/jamesmunns-patch-2
...
Plug NYAER list
2019-03-06 00:34:46 +01:00
James Munns
68399f0ae4
Add Internet of Streams project
2019-03-06 00:28:45 +01:00
James Munns
bb79738abc
Plug NYAER list
2019-03-05 23:22:11 +01:00
Daniel Egger
ef2e646cfd
Merge pull request #151 from rust-embedded/jamesmunns-patch-2
...
Correct team that maintains this
2019-03-05 22:24:27 +01:00
James Munns
17a831f5ee
Correct team that maintains this
2019-03-05 22:18:54 +01:00
Daniel Egger
3bf315739b
Merge pull request #150 from jamwaffles/add-tinybmp
...
Add TinyBMP to embedded crates list
2019-03-05 09:27:31 +01:00
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
Berkus Decker
7586a78651
Merge pull request #149 from rust-embedded/wip-radio-at86rf212
...
Add WIP radio-at86rf212 driver
2019-03-03 09:14:53 +02: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
Daniel Egger
a57629c2bb
Merge pull request #146 from rudihorn/master
...
Remove Blue Pill crate
2019-02-21 13:51:47 +01: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
Rahul Thakoor
e8fec6b56e
Merge pull request #145 from thejpster/jgp_add_sdmmc
...
Add embedded-sdmmc crate
2019-02-19 23:00:52 +04:00