-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fixed wrong git clone SSH command in README file #13
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Replaced bad https URL with proper SSH URL
lundinc2
approved these changes
Feb 13, 2020
yuhui-zheng
approved these changes
Feb 13, 2020
cobusve
approved these changes
Feb 14, 2020
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. ...
alfred2g
pushed a commit
to alfred2g/FreeRTOS
that referenced
this pull request
Mar 11, 2023
VanNamDinh
added a commit
to renesas/FreeRTOS
that referenced
this pull request
Mar 29, 2024
[Update] Updated PG xml to support RX671
Zangetsu112
pushed a commit
to Zangetsu112/FreeRTOS-evpp
that referenced
this pull request
Aug 18, 2025
Replaced bad https URL with proper SSH URL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's wrong ?
git clone command for SSH listed in README.md (Cloning section) file is not correct :
What is the proposed change ?
Replaced bad https URL with proper SSH URL :