-
Notifications
You must be signed in to change notification settings - Fork 3k
PyPI Distribution Code #90
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
workspace_tools/debugger/binaries/l1_lpc800.bin | ||
workspace_tools/debugger/elf_files/lpc11u24_l1_gcc_arm.elf | ||
workspace_tools/debugger/elf_files/lpc1768_l1_gcc_arm.elf | ||
workspace_tools/debugger/pyOCD/__init__.py |
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.
pyOCD has been removed, you probably want to update this rebased of master 👍
Looks good, but may be you should describe the use case a bit better 👍 |
Updated the branch with the latest version from the original (upstream) repo. The main advantage with that is that anyone who 'd like to use this python library can just install it from pip; the most prominent channel for Python packages. That could be useful also in case of virtualenv usage; it would automate a lot of things. Finaly this package, which is already on PyPI, has more that 700 downloads already (submitted yesterday), so I think its worth of merging in the main repo. Thank you. |
How would you configure the toolchain path once installed this package? (Would be nice to have global |
Using Paris On Wed, Oct 23, 2013 at 2:40 PM, Ilya Dmitrichenko <[email protected]
|
In the regular mbed build system, you need to have a file called On Wed, Oct 23, 2013 at 4:40 PM, Ilya Dmitrichenko <[email protected]
|
Upload test result script update
… from 8689fca..f6281ed f6281ed CoAP transaction delete improvements (ARMmbed#91) a4bb497 Add check for interface when receiving CoAP request (ARMmbed#92) bca55ce Fix invalid memory read error (ARMmbed#90) git-subtree-dir: features/nanostack/FEATURE_NANOSTACK/coap-service git-subtree-split: f6281ed
Added MCC 1.3 support for NUCLEO_F767ZI
* Increase sd blockdevice storage area Now 2M to deal with platforms such as ublox evk odin which have 2M of internal flash and have very large binaries * Deal with variable flash sector size Calculate exact erase size by adding size up sector by sector * Erase flash one sector at a time Due to limitation of mbed-os ARMmbed#6077 * Explicitly set flash start address and size in config to help setting other macros more clearly
Added RTC, redefined system reset function, added config files to all…
…1e73787..c6cae6992a c6cae6992a Merge pull request ARMmbed#90 from ARMmbed/sync_with_mbedos bc57095abb Netsocket/lwIP Stack: Remove support for ARM Compiler 5 git-subtree-dir: features/frameworks/nanostack-libservice git-subtree-split: c6cae6992a12f62f19cf7875f889304d5c1ded6d
Update reference to ST BlueNRG lib
…1e73787..c6cae6992a c6cae6992a Merge pull request ARMmbed#90 from ARMmbed/sync_with_mbedos bc57095abb Netsocket/lwIP Stack: Remove support for ARM Compiler 5 git-subtree-dir: features/frameworks/nanostack-libservice git-subtree-split: c6cae6992a12f62f19cf7875f889304d5c1ded6d
…1e73787..c6cae6992a c6cae6992a Merge pull request ARMmbed#90 from ARMmbed/sync_with_mbedos bc57095abb Netsocket/lwIP Stack: Remove support for ARM Compiler 5 git-subtree-dir: features/frameworks/nanostack-libservice git-subtree-split: c6cae6992a12f62f19cf7875f889304d5c1ded6d
This Pull Request contains all patches that make this repo distributable to PyPI.