HWA
Bare metal programming with style
attiny24.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,2020 Christophe Duparquet.
7  * All rights reserved. Read LICENSE.TXT for details.
8  */
9 
37 #define HW_DEVICE attiny24
38 
42 #define HW_DEVICE_ATTINY24
43 
47 #define HW_DEVICE_SIGNATURE 0x1E,0x91,0x0B
48 
52 #define HW_DEVICE_FLASH_SIZE 2048
53 
57 #define HW_DEVICE_FLASH_PAGE_SIZE 32
58 
62 #define HW_DEVICE_EEPROM_SIZE 128
63 
67 #define HW_DEVICE_EEPROM_PAGE_SIZE 4
68 
72 #define HW_DEVICE_RAM_SIZE 128
73 
78 #include "../../atmel/avr/devices/attinyx4.h"
79 
80 #endif