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

Inconsistent example code and documentation #101

Closed
GiedriusM opened this issue Jun 2, 2016 · 2 comments
Closed

Inconsistent example code and documentation #101

GiedriusM opened this issue Jun 2, 2016 · 2 comments
Assignees

Comments

@GiedriusM
Copy link
Contributor

POSIX example platform radio implementation can return kThreadError_Busy in state change operations (otPlatRadioEnable, otPlatRadioSleep, otPlatRadioIdle, otPlatRadioReceive and otPlatRadioTransmit), however the documentation does not allow such return.

@darconeous
Copy link
Contributor

From my experience with the code base so far, kThreadError_Busy seems to be the go-to generic error, unfortunately. Should definately be cleaned up.

@jwhui jwhui added this to the 0.1.0 (Initial Official Release) milestone Jun 13, 2016
@jwhui jwhui self-assigned this Jun 13, 2016
@jwhui
Copy link
Member

jwhui commented Jun 14, 2016

Fixed in #138.

@jwhui jwhui closed this as completed Jun 14, 2016
vaas-krish pushed a commit to vaas-krish/openthread that referenced this issue 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)
lmnotran pushed a commit to lmnotran/openthread that referenced this issue Aug 2, 2021
Bumps [openthread](https://github.com/openthread/openthread) from `3a08490` to `cbd9661`.
- [Commits](openthread/openthread@3a08490...cbd9661)

---
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
Projects
None yet
Development

No branches or pull requests

3 participants