HWA
Bare metal programming with style
attiny84.h
Go to the documentation of this file.
1 
2 /* This file is part of the HWA project.
3  * Copyright (c) 2012,2015,2020 Christophe Duparquet.
4  * All rights reserved. Read LICENSE.TXT for details.
5  */
6 
34 #define HW_DEVICE attiny84
35 
39 #define HW_DEVICE_ATTINY84
40 
44 #define HW_DEVICE_SIGNATURE 0x1E,0x93,0x0C
45 
49 #define HW_DEVICE_FLASH_SIZE 8192
50 
54 #define HW_DEVICE_FLASH_PAGE_SIZE 64
55 
59 #define HW_DEVICE_EEPROM_SIZE 512
60 
64 #define HW_DEVICE_EEPROM_PAGE_SIZE 4
65 
69 #define HW_DEVICE_RAM_SIZE 512
70 
75 #include "../../atmel/avr/devices/attinyx4.h"