Skip to content

Commit

Permalink
[Update] Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TatsuyaOgawanx committed Jan 18, 2024
1 parent 7418c95 commit 6a8a29c
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion configuration/samples/bare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For example, if you create project with C++ option and CC-RX compiler, you will
_end = .;
} > RAM

2.3. When using RX microcontrollers with DPFPUs
2.3. When using RX microcontrollers with DPFPU
Target projects (RX72N, RX671):
- Projects with the double precision floating point instruction generation option (CC-RX: -dpfpu, GCC: --mdfpu=64, IAR: --fpu=64) enabled on RXv3 core devices
Workaround:
Expand Down
2 changes: 1 addition & 1 deletion configuration/samples/boot_loader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This issue is fixed from e2 studio 2023-04 and Smart Configurator for RX 2.17.

2.3. If your e2 studio version is older than 2023-10, "CK-RX65N (DUAL)" will not be displayed on the Target Board when creating ADU sample project. Please use the latest version of e2 studio.

2.4. When using RX microcontrollers with DPFPUs
2.4. When using RX microcontrollers with DPFPU
Target projects (RX72N, RX671):
- Projects with the double precision floating point instruction generation option (CC-RX: -dpfpu, GCC: --mdfpu=64, IAR: --fpu=64) enabled on RXv3 core devices
Workaround:
Expand Down
2 changes: 1 addition & 1 deletion configuration/samples/guix_8bpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ to quickly go to Change Device dialog and change target device to R5F572NN.

This issue is fixed from board version v1.12.

2.5. When using RX microcontrollers with DPFPUs
2.5. When using RX microcontrollers with DPFPU
Target projects (RX72N, RX671):
- Projects with the double precision floating point instruction generation option (CC-RX: -dpfpu, GCC: --mdfpu=64, IAR: --fpu=64) enabled on RXv3 core devices
Workaround:
Expand Down
2 changes: 1 addition & 1 deletion configuration/samples/iot_sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ In Smart Configurator editor (<projectname>.scfg)

This issue is fixed from e2 studio 2023-04 and Smart Configurator for RX 2.17.

2.4. When using RX microcontrollers with DPFPUs
2.4. When using RX microcontrollers with DPFPU
Target projects (RX72N, RX671):
- Projects with the double precision floating point instruction generation option (CC-RX: -dpfpu, GCC: --mdfpu=64, IAR: --fpu=64) enabled on RXv3 core devices
Workaround:
Expand Down
2 changes: 1 addition & 1 deletion configuration/samples/iot_sdk/rsk-rx671/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ In Smart Configurator editor (<projectname>.scfg)
check "CTS2#/RTS2#/SS2# Pin"
And [Generate Code]

2.4. When using RX microcontrollers with DPFPUs
2.4. When using RX microcontrollers with DPFPU
Target projects (RX72N, RX671):
- Projects with the double precision floating point instruction generation option (CC-RX: -dpfpu, GCC: --mdfpu=64, IAR: --fpu=64) enabled on RXv3 core devices
Workaround:
Expand Down
2 changes: 1 addition & 1 deletion configuration/samples/iot_sdk/rx72n-envision-kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ In Smart Configurator editor (<projectname>.scfg)
- on the right panel, check and change the pin function if it is incorrect:
RXDx and TXDx should be used but the default setting could be SMISOx and SMOSIx

2.5. When using RX microcontrollers with DPFPUs
2.5. When using RX microcontrollers with DPFPU
Target projects (RX72N, RX671):
- Projects with the double precision floating point instruction generation option (CC-RX: -dpfpu, GCC: --mdfpu=64, IAR: --fpu=64) enabled on RXv3 core devices
Workaround:
Expand Down
2 changes: 1 addition & 1 deletion configuration/samples/iot_sdk_pnp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ In Smart Configurator editor (<projectname>.scfg)

This issue is fixed from e2 studio 2023-04 and Smart Configurator for RX 2.17.

2.4. When using RX microcontrollers with DPFPUs
2.4. When using RX microcontrollers with DPFPU
Target projects (RX72N, RX671):
- Projects with the double precision floating point instruction generation option (CC-RX: -dpfpu, GCC: --mdfpu=64, IAR: --fpu=64) enabled on RXv3 core devices
Workaround:
Expand Down
2 changes: 1 addition & 1 deletion configuration/samples/iot_sdk_pnp/rsk-rx671/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ In Smart Configurator editor (<projectname>.scfg)
check "CTS2#/RTS2#/SS2# Pin"
And [Generate Code]

2.4. When using RX microcontrollers with DPFPUs
2.4. When using RX microcontrollers with DPFPU
Target projects (RX72N, RX671):
- Projects with the double precision floating point instruction generation option (CC-RX: -dpfpu, GCC: --mdfpu=64, IAR: --fpu=64) enabled on RXv3 core devices
Workaround:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ In Smart Configurator editor (<projectname>.scfg)
- on the right panel, check and change the pin function if it is incorrect:
RXDx and TXDx should be used but the default setting could be SMISOx and SMOSIx

