Skip to content

Conversation

@julian-poidevin
Copy link
Contributor

What's wrong ?

git clone command for SSH listed in README.md (Cloning section) file is not correct :

Using SSH:

git clone https://github.com/FreeRTOS/FreeRTOS.git

What is the proposed change ?

Replaced bad https URL with proper SSH URL :

Using SSH:

git clone [email protected]:FreeRTOS/FreeRTOS.git

Replaced bad https URL with proper SSH URL
@julian-poidevin julian-poidevin changed the title Fixed wrong git clone SSH command Fixed wrong git clone SSH command in README file Feb 13, 2020
@cobusve cobusve merged commit 4723b82 into FreeRTOS:master 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.
  ...
moninom1 pushed a commit that referenced this pull request Sep 14, 2022
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants