~ruther/avr-device

fd9aa578 — Rahix 4 years ago
Update CHANGELOG

Signed-off-by: Rahix <rahix@rahix.de>
911c1e25 — jaxter184 4 years ago
Add attiny84 and atmega644 to `src/lib.rs`
42633c8a — jaxter184 4 years ago
Fix 16bit timer patch
397170ad — jaxter184 4 years ago
Add attiny841 and attiny861
5387fdd8 — jaxter184 4 years ago
Fix atmega328pb AC patch
0c63ac5c — Jan Paw 4 years ago
Replace gen-intr-lut.sh sed hack with svdtools

svdtools comes with a command to list all interrupts
from an SVD file.  Use this instead of fragile sed magic
which parses the generated rust code.
3b0e4b0a — Rahix 4 years ago
Update CHANGELOG

Signed-off-by: Rahix <rahix@rahix.de>
d1eed41c — Jan Paw 4 years ago
Add basic support for ATmega4809

b6820879 — Rahix 4 years ago
ci: Use latest version of svd2rust

The latest git version of svd2rust contains some important fixes that we
depend on.  Use it instead of the latest version from crates.io.

Signed-off-by: Rahix <rahix@rahix.de>
4a04eb16 — Rahix 4 years ago
Update instructions for adding a new chip

Mention that it is currently required to add a (possibly empty) patch
file for a new chip.

Fixes: #65
Signed-off-by: Rahix <rahix@rahix.de>
91a69cbc — Rahix 4 years ago
Update CHANGELOG

Signed-off-by: Rahix <rahix@rahix.de>
bc80262d — Rahix 4 years ago
atmega64: Patch UMSELn fields in USART

These fields for some reason have a wrong bit range in the ATDF file.

Signed-off-by: Rahix <rahix@rahix.de>
694f88b4 — Rahix 4 years ago
patch: spi: Patch enumerated values for SPI prescaler

Rename the values for the SPI clock prescaler from VAL_0xXX to more
meaningful identifiers.

Signed-off-by: Rahix <rahix@rahix.de>
f34cc886 — Rahix 4 years ago
ci: Fix nightly to a version where rustfmt is available

rustfmt has gone unavailable on nightly again.  Fix the compiler to
a version which rustfmt can be downloaded for.
3faee673 — Rahix 4 years ago
README: Mention alternative location for pack downloads

The avr-rust organization has a mirror of all Atmel packs in a GitHub
repository.  Mention it as an alternative to the official download as it
is much easier to browse.

Closes #61.
fc98f48a — Rahix 4 years ago
Prepare 0.2.3

Signed-off-by: Rahix <rahix@rahix.de>
9f28f057 — Rahix 4 years ago
Update CHANGELOG
ce031034 — Johan Kristell 4 years ago
Add support for atmega328pb
d579a49f — Boris Vinogradov 4 years ago
fix: atmegaX8 TIFR should be read-write
266ad6c3 — Peter Jaszkowiak 4 years ago
fix: attiny84 ADCSRA should be read-write
Next
Do not follow this link