Skip to content

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

Merged
merged 15 commits into from
Oct 22, 2013
Merged

PyPI Distribution Code #90

merged 15 commits into from
Oct 22, 2013

Conversation

parisk
Copy link
Contributor

@parisk parisk commented Oct 22, 2013

This Pull Request contains all patches that make this repo distributable to PyPI.

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

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 👍

@errordeveloper
Copy link

Looks good, but may be you should describe the use case a bit better 👍

@parisk
Copy link
Contributor Author

parisk commented Oct 22, 2013

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.

emilmont added a commit that referenced this pull request Oct 22, 2013
@emilmont emilmont merged commit 00c641c into ARMmbed:master Oct 22, 2013
@errordeveloper
Copy link

How would you configure the toolchain path once installed this package? (Would be nice to have global $HOME/.mbedrc or something of that kind... and may be even separate config per project.)

@parisk
Copy link
Contributor Author

parisk commented Oct 23, 2013

Using ~/.mbedrc in an ini format sounds nice. Maybe I could approach a
solution to that.

Paris

On Wed, Oct 23, 2013 at 2:40 PM, Ilya Dmitrichenko <[email protected]

wrote:

How would you configure the toolchain path once installed this package?
(Would be nice to have $HOME/.mbedrc or something of that kind...)


Reply to this email directly or view it on GitHubhttps://github.com//pull/90#issuecomment-26905279
.

@bogdanm
Copy link
Contributor

bogdanm commented Oct 23, 2013

In the regular mbed build system, you need to have a file called
'private_settings.py' in the workspace_tools directory where all this data
is configured. This file is not part of the package, because it is specific
to the system on which the scripts run. The locaton of private_settings.py
might have to change now, it should probably be located in the user's
directory.

On Wed, Oct 23, 2013 at 4:40 PM, Ilya Dmitrichenko <[email protected]

wrote:

How would you configure the toolchain path once installed this package?
(Would be nice to have $HOME/.mbedrc or something of that kind...)


Reply to this email directly or view it on GitHubhttps://github.com//pull/90#issuecomment-26905279
.

bridadan pushed a commit that referenced this pull request Jun 21, 2016
Upload test result script update
deepakvenugopal added a commit to deepakvenugopal/mbed-os that referenced this pull request Feb 9, 2018
… 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
geky pushed a commit to geky/mbed that referenced this pull request Aug 25, 2018
Added MCC 1.3 support for NUCLEO_F767ZI
yossi2le pushed a commit to yossi2le/mbed-os that referenced this pull request Jan 2, 2019
* 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
linlingao added a commit to linlingao/mbed-os that referenced this pull request Jul 12, 2019
Added RTC, redefined system reset function, added config files to all…
artokin pushed a commit to artokin/mbed-os that referenced this pull request May 11, 2020
…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
pan- added a commit to pan-/mbed that referenced this pull request May 29, 2020
Update reference to ST BlueNRG lib
artokin pushed a commit to artokin/mbed-os that referenced this pull request Jun 8, 2020
…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
artokin pushed a commit to artokin/mbed-os that referenced this pull request Jun 8, 2020
…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
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.

4 participants