NOTE:This is a read only archive of threads posted to the FreeRTOS support forum. Use these archive pages to search previous posts. New forum support threads can be started at the
FreeRTOS forums.
FreeRTOS Support Archive
The FreeRTOS support forum can be used for active support both from Amazon Web Services and the community. In return for using our software for free, we request you play fair and do your bit to help others! Sign up for an account and receive notifications of new support topics then help where you can.

This is a read only archive of threads posted to the FreeRTOS support forum. Use these archive pages to search previous posts. New forum support threads can be started at the FreeRTOS forums.
[FreeRTOS Home]
[Live FreeRTOS Forum]
[FAQ]
[Archive Top]
[March 2016 Threads]
Is there a FreeRTOS version software variable?
Posted by
trob76 on March 16, 2016
I have a requirement to determine the FreeRTOS version during realtime. Is there a version variable?
Is there a FreeRTOS version software variable?
Posted by
davedoors on March 16, 2016
Defines available in tasks.h
~~~~
define tskKERNELVERSIONNUMBER “V9.0.0rc1”
define tskKERNELVERSIONMAJOR 9
define tskKERNELVERSIONMINOR 0
define tskKERNELVERSIONBUILD 0
~~~~
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.