Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for the ATMega8535 #394

Open
arnemileswinter opened this issue Jan 22, 2023 · 1 comment
Open

Support for the ATMega8535 #394

arnemileswinter opened this issue Jan 22, 2023 · 1 comment
Labels
mcu-support Support for a new Microcontroller

Comments

@arnemileswinter
Copy link

Hello again,

I have an atmega8535 on my desk, which i can be ISP programmed with my other arduino using the arduino IDE.

Does anyone know which cargo-features i need on avr-hal and which .json file would i need to adjust in order to compile rust for that chip?

thanks in advance!

@Rahix
Copy link
Owner

Rahix commented Jan 23, 2023

Hi, the ATmega8535 is not yet supported in avr-hal. If you want to add support for it, you need to start by adding support for this MCU in the avr-device crate. The README contains some instructions on how that works or maybe take a look at recent pull requests which also added support for new chips.

@Rahix Rahix added the mcu-support Support for a new Microcontroller label Jan 23, 2023
@Rahix Rahix changed the title How to program the ATMega8535 Support for the ATMega8535 Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mcu-support Support for a new Microcontroller
Projects
None yet
Development

No branches or pull requests

2 participants