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

Add st-ble-shield as a possible target dependency. #76

Merged
merged 1 commit into from
Oct 12, 2015

Conversation

pan-
Copy link
Member

@pan- pan- commented Oct 9, 2015

This change will allow developers to build BLE applications on the st-ble-shield. The shield reference is x-nucleo-idb0xa1.

If you want to build software on this board, you should use the target "frdm-k64f-st-ble-gcc" which is not yet on the yotta registry but is available at https://github.com/ARMmbed/target-frdm-k64f-st-ble-gcc.git .

@@ -20,6 +20,9 @@
],
"dependencies": {},
"targetDependencies": {
"st-ble-shield": {
"x-nucleo-idb0xa1": "ARMmbed/ble-x-nucleo-idb0xa1"
Copy link
Contributor

Choose a reason for hiding this comment

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

I believe this is mis-formatted. You should be providing a version number instead of the location of x-nucleo-idb0xa1

Copy link
Contributor

Choose a reason for hiding this comment

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

This is also possible (it's a reference to a github repo, see here: http://yottadocs.mbed.com/reference/module.html#dependencies)

You can combine a version spec and source by using user/Repo#~1.2.3 for example.

@pan-
Copy link
Member Author

pan- commented Oct 9, 2015

The problem, is that the 'x-nucleo-idb0xa1' module is not published, without the location, yotta will never be able to pull this module.

@rgrover
Copy link
Contributor

rgrover commented Oct 9, 2015

hmm. lets discuss this on Monday and get James (@autopulated) to help us out.

rgrover added a commit that referenced this pull request Oct 12, 2015
Add st-ble-shield as a possible target dependency.
@rgrover rgrover merged commit ad80d1c into ARMmbed:master Oct 12, 2015
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.

3 participants