mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04:00
Fix some broken/redirected URL (#172)
* Style: fix some broken/redirect links * Fix: atmel url * Fix microchip typo * Fix url links * Fix shortcut link * Comment: fix line wrapping * Style: fix line wrapping to 80 chars * Add now microchip beside Atmel * Fix link in History * Add Now Microchip before Atmel link * Comment: add *
This commit is contained in:
parent
375b085295
commit
d428209d01
24 changed files with 145 additions and 132 deletions
|
@ -51,13 +51,15 @@
|
|||
* including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||
* compatible FAT file system, and our tiny thread aware UDP/IP stack.
|
||||
*
|
||||
* http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
|
||||
* Integrity Systems to sell under the OpenRTOS brand. Low cost OpenRTOS
|
||||
* licenses offer ticketed support, indemnification and middleware.
|
||||
* https://www.highintegritysystems.com/openrtos/ - Real Time Engineers ltd
|
||||
* license FreeRTOS to High Integrity Systems to sell under the OpenRTOS brand.
|
||||
* Low cost OpenRTOS licenses offer ticketed support, indemnification
|
||||
* and middleware.
|
||||
*
|
||||
* http://www.SafeRTOS.com - High Integrity Systems also provide a safety
|
||||
* engineered and independently SIL3 certified version for use in safety and
|
||||
* mission critical applications that require provable dependability.
|
||||
* https://www.highintegritysystems.com/safertos/ - High Integrity Systems
|
||||
* also provide a safety engineered and independently SIL3 certified version
|
||||
* for use in safety and mission critical applications that require
|
||||
* provable dependability.
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
20
portable/ThirdParty/GCC/Xtensa_ESP32/port.c
vendored
20
portable/ThirdParty/GCC/Xtensa_ESP32/port.c
vendored
|
@ -44,8 +44,8 @@
|
|||
* embedded software for free we request you assist our global community by
|
||||
* participating in the support forum.
|
||||
*
|
||||
* https://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||
* be as productive as possible as early as possible. Now you can receive
|
||||
* https://www.FreeRTOS.org/training - Investing in training allows your team
|
||||
* to be as productive as possible as early as possible. Now you can receive
|
||||
* FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||
* Ltd, and the world's leading authority on the world's leading RTOS.
|
||||
*
|
||||
|
@ -56,13 +56,15 @@
|
|||
* https://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
|
||||
* Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
|
||||
*
|
||||
* http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
|
||||
* Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
|
||||
* licenses offer ticketed support, indemnification and commercial middleware.
|
||||
* https://www.highintegritysystems.com/openrtos/ - Real Time Engineers ltd.
|
||||
* license FreeRTOS to High Integrity Systems ltd. to sell under the OpenRTOS
|
||||
* brand. Low cost OpenRTOS licenses offer ticketed support, indemnification
|
||||
* and commercial middleware.
|
||||
*
|
||||
* http://www.SafeRTOS.com - High Integrity Systems also provide a safety
|
||||
* engineered and independently SIL3 certified version for use in safety and
|
||||
* mission critical applications that require provable dependability.
|
||||
* https://www.highintegritysystems.com/safertos/ - High Integrity Systems
|
||||
* also provide a safety engineered and independently SIL3 certified version
|
||||
* for use in safety and mission critical applications that require provable
|
||||
* dependability.
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -87,7 +89,7 @@
|
|||
* // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||
* // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
* // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
* --------------------------------------------------------------------------------
|
||||
* -----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue