mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -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
|
@ -12,7 +12,7 @@ opensource-codeofconduct@amazon.com with any additional questions or comments.
|
||||||
|
|
||||||
|
|
||||||
## Security issue notifications
|
## Security issue notifications
|
||||||
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue.
|
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](https://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue.
|
||||||
|
|
||||||
|
|
||||||
## Submitting a bugs/feature request
|
## Submitting a bugs/feature request
|
||||||
|
@ -67,4 +67,4 @@ The FreeRTOS kernel is released under the MIT open source license, the text of w
|
||||||
|
|
||||||
Additional license files can be found in the folders containing any supplementary libraries licensed by their respective copyright owners where applicable.
|
Additional license files can be found in the folders containing any supplementary libraries licensed by their respective copyright owners where applicable.
|
||||||
|
|
||||||
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
|
We may ask you to sign a [Contributor License Agreement (CLA)](https://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
|
||||||
|
|
|
@ -979,7 +979,7 @@ Changes between V7.4.2 and V7.5.0 released July 19 2013
|
||||||
+ Microsemi SmartFusion2
|
+ Microsemi SmartFusion2
|
||||||
|
|
||||||
New FreeRTOSConfig.h settings
|
New FreeRTOSConfig.h settings
|
||||||
http://shop.freertos.org/FreeRTOS_API_and_Configuration_Reference_s/1822.htm
|
https://freertos.org/a00110.html
|
||||||
|
|
||||||
+ configUSE_TIME_SLICING
|
+ configUSE_TIME_SLICING
|
||||||
+ configUSE_NEWLIB_REENTRANT
|
+ configUSE_NEWLIB_REENTRANT
|
||||||
|
@ -2048,7 +2048,7 @@ Changes between V4.0.1 and V4.0.2 released May 28, 2006
|
||||||
it was also called when the tick function was called during the scheduler
|
it was also called when the tick function was called during the scheduler
|
||||||
unlocking process.
|
unlocking process.
|
||||||
+ The EMAC driver in the SAM7X lwIP demo has been made more robust as per
|
+ The EMAC driver in the SAM7X lwIP demo has been made more robust as per
|
||||||
the thread: http://sourceforge.net/forum/message.php?msg_id=3714405
|
the thread: https://sourceforge.net/forum/message.php?msg_id=3714405
|
||||||
+ In the PC ports: Add function prvSetTickFrequencyDefault() to set the
|
+ In the PC ports: Add function prvSetTickFrequencyDefault() to set the
|
||||||
DOS tick back to its proper value when the scheduler exits. Thanks
|
DOS tick back to its proper value when the scheduler exits. Thanks
|
||||||
Raynald!
|
Raynald!
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security
|
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security
|
||||||
via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/) or directly via email to aws-security@amazon.com.
|
via our [vulnerability reporting page](https://aws.amazon.com/security/vulnerability-reporting/) or directly via email to aws-security@amazon.com.
|
||||||
Please do **not** create a public github issue.
|
Please do **not** create a public github issue.
|
||||||
|
|
|
@ -1572,7 +1572,7 @@ BaseType_t xQueueGiveMutexRecursive( QueueHandle_t xMutex ) PRIVILEGED_FUNCTION;
|
||||||
* or semaphores contained in the set is in a state where a queue read or
|
* or semaphores contained in the set is in a state where a queue read or
|
||||||
* semaphore take operation would be successful.
|
* semaphore take operation would be successful.
|
||||||
*
|
*
|
||||||
* Note 1: See the documentation on http://wwwFreeRTOS.org/RTOS-queue-sets.html
|
* Note 1: See the documentation on https://www.FreeRTOS.org/RTOS-queue-sets.html
|
||||||
* for reasons why queue sets are very rarely needed in practice as there are
|
* for reasons why queue sets are very rarely needed in practice as there are
|
||||||
* simpler methods of blocking on multiple objects.
|
* simpler methods of blocking on multiple objects.
|
||||||
*
|
*
|
||||||
|
@ -1663,7 +1663,7 @@ BaseType_t xQueueRemoveFromSet( QueueSetMemberHandle_t xQueueOrSemaphore,
|
||||||
* See FreeRTOS/Source/Demo/Common/Minimal/QueueSet.c for an example using this
|
* See FreeRTOS/Source/Demo/Common/Minimal/QueueSet.c for an example using this
|
||||||
* function.
|
* function.
|
||||||
*
|
*
|
||||||
* Note 1: See the documentation on http://wwwFreeRTOS.org/RTOS-queue-sets.html
|
* Note 1: See the documentation on https://www.FreeRTOS.org/RTOS-queue-sets.html
|
||||||
* for reasons why queue sets are very rarely needed in practice as there are
|
* for reasons why queue sets are very rarely needed in practice as there are
|
||||||
* simpler methods of blocking on multiple objects.
|
* simpler methods of blocking on multiple objects.
|
||||||
*
|
*
|
||||||
|
|
|
@ -9,8 +9,9 @@
|
||||||
* - Supported devices: All AVR32UC devices with an INTC module can be used.
|
* - Supported devices: All AVR32UC devices with an INTC module can be used.
|
||||||
* - AppNote:
|
* - AppNote:
|
||||||
*
|
*
|
||||||
* \author Atmel Corporation: http://www.atmel.com \n
|
* \author Atmel Corporation (Now Microchip):
|
||||||
* Support and FAQ: http://support.atmel.no/
|
* https://www.microchip.com \n
|
||||||
|
* Support and FAQ: https://www.microchip.com/support/
|
||||||
*
|
*
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,9 @@
|
||||||
* - Supported devices: All AVR32 devices can be used.
|
* - Supported devices: All AVR32 devices can be used.
|
||||||
* - AppNote:
|
* - AppNote:
|
||||||
*
|
*
|
||||||
* \author Atmel Corporation: http://www.atmel.com \n
|
* \author Atmel Corporation (Now Microchip):
|
||||||
* Support and FAQ: http://support.atmel.no/
|
* https://www.microchip.com \n
|
||||||
|
* Support and FAQ: https://www.microchip.com/support/
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,9 @@
|
||||||
* - Supported devices: All AVR32 devices can be used.
|
* - Supported devices: All AVR32 devices can be used.
|
||||||
* - AppNote:
|
* - AppNote:
|
||||||
*
|
*
|
||||||
* \author Atmel Corporation: http://www.atmel.com \n
|
* \author Atmel Corporation (Now Microchip):
|
||||||
* Support and FAQ: http://support.atmel.no/
|
* https://www.microchip.com \n
|
||||||
|
* Support and FAQ: https://www.microchip.com/support/
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
|
|
@ -44,11 +44,11 @@
|
||||||
https://www.FreeRTOS.org - Documentation, latest information, license and
|
https://www.FreeRTOS.org - Documentation, latest information, license and
|
||||||
contact details.
|
contact details.
|
||||||
|
|
||||||
http://www.SafeRTOS.com - A version that is certified for use in safety
|
https://www.highintegritysystems.com/safertos/ - A version that is
|
||||||
critical systems.
|
certified for use in safety critical systems.
|
||||||
|
|
||||||
http://www.OpenRTOS.com - Commercial support, development, porting,
|
https://www.highintegritysystems.com/openrtos/ - Commercial support,
|
||||||
licensing and training services.
|
development, porting, licensing and training services.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -44,10 +44,11 @@
|
||||||
https://www.FreeRTOS.org - Documentation, latest information, license and
|
https://www.FreeRTOS.org - Documentation, latest information, license and
|
||||||
contact details.
|
contact details.
|
||||||
|
|
||||||
http://www.SafeRTOS.com - A version that is certified for use in safety
|
https://www.highintegritysystems.com/safertos/ - A version that is
|
||||||
critical systems.
|
certified for use in safety critical systems.
|
||||||
|
|
||||||
http://www.OpenRTOS.com - Commercial support, development, porting,
|
https://www.highintegritysystems.com/openrtos/ - Commercial support,
|
||||||
|
development, porting,
|
||||||
licensing and training services.
|
licensing and training services.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
* 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.
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*
|
*
|
||||||
* http://www.FreeRTOS.org
|
* https://www.FreeRTOS.org
|
||||||
* http://aws.amazon.com/freertos
|
* https://github.com/FreeRTOS
|
||||||
*
|
*
|
||||||
* 1 tab == 4 spaces!
|
* 1 tab == 4 spaces!
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
* 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.
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*
|
*
|
||||||
* http://www.FreeRTOS.org
|
* https://www.FreeRTOS.org
|
||||||
* http://aws.amazon.com/freertos
|
* https://github.com/FreeRTOS
|
||||||
*
|
*
|
||||||
* 1 tab == 4 spaces!
|
* 1 tab == 4 spaces!
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,9 @@
|
||||||
* - Supported devices: All AVR32UC devices with an INTC module can be used.
|
* - Supported devices: All AVR32UC devices with an INTC module can be used.
|
||||||
* - AppNote:
|
* - AppNote:
|
||||||
*
|
*
|
||||||
* \author Atmel Corporation: http://www.atmel.com \n
|
* \author Atmel Corporation (Now Microchip):
|
||||||
* Support and FAQ: http://support.atmel.no/
|
https://www.microchip.com \n
|
||||||
|
* Support and FAQ: https://www.microchip.com/support
|
||||||
*
|
*
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,9 @@
|
||||||
* - Supported devices: All AVR32 devices can be used.
|
* - Supported devices: All AVR32 devices can be used.
|
||||||
* - AppNote:
|
* - AppNote:
|
||||||
*
|
*
|
||||||
* \author Atmel Corporation: http://www.atmel.com \n
|
* \author Atmel Corporation (Now Microchip):
|
||||||
* Support and FAQ: http://support.atmel.no/
|
* https://www.microchip.com \n
|
||||||
|
* Support and FAQ: https://www.microchip.com/support/
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,9 @@
|
||||||
* - Supported devices: All AVR32 devices can be used.
|
* - Supported devices: All AVR32 devices can be used.
|
||||||
* - AppNote:
|
* - AppNote:
|
||||||
*
|
*
|
||||||
* \author Atmel Corporation: http://www.atmel.com \n
|
* \author Atmel Corporation (Now Microchip):
|
||||||
* Support and FAQ: http://support.atmel.no/
|
* https://www.microchip.com
|
||||||
|
* Support and FAQ: https://www.microchip.com/support
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,9 @@
|
||||||
* - Supported devices: All AVR32 devices with a USART module can be used.
|
* - Supported devices: All AVR32 devices with a USART module can be used.
|
||||||
* - AppNote:
|
* - AppNote:
|
||||||
*
|
*
|
||||||
* \author Atmel Corporation: http://www.atmel.com \n
|
* \author Atmel Corporation (Now Microchip):
|
||||||
* Support and FAQ: http://support.atmel.no/
|
* https://www.microchip.com \n
|
||||||
|
* Support and FAQ: https://www.microchip.com/support/
|
||||||
*
|
*
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,9 @@
|
||||||
* - Supported devices: All AVR32 devices with a USART module can be used.
|
* - Supported devices: All AVR32 devices with a USART module can be used.
|
||||||
* - AppNote:
|
* - AppNote:
|
||||||
*
|
*
|
||||||
* \author Atmel Corporation: http://www.atmel.com \n
|
* \author Atmel Corporation (Now Microchip):
|
||||||
* Support and FAQ: http://support.atmel.no/
|
* https://www.microchip.com \n
|
||||||
|
* Support and FAQ: https://www.microchip.com/support
|
||||||
*
|
*
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
* 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.
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*
|
*
|
||||||
* http://www.FreeRTOS.org
|
* https://www.FreeRTOS.org
|
||||||
* http://aws.amazon.com/freertos
|
* https://github.com/FreeRTOS
|
||||||
*
|
*
|
||||||
* 1 tab == 4 spaces!
|
* 1 tab == 4 spaces!
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
* 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.
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*
|
*
|
||||||
* http://www.FreeRTOS.org
|
* https://www.FreeRTOS.org
|
||||||
* http://aws.amazon.com/freertos
|
* https://github.com/FreeRTOS
|
||||||
*
|
*
|
||||||
* 1 tab == 4 spaces!
|
* 1 tab == 4 spaces!
|
||||||
*/
|
*/
|
||||||
|
|
4
portable/ThirdParty/GCC/ARC_v1/arc_support.s
vendored
4
portable/ThirdParty/GCC/ARC_v1/arc_support.s
vendored
|
@ -19,8 +19,8 @@
|
||||||
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
* 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.
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*
|
*
|
||||||
* http://www.FreeRTOS.org
|
* https://www.FreeRTOS.org
|
||||||
* http://aws.amazon.com/freertos
|
* https://github.com/FreeRTOS
|
||||||
*
|
*
|
||||||
* 1 tab == 4 spaces!
|
* 1 tab == 4 spaces!
|
||||||
*/
|
*/
|
||||||
|
|
4
portable/ThirdParty/GCC/ARC_v1/port.c
vendored
4
portable/ThirdParty/GCC/ARC_v1/port.c
vendored
|
@ -19,8 +19,8 @@
|
||||||
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
* 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.
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*
|
*
|
||||||
* http://www.FreeRTOS.org
|
* https://www.FreeRTOS.org
|
||||||
* http://aws.amazon.com/freertos
|
* https://github.com/FreeRTOS
|
||||||
*
|
*
|
||||||
* 1 tab == 4 spaces!
|
* 1 tab == 4 spaces!
|
||||||
*/
|
*/
|
||||||
|
|
4
portable/ThirdParty/GCC/ARC_v1/portmacro.h
vendored
4
portable/ThirdParty/GCC/ARC_v1/portmacro.h
vendored
|
@ -19,8 +19,8 @@
|
||||||
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
* 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.
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*
|
*
|
||||||
* http://www.FreeRTOS.org
|
* https://www.FreeRTOS.org
|
||||||
* http://aws.amazon.com/freertos
|
* https://github.com/FreeRTOS
|
||||||
*
|
*
|
||||||
* 1 tab == 4 spaces!
|
* 1 tab == 4 spaces!
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -51,13 +51,15 @@
|
||||||
* including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
* including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
* compatible FAT file system, and our tiny thread aware UDP/IP stack.
|
* compatible FAT file system, and our tiny thread aware UDP/IP stack.
|
||||||
*
|
*
|
||||||
* http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
|
* https://www.highintegritysystems.com/openrtos/ - Real Time Engineers ltd
|
||||||
* Integrity Systems to sell under the OpenRTOS brand. Low cost OpenRTOS
|
* license FreeRTOS to High Integrity Systems to sell under the OpenRTOS brand.
|
||||||
* licenses offer ticketed support, indemnification and middleware.
|
* Low cost OpenRTOS licenses offer ticketed support, indemnification
|
||||||
|
* and middleware.
|
||||||
*
|
*
|
||||||
* http://www.SafeRTOS.com - High Integrity Systems also provide a safety
|
* https://www.highintegritysystems.com/safertos/ - High Integrity Systems
|
||||||
* engineered and independently SIL3 certified version for use in safety and
|
* also provide a safety engineered and independently SIL3 certified version
|
||||||
* mission critical applications that require provable dependability.
|
* 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
|
* embedded software for free we request you assist our global community by
|
||||||
* participating in the support forum.
|
* participating in the support forum.
|
||||||
*
|
*
|
||||||
* https://www.FreeRTOS.org/training - Investing in training allows your team to
|
* https://www.FreeRTOS.org/training - Investing in training allows your team
|
||||||
* be as productive as possible as early as possible. Now you can receive
|
* 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
|
* FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
* Ltd, and the world's leading authority on the world's leading RTOS.
|
* 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.
|
* 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.
|
* 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
|
* https://www.highintegritysystems.com/openrtos/ - Real Time Engineers ltd.
|
||||||
* Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
|
* license FreeRTOS to High Integrity Systems ltd. to sell under the OpenRTOS
|
||||||
* licenses offer ticketed support, indemnification and commercial middleware.
|
* brand. Low cost OpenRTOS licenses offer ticketed support, indemnification
|
||||||
|
* and commercial middleware.
|
||||||
*
|
*
|
||||||
* http://www.SafeRTOS.com - High Integrity Systems also provide a safety
|
* https://www.highintegritysystems.com/safertos/ - High Integrity Systems
|
||||||
* engineered and independently SIL3 certified version for use in safety and
|
* also provide a safety engineered and independently SIL3 certified version
|
||||||
* mission critical applications that require provable dependability.
|
* 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,
|
* // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||||
* // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
* // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||||
* // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
* --------------------------------------------------------------------------------
|
* -----------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
2
tasks.c
2
tasks.c
|
@ -2112,7 +2112,7 @@ void vTaskSuspendAll( void )
|
||||||
/* A critical section is not required as the variable is of type
|
/* A critical section is not required as the variable is of type
|
||||||
* BaseType_t. Please read Richard Barry's reply in the following link to a
|
* BaseType_t. Please read Richard Barry's reply in the following link to a
|
||||||
* post in the FreeRTOS support forum before reporting this as a bug! -
|
* post in the FreeRTOS support forum before reporting this as a bug! -
|
||||||
* http://goo.gl/wu4acr */
|
* https://goo.gl/wu4acr */
|
||||||
|
|
||||||
/* portSOFRWARE_BARRIER() is only implemented for emulated/simulated ports that
|
/* portSOFRWARE_BARRIER() is only implemented for emulated/simulated ports that
|
||||||
* do not otherwise exhibit real time behaviour. */
|
* do not otherwise exhibit real time behaviour. */
|
||||||
|
|
Loading…
Reference in a new issue