| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Reminded by: pav
Notes:
svn path=/head/; revision=287722
|
|
|
|
|
|
|
|
|
|
|
| |
Completely reorganize the patches for this port.
Patches for new devices are now synchronized with the Atmel AVR tools.
The main difference is the naming scheme, as FreeBSD patches start
with "patch-", while the Atmel AVR Tools patches end up in ".patch".
Notes:
svn path=/head/; revision=287512
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=250559
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=250557
|
|
|
|
|
|
|
|
| |
Integrate another bugfix that affects avr25-architecture MCU types
(ATtiny84, for example).
Notes:
svn path=/head/; revision=239401
|
|
|
|
| |
Notes:
svn path=/head/; revision=235597
|
|
|
|
|
|
|
|
|
|
|
| |
Silense an assembler warning that triggered too frequently on
legitimate code (binutils bug 5523).
Make $DATA_ORIGIN a configurable value within the linker script
templates.
Notes:
svn path=/head/; revision=217787
|
|
|
|
|
|
|
|
| |
Fix support for AT90USB82/162, move them into "avr35" architecture.
Add basic support for fuse and lock bit sections in ELF file.
Notes:
svn path=/head/; revision=204171
|
|
|
|
| |
Notes:
svn path=/head/; revision=202169
|
|
|
|
|
|
|
| |
Change AT90USB82 from avr5 to avr5.
Notes:
svn path=/head/; revision=194141
|
|
|
|
| |
Notes:
svn path=/head/; revision=189411
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 4.x, and caused the compilation to fail due to the -Werror option
used.
Remove an annoying assembler warning in the ATmega256x patch that was
frequently triggered by large C switch() statements in GCC, and
generally considered to be a regression. The author of that patch
agreed that the warning isn't particularly useful anyway for a number
of reasons, and recommended to just drop it.
Notes:
svn path=/head/; revision=181423
|
|
|
|
|
|
|
| |
Haase.
Notes:
svn path=/head/; revision=173853
|
|
|
|
|
|
|
| |
ATmega165P, and ATmega169P.
Notes:
svn path=/head/; revision=159944
|
|
|
|
|
|
|
| |
not the AT90USB468.
Notes:
svn path=/head/; revision=157810
|
|
|
|
| |
Notes:
svn path=/head/; revision=157800
|
|
|
|
| |
Notes:
svn path=/head/; revision=157690
|
|
|
|
| |
Notes:
svn path=/head/; revision=152759
|
|
|
|
| |
Notes:
svn path=/head/; revision=151200
|
|
|
|
|
|
|
| |
Add support for AT90CAN32/64.
Notes:
svn path=/head/; revision=147231
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and combine them into a single unified patch, as only two files need
to be patched anyway.
This will extend support of avr-binutils (over stock binutils-2.16) to
the following AVR devices:
ATtiny25/45/85
AT90PWM2/3
ATmega164/324/644
ATmega329/3290/649/6490
ATmega640/1280/1281
Notes:
svn path=/head/; revision=140491
|
|
|
|
|
|
|
|
| |
A number of our old patches have been integrated into the mainline now,
so they can be removed.
Notes:
svn path=/head/; revision=138269
|
|
|
|
|
|
|
|
| |
In preparation for moving the port to binutils-2.16, rather get it
in before that.
Notes:
svn path=/head/; revision=136556
|
|
|
|
|
|
|
|
|
|
| |
and apply them to the latest released version (2.15). This mainly
adds support for new AVR devices that appeared on the market recently,
and fixes one relocation bug for the EEPROM section that could be
noted when a bootloader section is also present.
Notes:
svn path=/head/; revision=130832
|
|
|
|
|
|
|
|
|
| |
Also fixed is the way the tweak for amd64 -> x86_64 is done, and
Manuel Stuehn <manuel dot stuehn at gmx dot net> verified it is OK
on that architecture now.
Notes:
svn path=/head/; revision=111873
|
|
|
|
|
|
|
|
|
|
|
| |
Also included now the "AVR COFF beta" patch that allows avr-objcopy to
generate AVR (extended) COFF files. Note the beta state (which only
affects this conversion though).
This commit also fixes a minor pkg-plist problem noticed by kris.
Notes:
svn path=/head/; revision=88813
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade binutils to a recent snapshot, since this is a prerequisite
for the remaining ports.
Unfortunately, sources.redhat.com frequently purges older snapshot
tarballs, thus i gotta keep the one to use here around privately.
Notes:
svn path=/head/; revision=62388
|
|
|
|
|
|
|
|
|
|
| |
clash with other binutils ports for different targets, and are not
needed to be installed at all.
PR: ports/27347 (although with a different approach than suggested)
Notes:
svn path=/head/; revision=42621
|
|
to clash with other ports of GNU tools.
Fixup pkg-plist accordingly.
Notes:
svn path=/head/; revision=41713
|