-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Mbed] Add shell example #10452
Merged
woody-apple
merged 18 commits into
project-chip:master
from
ARMmbed:mbed-os-add-shell-app
Oct 27, 2021
Merged
[Mbed] Add shell example #10452
woody-apple
merged 18 commits into
project-chip:master
from
ARMmbed:mbed-os-add-shell-app
Oct 27, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pullapprove
bot
requested review from
andy31415,
anush-apple,
balducci-apple,
bzbarsky-apple,
carol-apple,
chrisdecenzo,
chulspro,
Damian-Nordic,
emargolis,
erjiaqing,
franck-apple,
hawk248,
holbrookt,
jelderton,
jepenven-silabs,
jmartinez-silabs,
kghost,
LuDuda,
mlepage-google,
msandstedt,
mspang,
pan-apple and
robszewczyk
October 13, 2021 15:38
@ATmobica - merge conflicts (with the all-clusters all addition) |
ATmobica
force-pushed
the
mbed-os-add-shell-app
branch
from
October 26, 2021 07:54
5b419ce
to
80c49c5
Compare
/rebase |
1 similar comment
/rebase |
ATmobica
force-pushed
the
mbed-os-add-shell-app
branch
from
October 27, 2021 08:34
80c49c5
to
016b5b7
Compare
PR #10452: Size comparison from 1114959 to 016b5b7 Decreases (1 build for esp32)
Full report (36 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Add shell to mbed_example script, launch.json, tasks.json and build workflow Add sleep function to arch.c ConfiguraitonManagerImple cleanup
Fix server command
Mbed commands cleanup
Fix mbed shell commands Changes restyle
ATmobica
force-pushed
the
mbed-os-add-shell-app
branch
from
October 27, 2021 16:39
016b5b7
to
1fb15cc
Compare
JasonLiuZhuoCheng
pushed a commit
to JasonLiuZhuoCheng/connectedhomeip
that referenced
this pull request
Oct 28, 2021
* Add Mbed OS shell example implementation Add shell to mbed_example script, launch.json, tasks.json and build workflow Add sleep function to arch.c ConfiguraitonManagerImple cleanup * Add shell example to Mbed build workflow Fix server command * Fix network socket client commands - partial * Fix close IOCTL socket for Mbe implementation * Improve Mbed network client and example commands * Improve message buffer service and error logs * Fix BLE advertising stop * Add CHIP_DEVICE_CONFIG_ENABLE_TEST_DEVICE_IDENTITY flag to shell config * Improve echo server logs Mbed commands cleanup * Restore log filter * Fix handle DNS resolve callback checking error * Update app logging * Changes for Mbed OS update * Improve examples startup logging * Fix after platform clock changes * Fix MBED_PATH value Fix mbed shell commands Changes restyle * Remove mbed-specific shell command from shell app * Fix Mbed shell example build
carol-apple
pushed a commit
to carol-apple/connectedhomeip
that referenced
this pull request
Oct 28, 2021
* Add Mbed OS shell example implementation Add shell to mbed_example script, launch.json, tasks.json and build workflow Add sleep function to arch.c ConfiguraitonManagerImple cleanup * Add shell example to Mbed build workflow Fix server command * Fix network socket client commands - partial * Fix close IOCTL socket for Mbe implementation * Improve Mbed network client and example commands * Improve message buffer service and error logs * Fix BLE advertising stop * Add CHIP_DEVICE_CONFIG_ENABLE_TEST_DEVICE_IDENTITY flag to shell config * Improve echo server logs Mbed commands cleanup * Restore log filter * Fix handle DNS resolve callback checking error * Update app logging * Changes for Mbed OS update * Improve examples startup logging * Fix after platform clock changes * Fix MBED_PATH value Fix mbed shell commands Changes restyle * Remove mbed-specific shell command from shell app * Fix Mbed shell example build
PSONALl
pushed a commit
to PSONALl/connectedhomeip
that referenced
this pull request
Dec 3, 2021
* Add Mbed OS shell example implementation Add shell to mbed_example script, launch.json, tasks.json and build workflow Add sleep function to arch.c ConfiguraitonManagerImple cleanup * Add shell example to Mbed build workflow Fix server command * Fix network socket client commands - partial * Fix close IOCTL socket for Mbe implementation * Improve Mbed network client and example commands * Improve message buffer service and error logs * Fix BLE advertising stop * Add CHIP_DEVICE_CONFIG_ENABLE_TEST_DEVICE_IDENTITY flag to shell config * Improve echo server logs Mbed commands cleanup * Restore log filter * Fix handle DNS resolve callback checking error * Update app logging * Changes for Mbed OS update * Improve examples startup logging * Fix after platform clock changes * Fix MBED_PATH value Fix mbed shell commands Changes restyle * Remove mbed-specific shell command from shell app * Fix Mbed shell example build
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
Add Mbed shell example implementation
Change overview
Add Mbed shell example source, header, gn files
Add shell to mbed_example script, launch.json, tasks.json
Add shell to mbed example workflow
Fix CloseIOCTLSocket() function and use it inside GetFlags() function for Mbed build - we do not support SIOCGIFFLAGS for ioctl
Fix advertising end in Mbed BLEManager
Testing
Build and run examples manually