8000 boards: nrf52840dk: fix ctap example code by bradjc · Pull Request #3439 · tock/tock · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

boards: nrf52840dk: fix ctap example code #3439

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

Merged
merged 1 commit into from
Jun 9, 2023
Merged

Conversation

bradjc
Copy link
Contributor
@bradjc bradjc commented May 19, 2023

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

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

Formatting

  • Ran make prepush.

Since we had the CTAP code commented out, it didn't get updated when the
component did.
Copy link
Member
@ppannuto ppannuto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

😭 , the commented out, unchecked code is a real wart :/

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 <bradjc5@gmail.com>
@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 f0501a0 into master Jun 9, 2023
@bors bors bot deleted the nrf52840dk-ctap-example branch June 9, 2023 16:19
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.

3 participants
0