Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

bradjc
Copy link
Contributor

@bradjc bradjc commented May 26, 2023

Pull Request Overview

With tickv, if the KV store is already initialized, and a board runs an operation right away, the operation would get queued waiting on the init to finish, but if the init finishes without having to do anything (already inited), the queued operation would never run. This fixes that.

Testing Strategy

testing out tickv on nrf52840dk

TODO or Help Wanted

n/a

Documentation Updated

  • Updated the relevant files in /docs, or no updates are required.

Formatting

  • Ran make prepush.

@lschuermann lschuermann added the last-call Final review period for a pull request. label Jun 2, 2023
@ppannuto
Copy link
Member

ppannuto commented Jun 8, 2023

bors r+

bors bot added a commit that referenced this pull request Jun 8, 2023
3439: boards: nrf52840dk: fix ctap example code r=ppannuto a=bradjc



### Pull Request Overview

Since we had the CTAP code commented out, it didn't get updated when the component did.


### Testing Strategy

compiling


### TODO or Help Wanted

n/a


### Documentation Updated

- [x] Updated the relevant files in `/docs`, or no updates are required.

### Formatting

- [x] Ran `make prepush`.


3443: make: llvm-tools no longer preview r=ppannuto a=bradjc

### Pull Request Overview

Without this change I was getting:

```
$ make
info: component 'llvm-tools' for target 'x86_64-apple-darwin' is up to date
```
on every build. It seems llvm-tools is now a real thing, and no longer a preview.


### Testing Strategy

running make


### TODO or Help Wanted

n/a


### Documentation Updated

- [x] Updated the relevant files in `/docs`, or no updates are required.

### Formatting

- [x] Ran `make prepush`.


3444: kernel: minor updates to platform.rs r=ppannuto a=bradjc

- Reorder the context switch callback getter to match the type def.
- Cleanup comments.

Minor fixes as I'm looking at (and writing about) this file.


### Testing Strategy

n/a


### TODO or Help Wanted

n/a


### Documentation Updated

- [x] Updated the relevant files in `/docs`, or no updates are required.

### Formatting

- [x] Ran `make prepush`.


3456: capsules: tickv: do operation after init on already init r=ppannuto a=bradjc

### Pull Request Overview

With tickv, if the KV store is already initialized, and a board runs an operation right away, the operation would get queued waiting on the init to finish, but if the init finishes without having to do anything (already inited), the queued operation would never run. This fixes that.


### Testing Strategy

testing out tickv on nrf52840dk


### TODO or Help Wanted

n/a


### Documentation Updated

- [x] Updated the relevant files in `/docs`, or no updates are required.

### Formatting

- [x] Ran `make prepush`.


Co-authored-by: Brad Campbell <[email protected]>
@bors
Copy link
Contributor

bors bot commented Jun 8, 2023

This PR was included in a batch that successfully built, but then failed to merge into master. It will not be retried.

Additional information:

Response status code: 422
{"message":"Changes must be made through a pull request.","documentation_url":"https://docs.github.com/articles/about-protected-branches"}

@bradjc
Copy link
Contributor Author

bradjc commented Jun 9, 2023

bors r+

@bors
Copy link
Contributor

bors bot commented Jun 9, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bradjc bradjc merged commit 1cc7471 into master Jun 9, 2023
@bors bors bot deleted the tickv-init branch June 9, 2023 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
last-call Final review period for a pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants