Commit graph

410 commits

Author SHA1 Message Date
Diego Barrios Romero
c4356b121a Add WIP Si4703 FM radio turner (receiver) 2019-10-13 09:06:20 +02: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
Daniel Egger
37d32dc296
Merge pull request #206 from eldruin/release-veml6075
Release VEML6075 UVA/UVB light sensor driver
2019-09-28 14:04:20 +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
Daniel Egger
0f3b14fcbc
Merge pull request #204 from jkristell/add-infrared
Add infrared to the no-std crates list
2019-09-27 08:23:47 +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
Emil Fresk
be7375b432
Merge pull request #202 from eldruin/shorten-mcp794xx
Make entry fit into one line
2019-09-15 15:08:02 +02:00
Diego Barrios Romero
a173ab1bb2 Make entry fit into one line 2019-09-15 14:59:45 +02:00
bors[bot]
6331064868
Merge #201
201: Add released MCP794xx RTC driver r=andre-richter a=eldruin

I wrote a driver for the MCP794xx family of RTCs :)

Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
2019-09-15 12:35:16 +00:00
Diego Barrios Romero
c1a533094e Add released MCP794xx RTC driver 2019-09-15 14:26:04 +02:00
bors[bot]
e769b40d5d
Merge #199
199: Reference the LPC55S6x PAC+HAL, update LPC82x PAC reference r=adamgreig a=nickray



Co-authored-by: Nicolas Stalder <n@stalder.io>
2019-09-04 12:37:56 +00: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
bors[bot]
33b4be835c Merge #191
191: Added AVR crates to lists r=adamgreig a=jonahbron

I've recently gotten involved with an AVR HAL project and realized they were not listed in the official list.  They are still under development and not published, but it seems good to have them exposed.

Co-authored-by: Jonah Dahlquist <jonah@jonah.name>
2019-07-01 21:57:58 +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
bors[bot]
caa4f28d11 Merge #184
184: Release KXCJ9/KXCJB accelerometer driver r=andre-richter a=eldruin

This driver is now functionally complete :)

Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
2019-05-13 11:19:42 +00: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
Adam Greig
81682c7f71
Merge pull request #177 from eldruin/add-wip-kxcj9
Add KXCJ9 accelerometer WIP driver crate
2019-04-28 19:12:37 +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
Berkus Decker
0f7bfecc9e
Merge pull request #173 from david-sawatzke/master
Add xmc1100-hal
2019-04-17 10:32:32 +03: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