Skip to content

Issue #84 - Added command line source/build directory option #86

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 3 commits into from
Oct 21, 2013

Conversation

pbrier
Copy link
Contributor

@pbrier pbrier commented Oct 20, 2013

Basic command line option for source and build path. Todo: Need to include other parameters, like dependencies etc.

@larsgk
Copy link

larsgk commented Oct 20, 2013

I am looking forward to trying it out :)

Would the proposed patch also allow for the extra parameters for dependencies, etc. - e.g. in my current app descriptor (added to make.py):

  • {
  •    "id": "EMPIRIKIT1", "description": "empiriKit",
    
  •    "source_dir": join(ROOT, "../empirikit"),
    
  •    "dependencies": [MBED_LIBRARIES, USB_LIBRARIES, join(PERIPHERALS, 'TSI'), join(PERIPHERALS, 'MMA8451Q')],
    
  • },

@pbrier
Copy link
Contributor Author

pbrier commented Oct 20, 2013

I could add "id" and "automated" flag. If the "dependencies" and "peripherals" need to recognize and expand the existing defines and paths, this may require a bit more work. Be my guest!

emilmont added a commit that referenced this pull request Oct 21, 2013
Issue #84 - Added command line source/build directory option
@emilmont emilmont merged commit 38eb79e into ARMmbed:master Oct 21, 2013
@pbrier
Copy link
Contributor Author

pbrier commented Oct 31, 2013

Based on this feature I was able to make this: http://compiler.kekbot.org/
(he, it's not the mbed online compiler and does not strive to be, just a handy tool for some hardware I made during a project).

@omdathetkan
Copy link
Contributor

Would it make sense to something like this?

test.dependencies = [join(BUILD_DIR, d) for d in options.dependencies.split(',')]

This would allow you to do

maky.py -m=LPC11C24 --dir=somedir --dep=mbed,usb

gaborkertesz added a commit to gaborkertesz/mbed-os that referenced this pull request Oct 30, 2017
Variable length flag was lost during attribute settings,
so variable length GATT attributes should have been set
to the predefined maximum length.
This fixes issue ARMmbed#86.

Change-Id: Ia0cd236ecd903fdb9e62a21bffef57d1e63764b9
0xc0170 pushed a commit that referenced this pull request Nov 3, 2017
Variable length flag was lost during attribute settings,
so variable length GATT attributes should have been set
to the predefined maximum length.
This fixes issue #86.

Change-Id: Ia0cd236ecd903fdb9e62a21bffef57d1e63764b9
artokin pushed a commit to artokin/mbed-os that referenced this pull request Dec 12, 2017
… from 29bfb78..d0a2597

d0a2597 Fix IAR compilation error with NUCLEO_F401RE (ARMmbed#86)
674a465  Delete transaction if message is non-confirmable  (ARMmbed#83)

git-subtree-dir: features/nanostack/FEATURE_NANOSTACK/coap-service
git-subtree-split: d0a2597
adbridge pushed a commit that referenced this pull request Dec 13, 2017
… from 29bfb78..d0a2597

d0a2597 Fix IAR compilation error with NUCLEO_F401RE (#86)
674a465  Delete transaction if message is non-confirmable  (#83)

git-subtree-dir: features/nanostack/FEATURE_NANOSTACK/coap-service
git-subtree-split: d0a2597
adbridge pushed a commit that referenced this pull request Dec 13, 2017
… from 29bfb78..d0a2597

d0a2597 Fix IAR compilation error with NUCLEO_F401RE (#86)
674a465  Delete transaction if message is non-confirmable  (#83)

git-subtree-dir: features/nanostack/FEATURE_NANOSTACK/coap-service
git-subtree-split: d0a2597
geky pushed a commit to geky/mbed that referenced this pull request Aug 25, 2018
Config options for timeout and retries for CMD
artokin pushed a commit to artokin/mbed-os that referenced this pull request Nov 10, 2018
7a1bd34 Use Mbed OS coding style (ARMmbed#86)

git-subtree-dir: features/frameworks/mbed-trace
git-subtree-split: 7a1bd34be547f3aa9badfbeb1c9993ff4a9e1ded
artokin pushed a commit to artokin/mbed-os that referenced this pull request Jul 5, 2019
…8c37..9af7568

9af7568 Merge pull request ARMmbed#87 from ARMmbed/sync_with_mbedos
5c16e57 (via Mbed OS) ns_list: avoid UINT_FAST8_MAX
36b4ace nsdynmenlib API to add memory region to heap (ARMmbed#86)

git-subtree-dir: features/frameworks/nanostack-libservice
git-subtree-split: 9af756886f082ef8a26372fae5a337203395457f
linlingao added a commit to linlingao/mbed-os that referenced this pull request Jul 12, 2019
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