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?
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...
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...
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...
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,...
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...