-
Notifications
You must be signed in to change notification settings - Fork 3k
Added Nordic SoftDevice license agreement #1170
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
Conflicts: workspace_tools/tests.py
If a person doesn't agree to the terms of the Nordic license should they remove the whole mbed git repo from their machine? It is kind of misleading to say that the mbed SDK is Apache 2.0 licensed in the main README and then find this license buried down in the tree. I often have GDB configured to disassemble a bit of code each time the debuggee is halted when I am debugging my own code that has been optimized. When performing such debugging on my nRF51822 board the code will inevitably crash in the SoftDevice blob somewhere and GDB will disassemble a few instructions at the point of this crash. Does this put my use of the mbed SDK on Nordic devices in violation of section 3 of that license? |
@screamerbg Can you rebase this PR to the latest master please? |
Conflicts: workspace_tools/targets.py
commit c4bf11c Merge: 0d58363 77a973c Author: Mihail Stoyanov <[email protected]> Date: Mon Jun 15 14:41:28 2015 +0300 Merge branch 'master' of https://github.com/mbedmicro/mbed Conflicts: workspace_tools/targets.py commit 0d58363 Author: Mihail Stoyanov <[email protected]> Date: Tue Jun 9 16:17:27 2015 +0300 Added Nordic license for the soft device commit d504a3b Merge: 2c5aab7 8902229 Author: Mihail Stoyanov <[email protected]> Date: Tue Jun 9 16:14:47 2015 +0300 Merge branch 'master' of https://github.com/mbedmicro/mbed commit 2c5aab7 Author: Mihail Stoyanov <[email protected]> Date: Wed Jun 3 20:44:25 2015 +0300 Add base MCU support for Cortex-M4. Tidy up targets.py commit 59b868a Merge: 0e23067 927c31a Author: Mihail Stoyanov <[email protected]> Date: Wed Jun 3 20:39:56 2015 +0300 Merge branch 'master' of https://github.com/mbedmicro/mbed commit 0e23067 Author: Mihail Stoyanov <[email protected]> Date: Tue Jun 2 16:08:08 2015 +0300 Add the Delta NNN40 platform to releases commit 62a585d Merge: e1cd545 7a1d25e Author: Mihail Stoyanov <[email protected]> Date: Tue Jun 2 16:06:44 2015 +0300 Merge branch 'master' of https://github.com/mbedmicro/mbed Conflicts: workspace_tools/tests.py commit e1cd545 Merge: 5c5e61f ffd5586 Author: Mihail Stoyanov <[email protected]> Date: Thu May 7 13:07:48 2015 +0300 Merge branch 'master' of https://github.com/mbedmicro/mbed commit 5c5e61f Author: Mihail Stoyanov <[email protected]> Date: Thu May 7 13:07:35 2015 +0300 Remove the Disco L053 from RTOS tests as it's not ready yet commit e75efe3 Author: Mihail Stoyanov <[email protected]> Date: Wed May 6 13:49:05 2015 +0300 Tidy up targets.py
Adding basic Cortex-M4 support
Tidy up targets.py