-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storage improvements #2263
Storage improvements #2263
Conversation
@@ -22,6 +22,11 @@ String SpiFlash::getName() const | |||
return FS_SPIFLASH; | |||
} | |||
|
|||
uint32_t SpiFlash::getID() const |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rename the method to getId()
@@ -22,6 +22,11 @@ String SpiFlash::getName() const | |||
return FS_SPIFLASH; | |||
} | |||
|
|||
uint32_t SpiFlash::getID() const |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rename the method to getId()
* @brief Obtain device ID | ||
* @retval uint32_t typically flash chip ID | ||
*/ | ||
virtual uint32_t getID() const |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename to getId()
Reduce default esp32 app partition size, bit big QIO mode doesn't always work, remove it List storage devices, with ID
Using GNU make / mingw conventions
c40b6d0
to
b5c8121
Compare
Basic_rBoot
Add
Storage::Device::getID()
methodAdd
spi_flash_get_id()
implementation for ESP32Update Basic_Storage sample
Add
flashconfig
target for HostFix inconsistent HWCONFIG path separation in Windows
Remove unused header
Fix use of deprecated functions