Skip to content

Commit

Permalink
Correct copy file mistake in xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
nam-ng committed Apr 19, 2023
1 parent 8bc213b commit c3ba992
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 48 deletions.
40 changes: 14 additions & 26 deletions configuration/azure-rtos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1111,13 +1111,9 @@
<board>CK-RX65N</board>
<board>RSKRX65N-2MB</board>
<board>RSKRX65N-2MB(TSIP)</board>
<file>configuration/samples/iot_adu/ck-rx65n/ether/src/main.c</file>
<path>src</path>
</impdir>
<impdir>
<board>RX72NEnvisionKit</board>
<board>EnvisionKitRX72N</board>
<file>configuration/samples/iot_adu/rx72n-envision-kit/src/main.c</file>
<file>configuration/samples/iot_adu/ether/main.c</file>
<path>src</path>
</impdir>
<impdir>
Expand Down Expand Up @@ -1170,9 +1166,9 @@
<board>RX65NCloudKit</board>
<board>CloudKitRX65N</board>
<board>RSKRX671</board>
<file>configuration/samples/iot_adu/rx65n-cloudkit/src/main.c</file>
<file>configuration/samples/iot_adu/rx65n-cloudkit/src/nx_driver_rx_wifi.c</file>
<file>configuration/samples/iot_adu/rx65n-cloudkit/src/nx_driver_rx_wifi.h</file>
<file>configuration/samples/iot_adu/wifi/main.c</file>
<file>configuration/samples/iot_adu/wifi/nx_driver_rx_wifi.c</file>
<file>configuration/samples/iot_adu/wifi/nx_driver_rx_wifi.h</file>
<path>src</path>
</impdir>
<impdir>
Expand Down Expand Up @@ -1700,13 +1696,9 @@
<board>CK-RX65N</board>
<board>RSKRX65N-2MB</board>
<board>RSKRX65N-2MB(TSIP)</board>
<file>configuration/samples/iot_adu/ck-rx65n/ether/src/main.c</file>
<path>src</path>
</impdir>
<impdir>
<board>RX72NEnvisionKit</board>
<board>EnvisionKitRX72N</board>
<file>configuration/samples/iot_adu/rx72n-envision-kit/src/main.c</file>
<file>configuration/samples/iot_adu/ether/main.c</file>
<path>src</path>
</impdir>
<impdir>
Expand Down Expand Up @@ -1761,9 +1753,9 @@
<board>RX65NCloudKit</board>
<board>CloudKitRX65N</board>
<board>RSKRX671</board>
<file>configuration/samples/iot_adu/rx65n-cloudkit/src/main.c</file>
<file>configuration/samples/iot_adu/rx65n-cloudkit/src/nx_driver_rx_wifi.c</file>
<file>configuration/samples/iot_adu/rx65n-cloudkit/src/nx_driver_rx_wifi.h</file>
<file>configuration/samples/iot_adu/wifi/main.c</file>
<file>configuration/samples/iot_adu/wifi/nx_driver_rx_wifi.c</file>
<file>configuration/samples/iot_adu/wifi/nx_driver_rx_wifi.h</file>
<path>src</path>
</impdir>
<impdir>
Expand Down Expand Up @@ -2103,7 +2095,7 @@
<impdir>
<board>CK-RX65N</board>
<folder>configuration/samples/iot_sdk_ewf/ck-rx65n/src/smc_gen/r_pincfg</folder>
<path>src/smc_gen</path>
<path>src/smc_gen/r_pincfg</path>
</impdir>
<impdir>
<toolchain>GNURX</toolchain>
Expand Down Expand Up @@ -2286,13 +2278,9 @@
<board>CK-RX65N</board>
<board>RSKRX65N-2MB</board>
<board>RSKRX65N-2MB(TSIP)</board>
<file>configuration/samples/iot_adu/ck-rx65n/ether/src/main.c</file>
<path>src</path>
</impdir>
<impdir>
<board>RX72NEnvisionKit</board>
<board>EnvisionKitRX72N</board>
<file>configuration/samples/iot_adu/rx72n-envision-kit/src/main.c</file>
<file>configuration/samples/iot_adu/ether/main.c</file>
<path>src</path>
</impdir>
<impdir>
Expand Down Expand Up @@ -2347,9 +2335,9 @@
<board>RX65NCloudKit</board>
<board>CloudKitRX65N</board>
<board>RSKRX671</board>
<file>configuration/samples/iot_adu/rx65n-cloudkit/src/main.c</file>
<file>configuration/samples/iot_adu/rx65n-cloudkit/src/nx_driver_rx_wifi.c</file>
<file>configuration/samples/iot_adu/rx65n-cloudkit/src/nx_driver_rx_wifi.h</file>
<file>configuration/samples/iot_adu/wifi/main.c</file>
<file>configuration/samples/iot_adu/wifi/nx_driver_rx_wifi.c</file>
<file>configuration/samples/iot_adu/wifi/nx_driver_rx_wifi.h</file>
<path>src</path>
</impdir>
<impdir>
Expand Down Expand Up @@ -2701,7 +2689,7 @@
<impdir>
<board>CK-RX65N</board>
<folder>configuration/samples/iot_sdk_ewf/ck-rx65n/src/smc_gen/r_pincfg</folder>
<path>src/smc_gen</path>
<path>src/smc_gen/r_pincfg</path>
</impdir>
<impdir>
<toolchain>GNURX</toolchain>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ Configuration Options
* CH12 X X X X X X X X X Xs X X X X X X X X X X
*/

#define SCI_CFG_CH0_INCLUDED (1)
#define SCI_CFG_CH0_INCLUDED (0)
#define SCI_CFG_CH1_INCLUDED (0)
#define SCI_CFG_CH2_INCLUDED (0)
#define SCI_CFG_CH3_INCLUDED (0)
#define SCI_CFG_CH4_INCLUDED (0)
#define SCI_CFG_CH5_INCLUDED (0)
#define SCI_CFG_CH6_INCLUDED (0)
#define SCI_CFG_CH5_INCLUDED (1)
#define SCI_CFG_CH6_INCLUDED (1)
#define SCI_CFG_CH7_INCLUDED (0)
#define SCI_CFG_CH8_INCLUDED (0)
#define SCI_CFG_CH9_INCLUDED (0)
Expand All @@ -125,8 +125,8 @@ Configuration Options
#define SCI_CFG_CH2_TX_BUFSIZ (80)
#define SCI_CFG_CH3_TX_BUFSIZ (80)
#define SCI_CFG_CH4_TX_BUFSIZ (80)
#define SCI_CFG_CH5_TX_BUFSIZ (4096)
#define SCI_CFG_CH6_TX_BUFSIZ (80)
#define SCI_CFG_CH5_TX_BUFSIZ (2048)
#define SCI_CFG_CH6_TX_BUFSIZ (4096)
#define SCI_CFG_CH7_TX_BUFSIZ (80)
#define SCI_CFG_CH8_TX_BUFSIZ (80)
#define SCI_CFG_CH9_TX_BUFSIZ (80)
Expand All @@ -135,13 +135,13 @@ Configuration Options
#define SCI_CFG_CH12_TX_BUFSIZ (80)

/* SPECIFY ASYNC MODE RX QUEUE BUFFER SIZES (will not allocate if chan not enabled */
#define SCI_CFG_CH0_RX_BUFSIZ (8192)
#define SCI_CFG_CH0_RX_BUFSIZ (80)
#define SCI_CFG_CH1_RX_BUFSIZ (80)
#define SCI_CFG_CH2_RX_BUFSIZ (80)
#define SCI_CFG_CH3_RX_BUFSIZ (80)
#define SCI_CFG_CH4_RX_BUFSIZ (80)
#define SCI_CFG_CH5_RX_BUFSIZ (80)
#define SCI_CFG_CH6_RX_BUFSIZ (80)
#define SCI_CFG_CH5_RX_BUFSIZ (2048)
#define SCI_CFG_CH6_RX_BUFSIZ (8192)
#define SCI_CFG_CH7_RX_BUFSIZ (80)
#define SCI_CFG_CH8_RX_BUFSIZ (80)
#define SCI_CFG_CH9_RX_BUFSIZ (80)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ Configuration Options
* CH12 X X X X X X X X X Xs X X X X X X X X X X
*/

#define SCI_CFG_CH0_INCLUDED (1)
#define SCI_CFG_CH0_INCLUDED (0)
#define SCI_CFG_CH1_INCLUDED (0)
#define SCI_CFG_CH2_INCLUDED (0)
#define SCI_CFG_CH3_INCLUDED (0)
#define SCI_CFG_CH4_INCLUDED (0)
#define SCI_CFG_CH5_INCLUDED (1)
#define SCI_CFG_CH6_INCLUDED (0)
#define SCI_CFG_CH6_INCLUDED (1)
#define SCI_CFG_CH7_INCLUDED (0)
#define SCI_CFG_CH8_INCLUDED (0)
#define SCI_CFG_CH9_INCLUDED (0)
Expand All @@ -120,13 +120,13 @@ Configuration Options
#define SCI_CFG_CH12_INCLUDED (0)

