Skip to content
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

Merged
merged 10 commits into from
Mar 14, 2021
Merged

Conversation

mikee47
Copy link
Contributor

@mikee47 mikee47 commented Mar 12, 2021

Basic_rBoot

  • Show ROM addresses in Hex
  • Basic_rBoot use console by default instead of telnet emulation in Host

Add Storage::Device::getID() method

Add spi_flash_get_id() implementation for ESP32

Update Basic_Storage sample

  • Reduce default esp32 app partition size, bit big
  • QIO mode doesn't always work, remove it
  • List storage devices, with ID

Add flashconfig target for Host

Fix inconsistent HWCONFIG path separation in Windows

  • Using GNU make / mingw conventions

Remove unused header
Fix use of deprecated functions

@mikee47 mikee47 mentioned this pull request Mar 13, 2021
2 tasks
@slaff slaff added this to the 4.3.0 milestone Mar 14, 2021
@@ -22,6 +22,11 @@ String SpiFlash::getName() const
return FS_SPIFLASH;
}

uint32_t SpiFlash::getID() const
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename to getId()

@mikee47 mikee47 force-pushed the feature/storage-improvements branch from c40b6d0 to b5c8121 Compare March 14, 2021 09:58
@slaff slaff merged commit 5093a51 into SmingHub:develop Mar 14, 2021
@mikee47 mikee47 deleted the feature/storage-improvements branch March 14, 2021 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants