-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Conversation
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):
|
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! |
Issue #84 - Added command line source/build directory option
Based on this feature I was able to make this: http://compiler.kekbot.org/ |
Would it make sense to something like this?
This would allow you to do
|
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
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
… 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
Config options for timeout and retries for CMD
7a1bd34 Use Mbed OS coding style (ARMmbed#86) git-subtree-dir: features/frameworks/mbed-trace git-subtree-split: 7a1bd34be547f3aa9badfbeb1c9993ff4a9e1ded
…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
Debugged udp tests
Basic command line option for source and build path. Todo: Need to include other parameters, like dependencies etc.