/* SPECIFY ASYNC MODE TX QUEUE BUFFER SIZES (will not allocate if chan not enabled */
#define SCI_CFG_CH0_TX_BUFSIZ (4096)
#define SCI_CFG_CH0_TX_BUFSIZ (80)
#define SCI_CFG_CH1_TX_BUFSIZ (80)
#define SCI_CFG_CH2_TX_BUFSIZ (80)
#define SCI_CFG_CH3_TX_BUFSIZ (80)
#define SCI_CFG_CH4_TX_BUFSIZ (80)
#define SCI_CFG_CH5_TX_BUFSIZ (2048)
#define SCI_CFG_CH6_TX_BUFSIZ (80)
#define SCI_CFG_CH6_TX_BUFSIZ (4096)
#define SCI_CFG_CH7_TX_BUFSIZ (80)
#define SCI_CFG_CH8_TX_BUFSIZ (80)
#define SCI_CFG_CH9_TX_BUFSIZ (80)
Expand All @@ -135,13 +135,13 @@ Configuration Options
#define SCI_CFG_CH12_TX_BUFSIZ (80)

/* SPECIFY ASYNC MODE RX QUEUE BUFFER SIZES (will not allocate if chan not enabled */
#define SCI_CFG_CH0_RX_BUFSIZ (8192)
#define SCI_CFG_CH0_RX_BUFSIZ (80)
#define SCI_CFG_CH1_RX_BUFSIZ (80)
#define SCI_CFG_CH2_RX_BUFSIZ (80)
#define SCI_CFG_CH3_RX_BUFSIZ (80)
#define SCI_CFG_CH4_RX_BUFSIZ (80)
#define SCI_CFG_CH5_RX_BUFSIZ (80)
#define SCI_CFG_CH6_RX_BUFSIZ (80)
#define SCI_CFG_CH5_RX_BUFSIZ (2048)
#define SCI_CFG_CH6_RX_BUFSIZ (8192)
#define SCI_CFG_CH7_RX_BUFSIZ (80)
#define SCI_CFG_CH8_RX_BUFSIZ (80)
#define SCI_CFG_CH9_RX_BUFSIZ (80)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ Configuration Options
* CH12 X X X X X X X X X Xs X X X X X X X X X X
*/

#define SCI_CFG_CH0_INCLUDED (1)
#define SCI_CFG_CH0_INCLUDED (0)
#define SCI_CFG_CH1_INCLUDED (0)
#define SCI_CFG_CH2_INCLUDED (0)
#define SCI_CFG_CH3_INCLUDED (0)
#define SCI_CFG_CH4_INCLUDED (0)
#define SCI_CFG_CH5_INCLUDED (1)
#define SCI_CFG_CH6_INCLUDED (0)
#define SCI_CFG_CH6_INCLUDED (1)
#define SCI_CFG_CH7_INCLUDED (0)
#define SCI_CFG_CH8_INCLUDED (0)
#define SCI_CFG_CH9_INCLUDED (0)
Expand All @@ -120,13 +120,13 @@ Configuration Options
#define SCI_CFG_CH12_INCLUDED (0)

/* SPECIFY ASYNC MODE TX QUEUE BUFFER SIZES (will not allocate if chan not enabled */
#define SCI_CFG_CH0_TX_BUFSIZ (4096)
#define SCI_CFG_CH0_TX_BUFSIZ (80)
#define SCI_CFG_CH1_TX_BUFSIZ (80)
#define SCI_CFG_CH2_TX_BUFSIZ (80)
#define SCI_CFG_CH3_TX_BUFSIZ (80)
#define SCI_CFG_CH4_TX_BUFSIZ (80)
#define SCI_CFG_CH5_TX_BUFSIZ (2048)
#define SCI_CFG_CH6_TX_BUFSIZ (80)
#define SCI_CFG_CH6_TX_BUFSIZ (4096)
#define SCI_CFG_CH7_TX_BUFSIZ (80)
#define SCI_CFG_CH8_TX_BUFSIZ (80)
#define SCI_CFG_CH9_TX_BUFSIZ (80)
Expand All @@ -135,13 +135,13 @@ Configuration Options
#define SCI_CFG_CH12_TX_BUFSIZ (80)

/* SPECIFY ASYNC MODE RX QUEUE BUFFER SIZES (will not allocate if chan not enabled */
#define SCI_CFG_CH0_RX_BUFSIZ (8192)
#define SCI_CFG_CH0_RX_BUFSIZ (80)
#define SCI_CFG_CH1_RX_BUFSIZ (80)
#define SCI_CFG_CH2_RX_BUFSIZ (80)
#define SCI_CFG_CH3_RX_BUFSIZ (80)
#define SCI_CFG_CH4_RX_BUFSIZ (80)
#define SCI_CFG_CH5_RX_BUFSIZ (80)
#define SCI_CFG_CH6_RX_BUFSIZ (80)
#define SCI_CFG_CH5_RX_BUFSIZ (2048)
#define SCI_CFG_CH6_RX_BUFSIZ (8192)
#define SCI_CFG_CH7_RX_BUFSIZ (80)
#define SCI_CFG_CH8_RX_BUFSIZ (80)
#define SCI_CFG_CH9_RX_BUFSIZ (80)
Expand Down

0 comments on commit c3ba992

Please sign in to comment.