Fixed ATtiny26 support
Added ATtiny26 sections into avrdude.conf. Fixed fuses in board.txt for the MCU Refactored Clock Source+Speed menu. Refactored BrownOut Detect menu Added .gitignore
Thanks but um.... boards.txt is not hand generated in 2.0.0-dev which will be 2.0.0 (the next release) it's generated by that heinous bad python file in extras/development....
Spence Konde Azzy’S Electronics
New products! Check them out at tindie.com/stores/DrAzzy GitHub: github.com/SpenceKonde ATTinyCore: Arduino support for almost every ATTiny microcontroller Contact: @.***
On Wed, Aug 10, 2022, 16:04 vitark @.***> wrote:
Added ATtiny26 sections into avrdude.conf. Fixed fuses in board.txt for the MCU Refactored Clock Source+Speed menu. Refactored BrownOut Detect menu Added .gitignore
You can view, comment on, or merge this pull request online at:
https://github.com/SpenceKonde/ATTinyCore/pull/713 Commit Summary
- 3855321 https://github.com/SpenceKonde/ATTinyCore/pull/713/commits/38553215eb04bec32b9d27aeb1ecf355bdeaecc3 Added ATtiny26 sections into avrdude.conf. Fixed fuses in board.txt for the MCU
File Changes
(3 files https://github.com/SpenceKonde/ATTinyCore/pull/713/files)
- A .gitignore https://github.com/SpenceKonde/ATTinyCore/pull/713/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947 (1)
- M avr/avrdude.conf https://github.com/SpenceKonde/ATTinyCore/pull/713/files#diff-9d5db3eb253a482663fc5d0dba05af61734ffa0e09027da4d7441af8d20854fc (159)
- M avr/boards.txt https://github.com/SpenceKonde/ATTinyCore/pull/713/files#diff-186dca1a73cd9484ec5d39d309bef76ed357920647dbdd25014ee194336533df (177)
Patch Links:
- https://github.com/SpenceKonde/ATTinyCore/pull/713.patch
- https://github.com/SpenceKonde/ATTinyCore/pull/713.diff
— Reply to this email directly, view it on GitHub https://github.com/SpenceKonde/ATTinyCore/pull/713, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTXEW56XXI54GPHZQQ7NQLVYQDLHANCNFSM56FY3VAA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I see. No problem. I did some work to make ATtiny26 workable for my project and just share the results. Maybe some part of the work will be useful for you) Thank you for the project.
BTW: I able to put that changes in the python generator, and provide new PR. Should I do it?
Oh hell yes you should <3 <3 <3
Hello @SpenceKonde Changes for ATtiny26 were added to the generator. Due to ATtiny26 not same as other MCUs, especially clocking and BOD stuff, I have added additional options to the script:
-
notunedclocks -- disable generation of clocks defaults (tunedclocks and tune8stdclk). Only defined in "internalclock" will be used.
-
bodmenu -- provides the possibility to define own BOD menu instead of predefined.
Both options are optional and can be used for other MCUs or omitted.
avr/extras/development/boards.txt - generated by updated script. avr/boards.txt - copy of avr/extras/development/boards.txt
HELL YES! AND YOU EVEN FIXED THE CONFIG GENERATOR TOO?
You da man!