mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-19 06:39:21 +08:00
Multiple tidy up and corrections preparing for release (#390)
* Update to the WolfSSL FIPS ready demo: Add a debug break point into the configASSERT() implementation along with a comment telling users how to update the integrity check hash if they hit the breakpoint. * Updates in the root directory: Remove "New - Stream and Message Buffers.url" as the feature is no longer new, and edit the readme.md file as the repo now contains 'core' libraries in addition to 'FreeRTOS+' libraries. * FreeRTOS-Plus/Source/Utilities: Add readme files and links to documentation. * Application-Protocols: Add readme and URL links. * Remove Index.html from the end of a URL in the readme.txt file. * Demo-IP-Protocols: Add readme.txt files and code comments saying the protocols are not intended for production use. * coreMQTT: Remove links to deprecated documentation, add readme and correct links to documentation. * General: Correct URLs in source files and .url files. * Update readme.txt
This commit is contained in:
@ -1,4 +1,9 @@
|
||||
/*
|
||||
*!
|
||||
*! The protocols implemented in this file are intended to be demo quality only,
|
||||
*! and not for production devices.
|
||||
*!
|
||||
*
|
||||
* FreeRTOS+TCP V2.0.3
|
||||
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
||||
*
|
||||
|
@ -1,4 +1,9 @@
|
||||
/*
|
||||
*!
|
||||
*! The protocols implemented in this file are intended to be demo quality only,
|
||||
*! and not for production devices.
|
||||
*!
|
||||
*
|
||||
* FreeRTOS+TCP V2.0.3
|
||||
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
||||
*
|
||||
|
@ -0,0 +1,2 @@
|
||||
The protocols implemented in this directory are intended to be demo quality
|
||||
examples only. They are not intended for inclusion in production devices.
|
Reference in New Issue
Block a user