-
Notifications
You must be signed in to change notification settings - Fork 8.2k
drivers: counter: Add support for rpi_pico timer #57134
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
Conversation
|
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
fc099ac to
5dd310d
Compare
d7e5436 to
7d67d09
Compare
|
Is the patch to the SDK necessary, or can the relevant function just be implemented in Zephyr to fit our needs? |
As a basic policy, I would like to use Pico-SDK. |
64ce4a6 to
b5fe18a
Compare
nordic-krch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks ok. one minor finding.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing static
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for pointing out.
Fixed it.
|
dev-review: Created assignee / reviewers for zephyrproject-rtos/hal_rpi_pico#5 which this was blocked on |
|
@yonsch |
Update hal_rpi_pico to commit fba7162c to introduce the hardware_timer modification. Signed-off-by: TOKITA Hiroshi <[email protected]>
Enable TIME driver. Add the path of the TIME driver header into include paths. Signed-off-by: TOKITA Hiroshi <[email protected]>
Adds support for rpi_pico timer Signed-off-by: TOKITA Hiroshi <[email protected]>
Add timer support for the rpi_pico board Signed-off-by: TOKITA Hiroshi <[email protected]>
Add the rpi_pico board to the supported boards for the counter alarm sample Signed-off-by: TOKITA Hiroshi <[email protected]>
Add support for rpi_pico board. Signed-off-by: TOKITA Hiroshi <[email protected]>
|
@nordic-krch |
Adds support for rpi_pico timer
Signed-off-by: TOKITA Hiroshi [email protected]
This PR need to modify HAL changes zephyrproject-rtos/hal_rpi_pico#5.