HWA
Bare metal programming with style
attiny85.h
Go to the documentation of this file.
1 
2 #ifndef HWA_H
3 #define HWA_H
4 
5 /* This file is part of the HWA project.
6  * Copyright (c) 2012,2015 Christophe Duparquet.
7  * All rights reserved. Read LICENSE.TXT for details.
8  */
9 
37 #define HW_DEVICE attiny85
38 
42 #define HW_DEVICE_ATTINY85
43 
47 #define HW_DEVICE_SIGNATURE 0x1E,0x93,0x0B
48 
52 #define HW_DEVICE_FLASH_SIZE 8192
53 
57 #define HW_DEVICE_FLASH_PAGE_SIZE 64
58 
62 #define HW_DEVICE_EEPROM_SIZE 512
63 
67 #define HW_DEVICE_EEPROM_PAGE_SIZE 4
68 
72 #define HW_DEVICE_RAM_SIZE 512
73 
78 #include "../../atmel/avr/devices/attinyx5.h"
79 
80 #endif