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

xTimerCreate() documentation correction. #15

Merged
merged 1 commit into from Feb 14, 2020
Merged

xTimerCreate() documentation correction. #15

merged 1 commit into from Feb 14, 2020

Conversation

RichardBarry
Copy link
Contributor

Correct the xTimerCreate() documentation which said NULL was returned if the timer period was passed into the function as 0, whereas that is not the case.

Add a note to the documentation for both the xTimerCreate() and xTimerCreateStatic() functions that the timer period must be greater than 0.

… if the timer period was passed into the function as 0, whereas that is not the case.

Add a note to the documentation for both the xTimerCreate() and xTimerCreateStatic() functions that the timer period must be greater than 0.
@cobusve cobusve merged commit fc819b8 into FreeRTOS:master Feb 14, 2020
lundinc2 pushed a commit to lundinc2/FreeRTOS that referenced this pull request Feb 17, 2020
… if the timer period was passed into the function as 0, whereas that is not the case. (FreeRTOS#15)

Add a note to the documentation for both the xTimerCreate() and xTimerCreateStatic() functions that the timer period must be greater than 0.
mbruno-xmos pushed a commit to xmos/FreeRTOS that referenced this pull request Dec 14, 2020
* feature/V10.3.0: (164 commits)
  Update FreeRTOS version
  Update readme. Fixed typos and cli commands (FreeRTOS#14)
  Fixed wrong git clone SSH command (FreeRTOS#13)
  Correct the xTimerCreate() documentation which said NULL was returned if the timer period was passed into the function as 0, whereas that is not the case. (FreeRTOS#15)
  Updated contributions guidelines (FreeRTOS#12)
  Updates to Markdown files and readme.txt (FreeRTOS#11)
  Adding Contributions.md (FreeRTOS#8)
  Added back some TCP/IP stack port layer files.
  7cf721c
  Update version number in readiness for V10.3.0 release. Sync SVN with reviewed release candidate.
  Fix spelling issues.
  Add "is inside interrupt" function to MPU ports. Make clock setup functions weak symbols in ARMv8-M ports. Update Cortex-M33 ports to use an interrupt mask in place of globally disabling interrupts, as per the other Cortex-M ports.
  Update TCP to last release versions in preparation for kernel V10.3.0 release.
  Update libraries and sundry check-ins ready for the V10.3.0 kernel release.
  ESP GCC port -- Added LoadStore Exception handlers.
  Sync FreeRTOS-Labs -CLI -TCP -Trace with the version in FreeRTOS-Plus.
  Sync FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP with the version in GitHub at (23665258cabe49d5d68ba23968b6845a7c80eb34).
  Removing RISC-V port under ThirdParty.
  Removing unnecessary ThirdParty ports -- Wiced_CY and nrf52840-dk.
  Remove the FreeRTOS-IoT-Libraries from FreeRTOS-Plus as it was an old copy with a newer copy in FreeRTOS-Labs.
  ...
mbruno-xmos pushed a commit to xmos/FreeRTOS that referenced this pull request Dec 14, 2020
Updates SMP FreeRTOS to version 10.3.0

* feature/xcore: (165 commits)
  Update FreeRTOS version
  Update readme. Fixed typos and cli commands (FreeRTOS#14)
  Fixed wrong git clone SSH command (FreeRTOS#13)
  Correct the xTimerCreate() documentation which said NULL was returned if the timer period was passed into the function as 0, whereas that is not the case. (FreeRTOS#15)
  Update CMakeLists.txt
  Updated contributions guidelines (FreeRTOS#12)
  Updates to Markdown files and readme.txt (FreeRTOS#11)
  Adding Contributions.md (FreeRTOS#8)
  Added back some TCP/IP stack port layer files.
  7cf721c
  Update version number in readiness for V10.3.0 release. Sync SVN with reviewed release candidate.
  Fix spelling issues.
  Add "is inside interrupt" function to MPU ports. Make clock setup functions weak symbols in ARMv8-M ports. Update Cortex-M33 ports to use an interrupt mask in place of globally disabling interrupts, as per the other Cortex-M ports.
  Update TCP to last release versions in preparation for kernel V10.3.0 release.
  Update libraries and sundry check-ins ready for the V10.3.0 kernel release.
  ESP GCC port -- Added LoadStore Exception handlers.
  Sync FreeRTOS-Labs -CLI -TCP -Trace with the version in FreeRTOS-Plus.
  Sync FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP with the version in GitHub at (23665258cabe49d5d68ba23968b6845a7c80eb34).
  Removing RISC-V port under ThirdParty.
  Removing unnecessary ThirdParty ports -- Wiced_CY and nrf52840-dk.
  ...
moninom1 pushed a commit that referenced this pull request Sep 14, 2022
* Update README.md

* Updated the File after @gitwallit's comments
alfred2g pushed a commit to alfred2g/FreeRTOS that referenced this pull request Mar 16, 2023
* Add coverage test for prvSelectHighestPriorityTask
* Add helper function vCreateStaticTestTask in smp_utest_common
* Use TEST_ASSERT_EQUAL in the test cases
VanNamDinh pushed a commit to renesas/FreeRTOS that referenced this pull request Mar 29, 2024
[Add][v10.4.3-rx-1.0.4] Added project generation support for new devices
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.

None yet

2 participants