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

Fixed READ EEPROM in stk500v2 bootloader #6456

Closed
wants to merge 1 commit into from

Conversation

mlasevich
Copy link

As per #6455

CMD_READ_EEPROM_ISP was addressing EEPROM as 16bit instead of 8bit data.
Changed to mimic CMD_PROGRAM_EEPROM_ISP workaround.

CMD_READ_EEPROM_ISP was addressing EEPROM as 16bit instead of 8bit data.
Changed to mimic CMD_PROGRAM_EEPROM_ISP workaround.
@cmaglie cmaglie added Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: Bootloader The bootloader is the program used to load the uploaded program into the microcontroller's memory Type: Bug feature request A request to make an enhancement (not a bug fix) labels Jul 6, 2017
@mlasevich
Copy link
Author

What is the status of this? Will this be merged into the official bootloader or is there an issue with it?

Thanks.

@facchinm
Copy link
Member

facchinm commented Mar 9, 2018

@mlasevich we usually update the bootloaders as soon as they are used in production. Any bugfix is well accepted but will be merged only if the generated binary has been validated

@mlasevich
Copy link
Author

Thanks for the reply. I mostly wanted to know if I needed to do anything else to get this accepted and it sounds like that is not the case. It is no rush, we can perfectly well use the custom built bootloader for our purposes, but it always feels better to use the official build :-)

For my education, what does "used in production" mean - does that mean it will be tested once a new board using it will be released or something else?

Thanks :-)

@facchinm
Copy link
Member

Exactly, as soon as a board is being factory-flashed with a given bootloader we update the corresponding source and binary 😉

@mlasevich
Copy link
Author

Closing as the relevant file is no longer in this repo. Opening new PR here: arduino/ArduinoCore-avr#24

@mlasevich mlasevich closed this Jul 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: Bootloader The bootloader is the program used to load the uploaded program into the microcontroller's memory feature request A request to make an enhancement (not a bug fix) Type: Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants