-
Notifications
You must be signed in to change notification settings - Fork 19
Mbed Crypto examples on Mbed OS #2
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
Conversation
First draft of README.md
Example file main.cpp updated to use '\n' instead of '\r\n'.
d7cdb07
to
093184e
Compare
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.
LGTM
Need to update mbed-os.lib later for OOB. OK to merge as-is without updating this, since we don't have the OOB branch yet.
|
||
## Deploy | ||
The following are the steps required for deployment: | ||
* Clone this repository: `git clone [email protected]:ARMmbed/mbed-os-example-mbed-crypto.git` |
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.
Does mbed import
work with our example repo? I think it would clone and deploy all in one go. No need to worry about users having git keys set up or anything.
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 think it would work, but I cannot validate this before the branch is merged because there's no way of specifying a branch with mbed import
.
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 have tried mbed import git clone [email protected]:ARMmbed/mbed-os-example-mbed-crypto
It works
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.
Yes I also validated that it works, the readme will be updated via #3
Mbed-Crypto examples running on mbed-os.
Note: the mbed-os.lib file is pointing to a branch on @mohammad1603 fork. This will need to be updated once a release is available.