~ruther/avr-device

c0b5119a — Andrew Dona-Couch 4 years ago
attiny85: Timer patch fixes
7b4ce9d2 — Rahix 4 years ago
Prepare 0.1.1

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

Signed-off-by: Rahix <rahix@rahix.de>
c7f42727 — Rahix 4 years ago
Add a CHANGELOG

Signed-off-by: Rahix <rahix@rahix.de>
397035ad — Rahix 4 years ago
atmega2560: Add timer patches

Signed-off-by: Rahix <rahix@rahix.de>
76894820 — Rahix 4 years ago
attiny85: Add patch for Timer/Counter 1

Signed-off-by: Rahix <rahix@rahix.de>
575b441b — Rahix 4 years ago
atmega328p: Add patch for 8-bit asynchronous timer

Signed-off-by: Rahix <rahix@rahix.de>
77a1d544 — Rahix 4 years ago
atmega32u4: Add patch for 10-bit timer/counter

Signed-off-by: Rahix <rahix@rahix.de>
99029de7 — Rahix 4 years ago
atmega32u4,atmega328p: Add patch for 16-bit timers

Signed-off-by: Rahix <rahix@rahix.de>
4e1e8d21 — Rahix 4 years ago
patch: Restructure timer patches

Redesign timer patch file structure for better modularity.  Now,
`timer/<chip>.yaml` defines all timer peripherals for a chip and uses
peripheral-level includes for patching the actual peripheral.  The
actual peripheral patches live in `timer/dev/<type>.yaml`.

The intermediate `<chip>.yaml` file is needed because peripheral-level
includes are not allowed in top-level files.

Signed-off-by: Rahix <rahix@rahix.de>
1e0eb40c — Andrew Dona-Couch 4 years ago
Add support for ATmega2560
ed93bb18 — Rahix 4 years ago
ci: Fixup travis badge

Signed-off-by: Rahix <rahix@rahix.de>
393dc903 — Rahix 4 years ago
README: Add badges

Signed-off-by: Rahix <rahix@rahix.de>
0a44427f — Rahix 4 years ago
Update README in preparation for release

Signed-off-by: Rahix <rahix@rahix.de>
72c5d2a4 — Rahix 4 years ago
Add version for avr-device-macros

Signed-off-by: Rahix <rahix@rahix.de>
941edac6 — Rahix 4 years ago
Build all features on docs.rs

Signed-off-by: Rahix <rahix@rahix.de>
ce2fbacc — Rahix 4 years ago
Include generated files instead of build-script

Signed-off-by: Rahix <rahix@rahix.de>
d11a9c2f — Rahix 4 years ago
Add crate metadata

Signed-off-by: Rahix <rahix@rahix.de>
cb089e6c — Rahix 4 years ago
Document #[interrupt] and #[entry]

Signed-off-by: Rahix <rahix@rahix.de>
27392685 — Rahix 4 years ago
macros: Add a #[entry] macro

Add a #[entry] macro for declaring the entry-point of the program,
similar to what cortex-m-rt is doing.

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