-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ESP32: add support for "Platform Attachments"
This will allow to store miscellaneous information inside ESP32PlatformData sturct, so we don't need to add new fields or lists to it every time we add support to a new NIF. This change has been introduced to support tracking of mounted filesystem in order to allow umounting them using `esp:umount/1`. Signed-off-by: Davide Bettio <[email protected]>
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters