mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
a523b50096
Fix support for AT90USB82/162, move them into "avr35" architecture. Add support for the OS_main and OS_task attributes. Integrate some more bugfixes from the WinAVR patch list.
23 lines
585 B
Plaintext
23 lines
585 B
Plaintext
FSF gcc-4.x for Atmel AVR cross-development
|
|
|
|
Included is the basic C++ compiler, although this is only of limited
|
|
use without a libstdc++, and it is little tested.
|
|
|
|
Supported debugging formats: -gdwarf-2 [default], -gstabs
|
|
Local patch added: recognizes 0bXXX binary constants
|
|
Local patch added: OS_main and OS_task attributes
|
|
|
|
Locally added support for the following AVR devices:
|
|
|
|
ATtiny43U
|
|
ATtiny48/88
|
|
AT90PWM2B/PWM3B
|
|
AT90PWM216/PWM316
|
|
ATmega48P/88P/168P/328P
|
|
ATmega32HVB
|
|
ATmega1284
|
|
ATmega2560/ATmega2561
|
|
|
|
WWW: http://gcc.gnu.org/
|
|
WWW: http://www.nongnu.org/avr-libc/
|