projects
/
sx
/
simavr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
regExp
home
|
summary
|
tags
|
heads
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
raw
|
patch
| inline |
side by side
(parent:
7c4afd1
)
Commit
06b379bfb61b9ba9c31c5b9774605bdbee054b29
author
ga
<ga@oldell.fish>
Tue, 3 May 2022 07:55:48 +0000
(08:55 +0100)
committer
ga
<ga@oldell.fish>
Tue, 3 May 2022 08:03:50 +0000
(09:03 +0100)
"attiny13 doesn't work after
f421abbabc712ad058f917c8e78d89122e8cd181
".
simavr/cores/sim_tiny13.c
patch
|
blob
|
history
|
download
diff --git
a/simavr/cores/sim_tiny13.c
b/simavr/cores/sim_tiny13.c
index 06017ed5fa41277c2ba9238e54ba9af77f27afcb..1f8e12b0594272ddcbb9cd1d3ee92ed79f9abe83 100644
(file)
--- a/
simavr/cores/sim_tiny13.c
+++ b/
simavr/cores/sim_tiny13.c
@@
-55,6
+55,7
@@
static const struct mcu_t {
/*
* tiny13 has no extended fuse byte, so can not use DEFAULT_CORE macro
*/
+ .ioend = RAMSTART - 1,
.ramend = RAMEND,
.flashend = FLASHEND,
.e2end = E2END,