Search found 8 matches

by teknoman117
Mon Aug 25, 2025 7:10 am
Forum: Bug Reports
Topic: [AVR] Fix $(ELFSIZE) in Makefiles Topic is solved
Replies: 12
Views: 4323

Re: [AVR] Fix $(ELFSIZE) in Makefiles Topic is solved

Okay, done :)

Just to be certain, you're only saying the HAL should not be touched in stable_21.11.x (kept stable =P) until the 21.11.4 release is made, correct? Changes to the HAL in trunk would be fine though?
by teknoman117
Sun Aug 24, 2025 9:43 pm
Forum: Bug Reports
Topic: [AVR] Fix $(ELFSIZE) in Makefiles Topic is solved
Replies: 12
Views: 4323

Re: [AVR] Fix $(ELFSIZE) in Makefiles Topic is solved

Okay, I committed my small patches to trunk, figured I'd ask if you wanted me to push them to stable_21.11.x before I touched it :)
by teknoman117
Sun Aug 24, 2025 7:36 pm
Forum: Bug Reports
Topic: [AVR] Fix $(ELFSIZE) in Makefiles Topic is solved
Replies: 12
Views: 4323

Re: [AVR] Fix $(ELFSIZE) in Makefiles Topic is solved

In my 15 years in the tech industry thus far I've never actually had to use subversion =P. I'm sure I'll figure it out pretty quick. I do see that I have access now on Sourceforge. I just joined the Discord, user "teknoman117" as well. I'll ping the current maintainer and work on contribut...
by teknoman117
Sun Aug 24, 2025 7:27 am
Forum: Bug Reports
Topic: [AVR] Fix $(ELFSIZE) in Makefiles Topic is solved
Replies: 12
Views: 4323

Re: [AVR] Fix $(ELFSIZE) in Makefiles Topic is solved

I went and created a sourceforge account. Same username as here, "teknoman117".

If you want to DM me about maintenance rules / maintainer policy, please do so.
by teknoman117
Sat Aug 23, 2025 6:04 pm
Forum: Bug Reports
Topic: [AVR] Fix $(ELFSIZE) in Makefiles Topic is solved
Replies: 12
Views: 4323

Re: [AVR] Fix $(ELFSIZE) in Makefiles Topic is solved

I don't have a ton of time on my hands, but I could take some AVR work under my wing for at least a few months. My goal was to bring the AVR HAL closer to feature parity with some of the other platforms. My main focus was going to be writing a new EXTI driver that uses the AVR's PCINT pins so that P...
by teknoman117
Sat Aug 23, 2025 3:39 am
Forum: Bug Reports
Topic: [AVR] Fix $(ELFSIZE) in Makefiles Topic is solved
Replies: 12
Views: 4323

[AVR] Fix $(ELFSIZE) in Makefiles Topic is solved

Binutils 2.26 (released in 2016) removed support for the "--mcu=$(MCU) --format=avr" options from the avr-size command. Here's a patch to remove those options from the definition of ELFSIZE for AVR demos and tests. From 998d169f4436a5da3510f2d6a12d9ba7d25ca120 Mon Sep 17 00:00:00 2001 From...
by teknoman117
Fri Aug 22, 2025 2:24 am
Forum: Development and Feedback
Topic: [AVR] Should I develop a UART or SIO driver to support custom protocols?
Replies: 1
Views: 1417

[AVR] Should I develop a UART or SIO driver to support custom protocols?

Hello all! Still very new here, so far I've only used the AVR port of ChibiOS on a controller embedded into one of my personal robotics projects. Yes, I'll be upgrading to something more powerful in the future, but it's in there, it's powerful enough for what I currently need it to do, etc. Anyways,...
by teknoman117
Tue Aug 19, 2025 7:46 pm
Forum: Bug Reports
Topic: [AVR] Add support for USART2/3 on ATmega640/1280/2560 to Serial Driver Topic is solved
Replies: 2
Views: 3381

[AVR] Add support for USART2/3 on ATmega640/1280/2560 to Serial Driver Topic is solved

Hello! Hopefully this qualifies as a "small change", but I extended the serial driver for the ATmega AVRs to support USART2 and 3 on the ATmega640/1280/2560 family of AVRs (commonly found in the Arduino Mega). I duplicated the existing serial driver logic for the two UARTs, but I did remov...

Go to advanced search