HWA
Bare metal programming with style
attiny25.h
Go to the documentation of this file.
1
#ifndef HWA_H
2
#define HWA_H
3
4
/* This file is part of the HWA project.
5
* Copyright (c) 2012,2015 Christophe Duparquet.
6
* All rights reserved. Read LICENSE.TXT for details.
7
*/
8
36
#define HW_DEVICE attiny25
37
41
#define HW_DEVICE_ATTINY25
42
46
#define HW_DEVICE_SIGNATURE 0x1E,0x91,0x08
47
51
#define HW_DEVICE_FLASH_SIZE 2048
52
56
#define HW_DEVICE_FLASH_PAGE_SIZE 32
57
61
#define HW_DEVICE_EEPROM_SIZE 128
62
66
#define HW_DEVICE_EEPROM_PAGE_SIZE 4
67
71
#define HW_DEVICE_RAM_SIZE 128
72
77
#include "../../atmel/avr/devices/attinyx5.h"
78
79
#endif
Generated for HWA by
1.8.6