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
4e7473bc
Commit
4e7473bc
authored
Mar 16, 2015
by
HuangRui
Browse files
Fixed flash automatic detection bug. Support 128MBit flash.
parent
dfce1826
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/include/user_config.h
View file @
4e7473bc
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
// #define FLASH_8M
// #define FLASH_8M
// #define FLASH_16M
// #define FLASH_16M
#define FLASH_AUTOSIZE
#define FLASH_AUTOSIZE
#define FLASH_SAFE_API
// #define DEVELOP_VERSION
// #define DEVELOP_VERSION
#define FULL_VERSION_FOR_USER
#define FULL_VERSION_FOR_USER
...
...
app/platform/flash_api.h
View file @
4e7473bc
...
@@ -57,8 +57,8 @@ do { \
...
@@ -57,8 +57,8 @@ do { \
typedef
struct
typedef
struct
{
{
uint8_t
unknown0
;
uint8_t
e9
;
uint8_t
unknown1
;
uint8_t
segments
;
enum
enum
{
{
MODE_QIO
=
0
,
MODE_QIO
=
0
,
...
...
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