osx-cross / homebrew-avr

Homebrew AVR Toolchain
BSD 2-Clause "Simplified" License
394 stars 79 forks source link

Add AVR-GCC 14.1.0 formula #338

Closed davidstritzl closed 4 months ago

davidstritzl commented 4 months ago

This adds a new formula for AVR-GCC 14.1.0. The formula is based on the formula for AVR-GCC 12.2.0 and the Homebrew Core formula for GCC 14.1.0. The latter updates the GCC sources and the patches by the Darwin GCC maintainer for GCC 14.1.0.

The Homebrew checks brew test avr-gcc@14 and brew audit --strict --online avr-gcc@14 have been performed successfully. Further testing was done on macOS 14.4.1 on AArch64. Basic on-device tests have been run on an ATmega2560.

Additionally, a new entry for AVR-GCC 14.1.0 was added to the README.

ladislas commented 4 months ago

thanks for the PR! can you check the errors and fix the style? :)

davidstritzl commented 4 months ago

The style violations should be fixed now.