~ruther/avr-device

7663529e — Rahix 4 years ago
patch: Switch to upstream svdtools patch tool

Instead of using our locally vendored version of svdpatch, switch to the
upstream version maintained by the stm32-rs project:

    https://github.com/stm32-rs/svdtools

Signed-off-by: Rahix <rahix@rahix.de>
a91957a7 — Rahix 4 years ago
patches: Include _svd tag

The _svd: tag is needed for upstream svdtools to find the corresponding
svd file for each patch.

Signed-off-by: Rahix <rahix@rahix.de>
10b826e3 — Boris Vinogradov 4 years ago
Add basic support for ATmega644
054bfdbd — Rahix 4 years ago
Prepare 0.2.2

Signed-off-by: Rahix <rahix@rahix.de>
df259087 — Rahix 4 years ago
Update CHANGELOG
b50f869a — Andrew Dona-Couch 4 years ago
Simplify ATtiny84 ADC patch
9c2e7ecd — Andrew Dona-Couch 4 years ago
Extract common EXINT patch from tiny84/85
0a701c00 — Andrew Dona-Couch 4 years ago
Extract common EEPROM patch from tiny84/85/88
f64c737b — Andrew Dona-Couch 4 years ago
Extract common USI patch from tiny84/85
cd7b85ad — Andrew Dona-Couch 4 years ago
Add PINx patch to ATtiny84
a2c3d2da — Andrew Dona-Couch 4 years ago
Update CHANGELOG
f48ac82c — Andrew Dona-Couch 4 years ago
Add support for the ATtiny84
f7089edf — Andrew Dona-Couch 4 years ago
ATtiny85 TC0 patch also applies to ATtiny84
ea289f83 — Andrew Dona-Couch 4 years ago
svdpatch: create fields element if register has no fields
6cd5000d — Boris Vinogradov 4 years ago
Add atmega48p device support
93330ace — Andrew Dona-Couch 4 years ago
Update CHANGELOG
7c3805f9 — Andrew Dona-Couch 4 years ago
Make the PINx registers writeable
2e7dc52c — Andrew Dona-Couch 4 years ago
Fix typo in ATtiny85 docs
a75b9d51 — Rahix 4 years ago
Update CHANGELOG
1750924f — Rahix 4 years ago
make: Properly remove 'extern crate' lines

The previous sed expression would remove arbitrary lines which can break
easily.  Instead, only remove actual extern crate lines.

This will provide a seamless upgrade to the next svd2rust version which
contains commit 85615cb0bbc8 ("Use and generate code for Edition 2018
only ") and thus no longer emits 'extern crate' lines.

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