2.5. When using RX microcontrollers with DPFPUs
2.5. When using RX microcontrollers with DPFPU
Target projects (RX72N, RX671):
- Projects with the double precision floating point instruction generation option (CC-RX: -dpfpu, GCC: --mdfpu=64, IAR: --fpu=64) enabled on RXv3 core devices
Workaround:
Expand Down
2 changes: 1 addition & 1 deletion configuration/samples/iperf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ For example, if you create project with C++ option and CC-RX compiler, you will
2.3. Current Iperf sample project does not work well with JPerf.
We will improve the sample at next version.

2.4. When using RX microcontrollers with DPFPUs
2.4. When using RX microcontrollers with DPFPU
Target projects (RX72N, RX671):
- Projects with the double precision floating point instruction generation option (CC-RX: -dpfpu, GCC: --mdfpu=64, IAR: --fpu=64) enabled on RXv3 core devices
Workaround:
Expand Down
2 changes: 1 addition & 1 deletion configuration/samples/low_power/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ In Smart Configurator editor (<projectname>.scfg)
- at Pin Function, select "Interrupt controller unit"
- on the right panel, check and change the pin assignment for IRQ channel being used if it is incorrect

2.4. When using RX microcontrollers with DPFPUs
2.4. When using RX microcontrollers with DPFPU
Target projects (RX72N, RX671):
- Projects with the double precision floating point instruction generation option (CC-RX: -dpfpu, GCC: --mdfpu=64, IAR: --fpu=64) enabled on RXv3 core devices
Workaround:
Expand Down
2 changes: 1 addition & 1 deletion configuration/samples/minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ In Smart Configurator editor (<projectname>.scfg)
- on the right panel, check and change the pin function if it is incorrect:
RXDx and TXDx should be used but the default setting could be SMISOx and SMOSIx

2.4 When using RX microcontrollers with DPFPUs
2.4 When using RX microcontrollers with DPFPU
Target projects (RX72N, RX671):
- Projects with the double precision floating point instruction generation option (CC-RX: -dpfpu, GCC: --mdfpu=64, IAR: --fpu=64) enabled on RXv3 core devices
Workaround:
Expand Down
2 changes: 1 addition & 1 deletion configuration/samples/ping/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ please open libs\netxduo_addons\addons\dns\nxd_dns.c and comment out _nxde_dns_h

This issue is fixed from Smart Configurator for RX 2.17.

2.5 When using RX microcontrollers with DPFPUs
2.5 When using RX microcontrollers with DPFPU
Target projects (RX72N, RX671):
- Projects with the double precision floating point instruction generation option (CC-RX: -dpfpu, GCC: --mdfpu=64, IAR: --fpu=64) enabled on RXv3 core devices
Workaround:
Expand Down
2 changes: 1 addition & 1 deletion configuration/samples/ping/rsk-rx671/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For example, if you create project with C++ option and CC-RX compiler, you will
_end = .;
} > RAM

2.3. When using RX microcontrollers with DPFPUs
2.3. When using RX microcontrollers with DPFPU
Target projects (RX72N, RX671):
- Projects with the double precision floating point instruction generation option (CC-RX: -dpfpu, GCC: --mdfpu=64, IAR: --fpu=64) enabled on RXv3 core devices
Workaround:
Expand Down
2 changes: 1 addition & 1 deletion configuration/samples/ramdisk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ to quickly go to Change Device dialog and change target device to R5F572NN.

This issue is fixed from board version v1.12.

2.3 When using RX microcontrollers with DPFPUs
2.3 When using RX microcontrollers with DPFPU
Target projects (RX72N, RX671):
- Projects with the double precision floating point instruction generation option (CC-RX: -dpfpu, GCC: --mdfpu=64, IAR: --fpu=64) enabled on RXv3 core devices
Workaround:
Expand Down
2 changes: 1 addition & 1 deletion configuration/samples/usbx_device_cdc_acm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ When using GCC compiler, the "_end" section in src/linker_script.ld should be at

When you connect RX65N Cloud Kit to your PC and get USB device not recognized message from Windows, please go to Clock page of Smart Configurator, enable SCKCR2 and set USB clock to 48MHz.

When using RX microcontrollers with DPFPUs
When using RX microcontrollers with DPFPU
Target projects (RX72N, RX671):
- Projects with the double precision floating point instruction generation option (CC-RX: -dpfpu, GCC: --mdfpu=64, IAR: --fpu=64) enabled on RXv3 core devices
Workaround:
Expand Down
2 changes: 1 addition & 1 deletion configuration/samples/usbx_hmsc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ In Smart Configurator editor (<projectname>.scfg)

This issue will be fixed at that next update of RSK board description file.

2.4 When using RX microcontrollers with DPFPUs
2.4 When using RX microcontrollers with DPFPU
Target projects (RX72N, RX671):
- Projects with the double precision floating point instruction generation option (CC-RX: -dpfpu, GCC: --mdfpu=64, IAR: --fpu=64) enabled on RXv3 core devices
Workaround:
Expand Down

0 comments on commit 6a8a29c

Please sign in to comment.