florian
|
055a49b202
* patch by Christo Crause: the subarch type for atmega 8, 8A, 16 & 32 was incorrect. Atmega8A was also listed under the wrong subarch type in the makefile, also fixed.
|
před 7 roky |
Jeppe Johansen
|
4a169e6b1a
Changed subarch of at90pwm161
|
před 7 roky |
florian
|
73c46a5988
- removed unused constants
|
před 8 roky |
florian
|
56b6cedcf4
* increase ram size of the avrsim controller target
|
před 9 roky |
florian
|
bd20c5a66b
* set a proper sram base for the avrsim controller type
|
před 9 roky |
Jeppe Johansen
|
3cb9be73bc
Moved tcontrollerdatatype out into cpuinfo.
|
před 10 roky |
Jeppe Johansen
|
55669f62b1
Added most AVR controllers.
|
před 10 roky |
florian
|
c0dd2047f9
* cosmetics, entries are now properly aligned
|
před 10 roky |
Jeppe Johansen
|
ab9c8bb569
Fixed startup assembler code for the case where there's no data in .bss and/or in .data.
|
před 10 roky |
florian
|
a3553a7320
+ adds missing ct_atmega168 and ct_atmega368 symbols, thanks to mischi
|
před 10 roky |
florian
|
cf552b2a0b
+ ATmeag168/ATmeag368 support
|
před 10 roky |
florian
|
0cd521fc8b
+ ATmega48/ATmega88 support
|
před 10 roky |
florian
|
d58d7b7838
* fixes breakage of r30930 (+ ATtiny24/ATtiny44/ATtiny84 support)
|
před 10 roky |
florian
|
0f73675354
+ ATtiny24/ATtiny44/ATtiny84 support
|
před 10 roky |
florian
|
f5edf77a05
+ Atmega8 support
|
před 10 roky |
florian
|
dfd4d3656b
+ avrsim controller target requiring a special avr simulator with a certain memory location handling, see avrsim.pp controller helper unit for what it is needed
|
před 10 roky |
florian
|
5c67fcc43f
+ change always floating point divisions into multiplications if they are a power of two,
|
před 10 roky |
Tomas Hajny
|
3ee3542744
* boolean constant instead of IFDEFs for detection of microcontroller support
|
před 10 roky |
florian
|
b2b26f84cf
* partially merged the mips-embedded branch of Michael Ring:
|
před 11 roky |
Jeppe Johansen
|
2227045e23
Replace forbidden chars in more places in the GAS assembler writer.
|
před 11 roky |
Jeppe Johansen
|
8b17a358e4
Remove all traces of the interrupt vector table generation mechanism
|
před 12 roky |
florian
|
895aa0d752
* reworked cpuflags for avr
|
před 13 roky |
florian
|
aadf6da14f
* better naming of CPU flag strings
|
před 13 roky |
florian
|
4d86d25c6c
* -O4 switch for optimizations which are correct but which might have unexpected effects
|
před 13 roky |
florian
|
b330bba0bc
+ introduce -Oofastmath
|
před 13 roky |
Jonas Maebe
|
3798b79fd7
+ optimization that (re)orders instance fields of Delphi-style classes in
|
před 13 roky |
florian
|
a08dfdf803
o slightly modified patch by John Clymer:
|
před 14 roky |
florian
|
04e2321724
* avr cpuflags renames
|
před 14 roky |
florian
|
a178f34ab3
+ avr processor type information
|
před 14 roky |
florian
|
5acf377e31
* enable node cse for all cpus as level 2 optimization
|
před 15 roky |