Rahix / avr-hal-template

cargo-generate template for avr-hal projects
Apache License 2.0
130 stars 28 forks source link

add support for arduino mega 1280 #13

Closed ReinoutHeeck closed 1 year ago

ReinoutHeeck commented 1 year ago

These changes add support for the original 'Arduiono Mega' board that came with the atmega 1280 mcu

Requires PR https://github.com/Rahix/avr-hal/pull/362 to be merged,

then BEFORE PUBLISHING update line 21 in Cargo.toml:

    19 [dependencies.arduino-hal]
    20 git = "https://github.com/rahix/avr-hal"
    21 rev = "3b8f39fa2ec5e3359c7bedc33d982e75e8cc3700"
ReinoutHeeck commented 1 year ago

apologies, the github UI confused me... now we have two changes here:

Rahix commented 1 year ago

Hi, thanks for the contributions!

Can you split this into two PRs, one for the new board and one for the README change, please?

ReinoutHeeck commented 1 year ago

The split is done

Rahix commented 1 year ago

Ah, and now I was too fast and merged it before even looking at the PR over in avr-hal... Well, all the more motivation to get the other one merged ASAP as well.

Rahix commented 1 year ago

Alright, this unfortunate situation is now fixed with commit 6c54aa546ee2 ("Update avr-hal revision"). :)