Commit graph

354 commits

Author SHA1 Message Date
James Munns
569a19f741
Add shields 2019-11-26 20:30:15 +01:00
James Munns
9e0f4aa812
Add CMIM and Panic-Persist 2019-11-26 20:28:18 +01:00
Andre Richter
c0f9865d41
Reflect the OS tutorials rewrite
Its no longer a collection of bare-metal tutorials, but a series about writing an OS.
2019-11-24 23:27:35 +01:00
Timo Kröger
9acb778253
Add EFM32PG12 PAC
The matching HAL is WIP and not awesome enough to be added yet
2019-11-14 12:52:38 +01:00
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>
2019-11-11 11:53:35 +00:00
Diego Barrios Romero
47bfd3846a Publish OPT300x ALS driver 2019-11-09 18:23:08 +01:00
Daniel Egger
ab69bbe748
Merge pull request #217 from cs2dsb/patch-1
Update README.md (Added adafruit-alphanum4 hal implementation crate)
2019-11-09 13:17:57 +01:00
cs2dsb
d77378cdc9
Update README.md
Added adafruit-alphanum4 hal implementation crate
2019-11-09 10:18:16 +00:00
Matt Vertescher
4cf5ec610c Add a link to the stm32f7xx-hal crate 2019-11-09 03:50:59 -05:00
Andrey Zgarbul
85cf2b58d6 add Embedded Book, actualize RTFM links 2019-11-08 17:43:38 +03:00
Evan Cameron
c5e7dea5bc Add rotary-encoder-hal to drivers 2019-11-04 11:48:44 -05:00
bors[bot]
336e0d4907
Merge #212
212: Add ST7032i LCD driver r=therealprof a=dotcypress



Co-authored-by: Vitaly Domnikov <dotcypress@gmail.com>
2019-10-25 16:15:05 +00:00
Tim Small
03b2a756cc Replace defunct IRC channel reference with matrix.to link. 2019-10-25 10:41:27 +01:00
Vitaly Domnikov
dbbfa50bdb
Add ST7032i LCD driver 2019-10-24 16:32:59 -07:00
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>
2019-10-23 07:19:16 +00:00
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>
2019-10-14 10:15:57 +00:00
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>
2019-10-13 22:33:32 +03:00
Diego Barrios Romero
c4356b121a Add WIP Si4703 FM radio turner (receiver) 2019-10-13 09:06:20 +02:00
Henrik Böving
0f8f77b5b5 adding stm32h7xx-hal 2019-10-11 12:57:27 +00:00
Daniel Egger
c5681dd09a
Merge pull request #200 from luojia65/patch-1
Add GD32VF103 chip support crates
2019-10-11 07:51:51 +02:00
Luo Jia
336898818c
Update README.md 2019-10-09 17:32:02 +08:00
Daniel Egger
91ee6f0278
Merge pull request #205 from jkristell/add-nucleo-f401re
Add nucleo-f401re to board support section
2019-09-28 14:09:04 +02:00
Diego Barrios Romero
85f9d9fb4d Release VEML6075 driver 2019-09-28 13:42:24 +02:00
Johan Kristell
2cea204050 Add nucleo-f401re to board section 2019-09-28 07:18:12 +02:00
Johan Kristell
6299d0f51d Add infrared to the no-std crates list 2019-09-26 21:52:52 +02:00
Diego Barrios Romero
d788829104 Add WIP OPT300x driver (#203) 2019-09-16 23:03:45 +02:00
Diego Barrios Romero
a173ab1bb2 Make entry fit into one line 2019-09-15 14:59:45 +02:00
Diego Barrios Romero
c1a533094e Add released MCP794xx RTC driver 2019-09-15 14:26:04 +02:00
Luo Jia
148cc5a283
Update README.md
Co-Authored-By: Daniel Egger <daniel@eggers-club.de>
2019-09-15 19:40:40 +08:00
Luo Jia
a73a113f65
Whoops 2019-09-15 12:03:08 +08:00
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.
2019-09-14 22:44:17 +08:00
Nicolas Stalder
af37972940 Reference the LPC55S6x PAC+HAL, update LPC82x PAC reference 2019-09-04 14:32:22 +02:00
Michael Bryan
2451c1078c Added the gcode crate (#197) 2019-08-30 22:18:48 +02:00
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
2019-08-23 23:33:08 +02:00
cortesis
06c1b36b2e Added Ambiq Apollo3 PAC (#194) 2019-08-14 21:25:42 +02:00
Jonas Schievink
d84a7b1cf4 Add the spi-memory crate (#193) 2019-07-21 15:12:23 +02:00
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>
2019-07-01 21:59:08 +00:00
Jonah Dahlquist
846ec2787b
Added link to Rahix/avr-hal to board support list 2019-06-25 14:56:26 -05:00
Jonah Dahlquist
51136cb537
Added Rahix/avr-hal to HAL implementation crates list 2019-06-25 14:42:21 -05:00
Jonah Dahlquist
382a123d3b
Added Rahix/avr-device to Peripheral Access Crate list 2019-06-25 14:39:01 -05:00
Ales Katona
49f19fbc2a
update MAX7219 for new release 2019-06-16 09:15:48 -06:00
Paul
c6c8c2bde7 add bitbang-hal and st7735-lcd (#189) 2019-06-09 09:59:47 +02:00
Diego Barrios Romero
643ace7611 Add released AD983x driver (#188) 2019-06-07 09:47:43 +02:00
Raphael Nestler
fccff05500 Add lpc11uxx crate (#187) 2019-05-27 23:42:14 +02:00
Danilo Bargen
7746d82f58 Add RN2xx3 WIP driver (#186) 2019-05-22 09:42:17 +02:00
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 🎉
2019-05-22 09:37:52 +02:00
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.
2019-05-18 15:36:21 +02:00
Diego Barrios Romero
c4d60add20 Release KXCJ9/KXCJB accelerometer driver 2019-05-12 09:20:03 +02:00
jkristell
d3fceb6893 Add TP2016D2 driver to WIP section (#183) 2019-05-06 10:16:58 +02:00
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>
2019-05-05 21:07:23 +00:00
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
2019-05-05 20:55:22 +02:00
Tony Arcieri
ca021dffcc Add atsamd-hal and Adafruit board support crates 2019-05-04 17:22:47 -07:00
Tony Arcieri
3de24bc41d Move embedded-graphics and smart-leds to component abstraction section 2019-05-04 17:18:03 -07:00
Tony Arcieri
e7ea3945e8 README.md: Linkify 'Component abstraction crates' from TOC 2019-05-04 04:46:39 -07:00
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
2019-05-03 20:36:52 -07:00
Jonas Schievink
bfdb7c83e4 Add missing ToC entries (#178) 2019-04-30 14:32:42 +02:00
Diego Barrios Romero
c428adf517 Release ads1x1x driver crate (#176) 2019-04-28 21:07:34 +02:00
Diego Barrios Romero
257be5b9f4 Add KXCJ9 accelerometer WIP driver crate 2019-04-28 19:07:52 +02:00
Jonas Schievink
1c712945ce Add the Rubble BLE stack to WIP crates (#175) 2019-04-26 10:15:03 +02:00
Vincent Stakenburg
f163f1592e Add SCD30 I2c driver (#174)
* Add SCD30 I2c driver
2019-04-19 12:47:57 +02:00
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
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
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
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
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
Vitaly Domnikov
a69d6166f3
add stm32l1xx-hal & stm32g0xx-hal 2019-03-06 19:16:09 -08: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
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
James Munns
17a831f5ee
Correct team that maintains this 2019-03-05 22:18:54 +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
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