From 08ed9e329987389766d86db4c410e98812ca72cb Mon Sep 17 00:00:00 2001 From: Jonah Dahlquist Date: Thu, 27 Jun 2019 11:57:59 -0500 Subject: [PATCH] Updated readme with latest supported hardware --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index de65b45f54..569c772147 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,11 @@ The following peripherals are supported in `avr-hal-generic`: ### HAL Status The chip-HAL crates currently support the following peripherals: +* [`atmega328p-hal`]('./chips/atmega328p-hal) + - [x] Spinning Delay + - [x] `PORTB`, `PORTC`, `PORTD` as digital IO (v2) + - [x] `USART0` for serial communication + - [x] I2C using `TWI` * [`atmega32u4-hal`](./chips/atmega32u4-hal) - [x] Spinning Delay - [x] `PORTB`, `PORTC`, `PORTD`, `PORTE`, `PORTF` as digital IO (v2) @@ -85,6 +90,9 @@ In `boards/` there are crates for the following hardware. Please note that this * [Arduino Leonardo](./boards/arduino-leonardo) - [Website](https://www.arduino.cc/en/Main/Arduino_BoardLeonardo) - Support for basic digital IO +* [Arduino Uno](./boards/arduino-uno) + - [Website](https://store.arduino.cc/usa/arduino-uno-rev3) + - Support for basic digital IO * [Adafruit Trinket (3V3 or 5V)](./boards/trinket) (**not** PRO!) - [Website](https://learn.adafruit.com/introducing-trinket) - Support for basic digital IO