HWA
Bare metal programming with style
attiny44.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 attiny44
35
39
#define HW_DEVICE_ATTINY44
40
44
#define HW_DEVICE_SIGNATURE 0x1E,0x92,0x07
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/attinyx4.h"
Generated for HWA by
1.8.6