Skip to content
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

mac: replace CLI response buffer with an output FIFO #75

Merged
merged 1 commit into from May 26, 2016

Conversation

jwhui
Copy link
Member

@jwhui jwhui commented May 25, 2016

This is a fix for #74. This fix depends on #73.

Replace CLI response buffer with direct output via CLI server.

* Added new OutputFormat method that allows format strings.
* Added an output FIFO to the CLI serial server.

@jwhui jwhui added the bug label May 25, 2016
@jwhui jwhui added this to the 0.1.0 (Initial Official Release) milestone May 25, 2016
@jwhui jwhui self-assigned this May 25, 2016
@jwhui jwhui changed the title mac: replace CLI response buffer with direct output via CLI server. mac: replace CLI response buffer with an output FIFO May 25, 2016
* Added new Output method that allows format strings.
* Added an output FIFO to the CLI serial server.
@jwhui jwhui merged commit e3f0e69 into master May 26, 2016
@jwhui jwhui deleted the jwhui-cli-output-fifo branch May 26, 2016 20:30
vaas-krish pushed a commit to vaas-krish/openthread that referenced this pull request May 23, 2017
…D-119 to master

* commit 'f4528fabe9e29e0a670c0a370c227478d619f2b9':
  Network Name in Beacon needs to be NULL-padded out.
vaas-krish pushed a commit to vaas-krish/openthread that referenced this pull request May 23, 2017
…ub/16_05_27_7d2e4a026740f17a96765c0f2ecc2f839268d010 to master

* commit '990ddfd4171ac6b46b01686d73f271798730a3c2':
  OT sync
  node id and compilation fixes (openthread#85)
  fix AddressRegistration issues (openthread#83)
  Change API to require all calls be from the same context. (openthread#78)
  fix reconstruct multicast all thread nodes address issue (openthread#79)
  Remove use of quotes in astyle options, which causes problems on some platforms. (openthread#77)
  Fix Link Margin units in doc. (openthread#81)
  Expose LQI from radio up through Thread stack. (openthread#70)
  Replace CLI response buffer with direct output via CLI server. (openthread#75)
  Remove exit() call, it is no longer needed by the test scripts. (openthread#73)
  Do not blindly pass up unsecure frames from the link layer. (openthread#68)
  Feature/integ fix2 (openthread#72)
wgtdkp pushed a commit to wgtdkp/openthread that referenced this pull request Dec 22, 2020
lmnotran referenced this pull request in SiliconLabs/openthread Jul 9, 2021
Merge in WMN_STACKS/openthread from task/update-openthread to develop/gecko_sdk_3.2

* commit '9ef6bd6090968463e45a11e93aa538e38e475e18': (31 commits)
  Update syntax after removal of args length
  Update syntax after removal of args length
  [dnssd] add support for service subtypes in DNS-SD server and client (openthread#6773)
  [srp-server] add support for service subtypes (openthread#6760)
  [srp-client] add support for service subtypes (openthread#6724)
  [cmd-parser] add `nullptr` check to `ParseHexString()` (openthread#6779)
  [mac] remove the out-of-band frame tx API (openthread#6778)
  [thci] add support for SSED DUT (openthread#6775)
  [otci] fix OTCI.wait arg order (openthread#6777)
  [tlv] update and fix `Tlv` documentations (openthread#6776)
  [cli] simplify argument processing (openthread#6767)
  [test] enhance `{Verify/Success}OrQuit()` and their use in unit test (openthread#6764)
  [simulation] remove use of internal definitions/headers in radio platform (openthread#6766)
  [tcp] add TCP class and stub implementations of the TCP API (openthread#6744)
  [otci] fix wait duration (openthread#6759)
  [dua] fix `test_dua_dad` random fails (openthread#6765)
  [otci] fix command issue after `factoryreset` (openthread#6670)
  [backbone-router] fix Leader isn't always selected as PBBR (openthread#6751)
  [srp-server] ensure to clear `mHasRegisteredAnyService` on server stop (openthread#6763)
  [test] restart SRP server (instead of reset) to validate port change (openthread#6763)
  ...
lmnotran pushed a commit to lmnotran/openthread that referenced this pull request Aug 2, 2021
Bumps [openthread](https://github.com/openthread/openthread) from `95c5cb7` to `4b36e51`.
- [Commits](openthread/openthread@95c5cb7...4b36e51)

---
updated-dependencies:
- dependency-name: openthread
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant