mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 00:57:44 -04:00
Update readme.txt in each Renesas RX folder regarding to Notes *1 and *2 (both are RX100 port)
This commit is contained in:
parent
72d0ec4f00
commit
847340f31e
13 changed files with 78 additions and 39 deletions
|
@ -43,10 +43,13 @@ Notes:
|
|||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is not used, please define configSETUP_TICK_INTERRUPT() (in FreeRTOSConfig.h) and provide
|
||||
the configuration function.
|
||||
the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems to be
|
||||
configured to use any CMTn according to the definition of configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration.
|
||||
*2: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration. Please be aware that port.c is
|
||||
hard coded to use CMT0 though it seems to be configured to use any CMTn according to the definition of
|
||||
configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*3: RX100 ports are also available.
|
||||
|
||||
|
|
|
@ -43,10 +43,13 @@ Notes:
|
|||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is not used, please define configSETUP_TICK_INTERRUPT() (in FreeRTOSConfig.h) and provide
|
||||
the configuration function.
|
||||
the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems to be
|
||||
configured to use any CMTn according to the definition of configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration.
|
||||
*2: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration. Please be aware that port.c is
|
||||
hard coded to use CMT0 though it seems to be configured to use any CMTn according to the definition of
|
||||
configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*3: RX100 ports are also available.
|
||||
|
||||
|
|
|
@ -43,10 +43,13 @@ Notes:
|
|||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is not used, please define configSETUP_TICK_INTERRUPT() (in FreeRTOSConfig.h) and provide
|
||||
the configuration function.
|
||||
the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems to be
|
||||
configured to use any CMTn according to the definition of configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration.
|
||||
*2: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration. Please be aware that port.c is
|
||||
hard coded to use CMT0 though it seems to be configured to use any CMTn according to the definition of
|
||||
configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*3: RX100 ports are also available.
|
||||
|
||||
|
|
|
@ -43,10 +43,13 @@ Notes:
|
|||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is not used, please define configSETUP_TICK_INTERRUPT() (in FreeRTOSConfig.h) and provide
|
||||
the configuration function.
|
||||
the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems to be
|
||||
configured to use any CMTn according to the definition of configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration.
|
||||
*2: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration. Please be aware that port.c is
|
||||
hard coded to use CMT0 though it seems to be configured to use any CMTn according to the definition of
|
||||
configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*3: RX100 ports are also available.
|
||||
|
||||
|
|
|
@ -43,10 +43,13 @@ Notes:
|
|||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is not used, please define configSETUP_TICK_INTERRUPT() (in FreeRTOSConfig.h) and provide
|
||||
the configuration function.
|
||||
the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems to be
|
||||
configured to use any CMTn according to the definition of configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration.
|
||||
*2: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration. Please be aware that port.c is
|
||||
hard coded to use CMT0 though it seems to be configured to use any CMTn according to the definition of
|
||||
configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*3: RX100 ports are also available.
|
||||
|
||||
|
|
|
@ -43,10 +43,13 @@ Notes:
|
|||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is not used, please define configSETUP_TICK_INTERRUPT() (in FreeRTOSConfig.h) and provide
|
||||
the configuration function.
|
||||
the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems to be
|
||||
configured to use any CMTn according to the definition of configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration.
|
||||
*2: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration. Please be aware that port.c is
|
||||
hard coded to use CMT0 though it seems to be configured to use any CMTn according to the definition of
|
||||
configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*3: RX100 ports are also available.
|
||||
|
||||
|
|
|
@ -43,10 +43,13 @@ Notes:
|
|||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is not used, please define configSETUP_TICK_INTERRUPT() (in FreeRTOSConfig.h) and provide
|
||||
the configuration function.
|
||||
the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems to be
|
||||
configured to use any CMTn according to the definition of configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration.
|
||||
*2: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration. Please be aware that port.c is
|
||||
hard coded to use CMT0 though it seems to be configured to use any CMTn according to the definition of
|
||||
configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*3: RX100 ports are also available.
|
||||
|
||||
|
|
|
@ -43,10 +43,13 @@ Notes:
|
|||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is not used, please define configSETUP_TICK_INTERRUPT() (in FreeRTOSConfig.h) and provide
|
||||
the configuration function.
|
||||
the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems to be
|
||||
configured to use any CMTn according to the definition of configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration.
|
||||
*2: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration. Please be aware that port.c is
|
||||
hard coded to use CMT0 though it seems to be configured to use any CMTn according to the definition of
|
||||
configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*3: RX100 ports are also available.
|
||||
|
||||
|
|
|
@ -43,10 +43,13 @@ Notes:
|
|||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is not used, please define configSETUP_TICK_INTERRUPT() (in FreeRTOSConfig.h) and provide
|
||||
the configuration function.
|
||||
the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems to be
|
||||
configured to use any CMTn according to the definition of configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration.
|
||||
*2: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration. Please be aware that port.c is
|
||||
hard coded to use CMT0 though it seems to be configured to use any CMTn according to the definition of
|
||||
configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*3: RX100 ports are also available.
|
||||
|
||||
|
|
|
@ -43,10 +43,13 @@ Notes:
|
|||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is not used, please define configSETUP_TICK_INTERRUPT() (in FreeRTOSConfig.h) and provide
|
||||
the configuration function.
|
||||
the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems to be
|
||||
configured to use any CMTn according to the definition of configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration.
|
||||
*2: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration. Please be aware that port.c is
|
||||
hard coded to use CMT0 though it seems to be configured to use any CMTn according to the definition of
|
||||
configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*3: RX100 ports are also available.
|
||||
|
||||
|
|
|
@ -43,10 +43,13 @@ Notes:
|
|||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is not used, please define configSETUP_TICK_INTERRUPT() (in FreeRTOSConfig.h) and provide
|
||||
the configuration function.
|
||||
the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems to be
|
||||
configured to use any CMTn according to the definition of configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration.
|
||||
*2: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration. Please be aware that port.c is
|
||||
hard coded to use CMT0 though it seems to be configured to use any CMTn according to the definition of
|
||||
configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*3: RX100 ports are also available.
|
||||
|
||||
|
|
|
@ -43,10 +43,13 @@ Notes:
|
|||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is not used, please define configSETUP_TICK_INTERRUPT() (in FreeRTOSConfig.h) and provide
|
||||
the configuration function.
|
||||
the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems to be
|
||||
configured to use any CMTn according to the definition of configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration.
|
||||
*2: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration. Please be aware that port.c is
|
||||
hard coded to use CMT0 though it seems to be configured to use any CMTn according to the definition of
|
||||
configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*3: RX100 ports are also available.
|
||||
|
||||
|
|
|
@ -43,10 +43,13 @@ Notes:
|
|||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is not used, please define configSETUP_TICK_INTERRUPT() (in FreeRTOSConfig.h) and provide
|
||||
the configuration function.
|
||||
the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems to be
|
||||
configured to use any CMTn according to the definition of configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*1: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration.
|
||||
*2: If the application writer wants to use their own tick interrupt configuration when tickless idle
|
||||
functionality is used, please modify port.c for the configuration. Please be aware that port.c is
|
||||
hard coded to use CMT0 though it seems to be configured to use any CMTn according to the definition of
|
||||
configTICK_VECTOR (in FreeRTOSConfig.h).
|
||||
|
||||
*3: RX100 ports are also available.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue