~ruther/avr-device

ref: 46eebb9530efa3e5b3ab46dd9feaddb730aba24d avr-device/src/lib.rs -rw-r--r-- 1.3 KiB
dc45b3cc — Rahix 6 years ago
Switch to a new design as outlined in #17

Signed-off-by: Rahix <rahix@rahix.de>
f77864dc — Rahix 6 years ago
hack: Make sure you cannot build for more than one chip

Signed-off-by: Rahix <rahix@rahix.de>
160cfaad — Rahix 6 years ago
atmega1280: Add missing Peripherals::take()

Signed-off-by: Rahix <rahix@rahix.de>
4f73fe2e — Gabriel Pickl 6 years ago
Added atmega1280.
1d62dc82 — Rahix 6 years ago
Fix mistake in lib.rs

Signed-off-by: Rahix <rahix@rahix.de>
34861ead — Filip 6 years ago
Add support for atmega8

Signed-off-by: Filip <filip.skubacz.public@gmail.com>
8b1679a8 — Rahix 6 years ago
Add support for atmega328p

Signed-off-by: Rahix <rahix@rahix.de>
4d71c0ee — Rahix 6 years ago
Add interrupts and use cfg-if

Signed-off-by: Rahix <rahix@rahix.de>
769efac4 — Rahix 6 years ago
Initial