diff --git a/portable/GCC/RX100/readme.txt b/portable/GCC/RX100/readme.txt index c9672cb3b..9e89a09f6 100644 --- a/portable/GCC/RX100/readme.txt +++ b/portable/GCC/RX100/readme.txt @@ -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. diff --git a/portable/GCC/RX600/readme.txt b/portable/GCC/RX600/readme.txt index c9672cb3b..9e89a09f6 100644 --- a/portable/GCC/RX600/readme.txt +++ b/portable/GCC/RX600/readme.txt @@ -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. diff --git a/portable/GCC/RX600v2/readme.txt b/portable/GCC/RX600v2/readme.txt index c9672cb3b..9e89a09f6 100644 --- a/portable/GCC/RX600v2/readme.txt +++ b/portable/GCC/RX600v2/readme.txt @@ -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. diff --git a/portable/GCC/RX700v3_DPFPU/readme.txt b/portable/GCC/RX700v3_DPFPU/readme.txt index c9672cb3b..9e89a09f6 100644 --- a/portable/GCC/RX700v3_DPFPU/readme.txt +++ b/portable/GCC/RX700v3_DPFPU/readme.txt @@ -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. diff --git a/portable/IAR/RX100/readme.txt b/portable/IAR/RX100/readme.txt index c9672cb3b..9e89a09f6 100644 --- a/portable/IAR/RX100/readme.txt +++ b/portable/IAR/RX100/readme.txt @@ -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. diff --git a/portable/IAR/RX600/readme.txt b/portable/IAR/RX600/readme.txt index c9672cb3b..9e89a09f6 100644 --- a/portable/IAR/RX600/readme.txt +++ b/portable/IAR/RX600/readme.txt @@ -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. diff --git a/portable/IAR/RX700v3_DPFPU/readme.txt b/portable/IAR/RX700v3_DPFPU/readme.txt index c9672cb3b..9e89a09f6 100644 --- a/portable/IAR/RX700v3_DPFPU/readme.txt +++ b/portable/IAR/RX700v3_DPFPU/readme.txt @@ -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. diff --git a/portable/IAR/RXv2/readme.txt b/portable/IAR/RXv2/readme.txt index c9672cb3b..9e89a09f6 100644 --- a/portable/IAR/RXv2/readme.txt +++ b/portable/IAR/RXv2/readme.txt @@ -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. diff --git a/portable/Renesas/RX100/readme.txt b/portable/Renesas/RX100/readme.txt index c9672cb3b..9e89a09f6 100644 --- a/portable/Renesas/RX100/readme.txt +++ b/portable/Renesas/RX100/readme.txt @@ -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. diff --git a/portable/Renesas/RX200/readme.txt b/portable/Renesas/RX200/readme.txt index c9672cb3b..9e89a09f6 100644 --- a/portable/Renesas/RX200/readme.txt +++ b/portable/Renesas/RX200/readme.txt @@ -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. diff --git a/portable/Renesas/RX600/readme.txt b/portable/Renesas/RX600/readme.txt index c9672cb3b..9e89a09f6 100644 --- a/portable/Renesas/RX600/readme.txt +++ b/portable/Renesas/RX600/readme.txt @@ -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. diff --git a/portable/Renesas/RX600v2/readme.txt b/portable/Renesas/RX600v2/readme.txt index c9672cb3b..9e89a09f6 100644 --- a/portable/Renesas/RX600v2/readme.txt +++ b/portable/Renesas/RX600v2/readme.txt @@ -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. diff --git a/portable/Renesas/RX700v3_DPFPU/readme.txt b/portable/Renesas/RX700v3_DPFPU/readme.txt index c9672cb3b..9e89a09f6 100644 --- a/portable/Renesas/RX700v3_DPFPU/readme.txt +++ b/portable/Renesas/RX700v3_DPFPU/readme.txt @@ -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.