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

Add configSYSTICK_CLOCK_HZ to Cortex-M0 ports #484

Merged
merged 1 commit into from
Apr 8, 2022

Conversation

aggarg
Copy link
Member

@aggarg aggarg commented Apr 7, 2022

Description

This is needed to support the case when SysTick timer is not clocked from the same source as CPU. This support already exists in other Cortex-M ports.

Related Issue

https://forums.freertos.org/t/is-there-a-reason-m0-port-doesnt-respect-configsystick-clk-hz/14810

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

This is needed to support the case when SysTick timer is not clocked
from the same source as CPU. This support already exists in other
Cortex-M ports.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
@aggarg aggarg requested a review from a team as a code owner April 7, 2022 19:25
@codecov
Copy link

codecov bot commented Apr 7, 2022

Codecov Report

Merging #484 (d127879) into main (cf4ff12) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #484   +/-   ##
=======================================
  Coverage   92.44%   92.44%           
=======================================
  Files           4        4           
  Lines        1270     1270           
  Branches      343      343           
=======================================
  Hits         1174     1174           
  Misses         50       50           
  Partials       46       46           
Flag Coverage Δ
unittests 92.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cf4ff12...d127879. Read the comment docs.

@n9wxu n9wxu merged commit 40c37bd into FreeRTOS:main Apr 8, 2022
@aggarg aggarg deleted the m0_systick_hz branch April 11, 2022 05:51
@Mancent Mancent linked an issue Mar 25, 2023 that may be closed by this pull request
Closed
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.

M
3 participants