~ruther/avr-device

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
67aff3c2 — Rahix 4 years ago
README: Remove text about custom patching

We're now fully compatible with upstream svdtools so the additional
documentation is superfluous.  Remove it and point to the up-to-date
svdtools documentation instead.

Signed-off-by: Rahix <rahix@rahix.de>
2ec64b01 — Rahix 4 years ago
Update CHANGELOG

Signed-off-by: Rahix <rahix@rahix.de>
88a4e55a — Rahix 4 years ago
README: Update dependencies

svdtools is needed now instead of PyYAML.

Signed-off-by: Rahix <rahix@rahix.de>
7082fe78 — Rahix 4 years ago
ci: Install svdtools

Signed-off-by: Rahix <rahix@rahix.de>
815b53e5 — Rahix 4 years ago
ci: Revert "Fix nightly to 2020-07-12"

This reverts commit 8c207c61f0611c6be152918828a17ab301e9387a.

Signed-off-by: Rahix <rahix@rahix.de>
Next
Do not follow this link