From 847340f31ee409489b2e9da3f0a000f95c439159 Mon Sep 17 00:00:00 2001 From: "NoMaY (a user of Japan.RenesasRulz.com)" Date: Mon, 31 Aug 2020 21:57:23 +0900 Subject: [PATCH] Update readme.txt in each Renesas RX folder regarding to Notes *1 and *2 (both are RX100 port) --- portable/GCC/RX100/readme.txt | 9 ++++++--- portable/GCC/RX600/readme.txt | 9 ++++++--- portable/GCC/RX600v2/readme.txt | 9 ++++++--- portable/GCC/RX700v3_DPFPU/readme.txt | 9 ++++++--- portable/IAR/RX100/readme.txt | 9 ++++++--- portable/IAR/RX600/readme.txt | 9 ++++++--- portable/IAR/RX700v3_DPFPU/readme.txt | 9 ++++++--- portable/IAR/RXv2/readme.txt | 9 ++++++--- portable/Renesas/RX100/readme.txt | 9 ++++++--- portable/Renesas/RX200/readme.txt | 9 ++++++--- portable/Renesas/RX600/readme.txt | 9 ++++++--- portable/Renesas/RX600v2/readme.txt | 9 ++++++--- portable/Renesas/RX700v3_DPFPU/readme.txt | 9 ++++++--- 13 files changed, 78 insertions(+), 39 deletions(-) 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.