HWA
Bare metal programming with style
attiny45.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 attiny45
35 
39 #define HW_DEVICE_ATTINY45
40 
44 #define HW_DEVICE_SIGNATURE 0x1E,0x92,0x06
45 
49 #define HW_DEVICE_FLASH_SIZE 4096
50 
54 #define HW_DEVICE_FLASH_PAGE_SIZE 64
55 
59 #define HW_DEVICE_EEPROM_SIZE 256
60 
64 #define HW_DEVICE_EEPROM_PAGE_SIZE 4
65 
69 #define HW_DEVICE_RAM_SIZE 256
70 
75 #include "../../atmel/avr/devices/attinyx5.h"