AVR C Runtime Library - Patches: patch #9543, Add avrxmega3 devices.
You are not allowed to post comments on this tracker with your current authentication level.
patch #9543: Add avrxmega3 devices.
Submitter: | Balint Cristian <cbalint> | ||
Submitted: | Wed 17 Jan 2018 03:29:03 PM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
( Jump to the original submission )
Tue 23 Nov 2021 08:09:23 PM UTC, comment #34: |
Balint Cristian <cbalint> |
Tue 23 Nov 2021 06:58:48 PM UTC, comment #33: wdt.h seems to have some issues that need fixing up. The wdt_enable() and wdt_disable() macros seem are completely inapplicable to the ATtiny416.
|
Joel Holdsworth <jhol> |
Tue 16 Nov 2021 01:39:48 PM UTC, comment #32: Updated avrxmega3-v11.diff.xz with latest AVR8X devices.
|
Balint Cristian <cbalint> |
Tue 16 Nov 2021 01:09:08 PM UTC, comment #31: Is it possible to cut the Gordian knot? This patch applies cleanly and works perfectly - as far as I can tell from my testing. I see no reason why it's necessary for it to be tangled up with these other long-standing issues. I would imagine this patch could be applied, and a release made in a couple of hours work. |
Joel Holdsworth <jhol> |
Mon 15 Nov 2021 06:55:42 PM UTC, comment #30: What would it take to get all these changes merged? |
Joel Holdsworth <jhol> |
Mon 15 Nov 2021 06:43:14 PM UTC, comment #29: This patch is best integrated after the changes from
|
Georg-Johann Lay <gjlayde> |
Mon 15 Nov 2021 05:42:31 PM UTC, comment #28: Can we have this patch integrated and released? I have used it for a complex project on the ATtiny416, and have found no issues. |
Joel Holdsworth <jhol> |
Tue 01 Dec 2020 11:52:19 AM UTC, comment #27:
|
Balint Cristian <cbalint> |
Tue 01 Dec 2020 08:06:57 AM UTC, comment #26: Great work all. As I am not so knowlegable@Linux, it took me a while to get that running, lots of compile problems, try and error, so I wanted to share what finally worked for me.
|
wasti <wastis> |
Sun 08 Nov 2020 04:31:11 PM UTC, comment #25:
|
Tom Li <biergaizi> |
Thu 30 Apr 2020 03:08:57 PM UTC, comment #24:
Atmel.ATtiny_DFP.1.4.310.atpack
atmega808,atmega809,
|
Balint Cristian <cbalint> |
Thu 30 Apr 2020 03:03:09 PM UTC, comment #23:
|
Balint Cristian <cbalint> |
Wed 22 Apr 2020 12:46:03 PM UTC, comment #22: I would like to use those new ATtiny devices. It would be great if those newer devices were supported, and I am willing to help with that.
|
Yves Delley <burnpanck> |
Mon 18 Nov 2019 08:02:11 AM UTC, comment #21: FYI, support for devices from the 0-series like ATmega4808 (also filed under avrxmega3) has been added to avr-gcc:
|
Georg-Johann Lay <gjlayde> |
Tue 12 Mar 2019 09:25:37 PM UTC, comment #20: I too have successfully used this patch to add support for ATtiny814 to my avr-libc. Can it be considered for mainline merging sometime please? This would help improve the uptake of these new chips. |
Paul Evans <leonerd> |
Thu 21 Feb 2019 11:57:45 AM UTC, comment #19: I have successfully used this patch with the ATtiny817 which works well. Are there concrete plans to get this merged?
|
Sven <svenschwermer> |
Tue 25 Dec 2018 07:04:19 PM UTC, comment #18:
|
Balint Cristian <cbalint> |
Sun 01 Jul 2018 01:44:39 PM UTC, comment #17:
|
Balint Cristian <cbalint> |
Sat 31 Mar 2018 10:00:09 AM UTC, comment #16: Cristian,
|
jan de kruyf <deikruve> |
Sat 31 Mar 2018 12:06:46 AM UTC, comment #15: Jan,
|
Balint Cristian <cbalint> |
Fri 30 Mar 2018 04:52:28 PM UTC, comment #14: Cristian, hello.
|
jan de kruyf <deikruve> |
Tue 23 Jan 2018 02:09:12 PM UTC, comment #13: The avrxmega3-v6.diff.bz2 includes a ATDF parser for AVR8X.
|
Balint Cristian <cbalint> |
Fri 19 Jan 2018 10:42:09 AM UTC, comment #12: Mixing the licenses is doable, it's just a little cumbersome
|
Joerg Wunsch <joerg_wunsch>![]() |
Fri 19 Jan 2018 10:33:27 AM UTC, comment #11:
|
Balint Cristian <cbalint> |
Thu 18 Jan 2018 04:32:53 PM UTC, comment #10: Ok, better now. At least the trivial example builds now.
|
Georg-Johann Lay <gjlayde> |
Thu 18 Jan 2018 03:53:50 PM UTC, comment #9: Johann,
|
Balint Cristian <cbalint> |
Thu 18 Jan 2018 03:10:27 PM UTC, comment #8: There must still be missing something, at least _PROTECTED_WRITE_SPM. Apart from a build warning for a missing prototype, it's neither resolved by a macro nor my a symbol:
|
Georg-Johann Lay <gjlayde> |
Thu 18 Jan 2018 02:07:09 PM UTC, comment #7: Johann,
too (is quite similar to TPI). As reference for UPDI there is https://github.com/mraardvark/pyupdi, you probably already know that.
|
Balint Cristian <cbalint> |
Thu 18 Jan 2018 11:50:34 AM UTC, comment #6: Thanks, I can build avr-libc now and a quick test looks good.
|
Georg-Johann Lay <gjlayde> |
Wed 17 Jan 2018 05:13:17 PM UTC, comment #5:
+ Backports changes from Atmel 3.6.1 [1] toolchain:
|
Balint Cristian <cbalint> |
Wed 17 Jan 2018 04:15:45 PM UTC, comment #4: With that patch, avr-libc fails to build:
|
Georg-Johann Lay <gjlayde> |
Wed 17 Jan 2018 04:14:14 PM UTC, comment #3: Johann, Joerg,
|
Balint Cristian <cbalint> |
Wed 17 Jan 2018 04:12:13 PM UTC, comment #2: I agree with Johann's comment regarding ChangeLog, though it's
|
Joerg Wunsch <joerg_wunsch>![]() |
Wed 17 Jan 2018 03:56:18 PM UTC, comment #1:
|
Georg-Johann Lay <gjlayde> |
Wed 17 Jan 2018 03:29:03 PM UTC, original submission:
- include/avr/io.h
|
Balint Cristian <cbalint> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 14 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2021-11-23 | cbalint | Attached File | - | ![]() |
Added avrxmega3-v12.diff.xz, #52334 |
2021-11-16 | cbalint | Attached File | - | ![]() |
Added avrxmega3-v11.diff.xz, #52286 |
2020-04-30 | cbalint | Attached File | - | ![]() |
Added avrxmega3-v10.diff.xz, #48974 |
2018-12-25 | cbalint | Attached File | - | ![]() |
Added avrxmega3-v9.diff.bz2, #45738 |
2018-07-01 | cbalint | Attached File | - | ![]() |
Added avrxmega3-v8.diff.bz2, #44476 |
2018-03-31 | cbalint | Attached File | - | ![]() |
Added avrxmega3-v7.diff.bz2, #43735 |
2018-01-23 | cbalint | Attached File | - | ![]() |
Added avrxmega3-v6.diff.bz2, #43034 |
2018-01-18 | cbalint | Attached File | - | ![]() |
Added avrxmega3-v5.diff.bz2, #42957 |
2018-01-18 | cbalint | Attached File | - | ![]() |
Added attiny16161-disasm.txt.bz2, #42956 |
2018-01-18 | gjlayde | Attached File | - | ![]() |
Added avrxmega3-v4.diff.bz2, #42952 |
2018-01-17 | cbalint | Attached File | - | ![]() |
Added avrxmega3-v3.patch.bz2, #42939 |
2018-01-17 | cbalint | Attached File | - | ![]() |
Added avrxmega3-v2.patch.bz2, #42938 |
2018-01-17 | cbalint | Attached File | - | ![]() |
Added avrxmega3.patch.bz2, #42937 |
Carbon-Copy | - | ![]() |
Added -email is unavailable- |
Updated avrxmega3-v12.diff.xz:
* Update wdt.h, sleep.h (based on avr8-toolchain-3.6.2.1778).
Thanks,
~Cristian.