-
-
Notifications
You must be signed in to change notification settings - Fork 88
Storage: align partition scheme to mbed boards #470
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../SSLClient/examples/CertificateUploader/certificates.h | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Have you verified this will work as expected on a vanilla Windows machine? Creation of symlinks is disabled by default on Windows. Extracting an archive containing a symlink is treated as creation of a symlink. So I would expect the presence of a symlink in the platform release archive to cause the installation of the platform to fail with an " |
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.
I am guessing the
chunck
in the variable name is a misspelling of "chunk".