Add support for AVR32
This commit is contained in:
parent
20a90bef8b
commit
82b37d35af
|
@ -130,6 +130,16 @@ SOFTWARE.
|
||||||
|
|
||||||
#endif /* vax */
|
#endif /* vax */
|
||||||
|
|
||||||
|
#ifdef __avr32__
|
||||||
|
|
||||||
|
#define IMAGE_BYTE_ORDER MSBFirst
|
||||||
|
#define BITMAP_BIT_ORDER MSBFirst
|
||||||
|
#define GLYPHPADBYTES 4
|
||||||
|
#define GETLEFTBITS_ALIGNMENT 1
|
||||||
|
#define AVOID_MEMORY_READ
|
||||||
|
|
||||||
|
#endif /* __avr32__ */
|
||||||
|
|
||||||
#ifdef __arm32__
|
#ifdef __arm32__
|
||||||
|
|
||||||
#define IMAGE_BYTE_ORDER LSBFirst
|
#define IMAGE_BYTE_ORDER LSBFirst
|
||||||
|
|
Loading…
Reference in New Issue