2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>

* rtems/score/avr.h: Add avr6.
This commit is contained in:
Ralf Corsepius
2009-12-02 10:23:33 +00:00
parent 80f77327f3
commit 46e483b847
2 changed files with 8 additions and 0 deletions

View File

@@ -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>
* cpu.c, cpu_asm.S, rtems/score/cpu.h: Fix bug in

View File

@@ -80,6 +80,10 @@ extern "C" {
#define CPU_MODEL_NAME "avr51"
#define AVR_HAS_FPU 1
#elif __AVR_ARCH__ == 6
#define CPU_MODEL_NAME "avr6"
#define AVR_HAS_FPU 1
#else
#error "Unsupported __AVR_ARCH__"
#endif