Skip to content

Error in boards.txt file for Nucleo-L432KC #96

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

Closed
Erik7716 opened this issue Sep 2, 2017 · 1 comment
Closed

Error in boards.txt file for Nucleo-L432KC #96

Erik7716 opened this issue Sep 2, 2017 · 1 comment
Assignees
Labels
bug 🐛 Something isn't working
Milestone

Comments

@Erik7716
Copy link

Erik7716 commented Sep 2, 2017

Release: 2017.8.31

The values for the .upload.maximum_size and .upload.maximum_data_size are swapped in the boards.txt file for the NUCLEO_L432KC board on lines 229 and 230.

Current incorrect lines:
Nucleo_32.menu.board_part_num.NUCLEO_L432KC.upload.maximum_size=65536
Nucleo_32.menu.board_part_num.NUCLEO_L432KC.upload.maximum_data_size=262144

This should be:
Nucleo_32.menu.board_part_num.NUCLEO_L432KC.upload.maximum_size=262144
Nucleo_32.menu.board_part_num.NUCLEO_L432KC.upload.maximum_data_size=65536

@fpistm fpistm added the bug 🐛 Something isn't working label Sep 2, 2017
@fpistm fpistm self-assigned this Sep 2, 2017
@fpistm fpistm added this to the Next release milestone Sep 2, 2017
@fpistm
Copy link
Member

fpistm commented Sep 2, 2017

Thanks @Erik7716

@fpistm fpistm closed this as completed in 17b1ff7 Sep 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants