forked from Imagelibrary/rtems
2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/avr.h: Add avr6.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* rtems/score/avr.h: Add avr6.
|
||||||
|
|
||||||
2009-08-11 Josh Switnicki <josh.switnicki@utoronto.ca>
|
2009-08-11 Josh Switnicki <josh.switnicki@utoronto.ca>
|
||||||
|
|
||||||
* cpu.c, cpu_asm.S, rtems/score/cpu.h: Fix bug in
|
* cpu.c, cpu_asm.S, rtems/score/cpu.h: Fix bug in
|
||||||
|
|||||||
@@ -80,6 +80,10 @@ extern "C" {
|
|||||||
#define CPU_MODEL_NAME "avr51"
|
#define CPU_MODEL_NAME "avr51"
|
||||||
#define AVR_HAS_FPU 1
|
#define AVR_HAS_FPU 1
|
||||||
|
|
||||||
|
#elif __AVR_ARCH__ == 6
|
||||||
|
#define CPU_MODEL_NAME "avr6"
|
||||||
|
#define AVR_HAS_FPU 1
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#error "Unsupported __AVR_ARCH__"
|
#error "Unsupported __AVR_ARCH__"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user