Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
7737d36f
Commit
7737d36f
authored
Dec 30, 2015
by
Huang Rui
Browse files
Update flash_api.h due to flash size map is redefined by espressif.
parent
a8359f1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/platform/flash_api.h
View file @
7737d36f
...
...
@@ -78,12 +78,12 @@ typedef struct
SIZE_8MBIT
=
2
,
SIZE_16MBIT
=
3
,
SIZE_32MBIT
=
4
,
SIZE_6
4
MBIT
=
5
,
SIZE_
128
MBIT
=
6
,
SIZE_
1
6MBIT
_8M_8M
=
5
,
SIZE_
32
MBIT
_8M_8M
=
6
,
}
size
:
4
;
uint32_t
entry_point
;
uint32_t
memory_offset
;
uint32_t
segment_size
;
uint32_t
segment_size
;
}
ICACHE_STORE_TYPEDEF_ATTR
SPIFlashInfo
;
uint32_t
flash_detect_size_byte
(
void
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment