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

Regular openthread upmerge to 7761b81 #135

Merged
merged 4 commits into from
Jan 25, 2024

Conversation

maciejbaczmanski
Copy link
Member

No description provided.

wgtdkp and others added 4 commits January 22, 2024 08:31
Android traditioanlly use /dev/socket/ directory for unix sockets of
system services. This commit changes ot-daemon to use
"/dev/socket/ot-daemon".

In additional, this disables the .lock file which is not needed
for Android and can't be created along with the socket file

Resolves comments in aosp/2891476
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.2.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3.1.3...694cdab)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add `ResetCsl` and `otPlatRadioResetCsl`
This allows handling stack reset as separate call instead of
using `kShortAddrInvalid` as `otShortAddress` and
`nullptr` as `otExtAddress` which can be difficult to handle
on vendor's side.

Default implementation still calls
`otPlatRadioEnableCsl(aInstance,0, Mac::kShortAddrInvalid, nullptr)`
So no action is needed if vendor has already implemented handling
this case.

Signed-off-by: Maciej Baczmanski <[email protected]>
@maciejbaczmanski
Copy link
Member Author

CC: @canisLupus1313 @edmont

@maciejbaczmanski
Copy link
Member Author

@rlubos manifest PR is approved and CI is green, can we merge this upmerge PR?

@rlubos rlubos merged commit 7761b81 into zephyrproject-rtos:main Jan 25, 2024
@maciejbaczmanski maciejbaczmanski deleted the main_ot branch January 25, 2024 09:38
@maciejbaczmanski maciejbaczmanski restored the main_ot branch February 15, 2024 07:42
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.

6 participants