Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
[Fix] Remove unsupported device from XML (#97)
Browse files Browse the repository at this point in the history
Signed-off-by: RESG_XX <[email protected]>
  • Loading branch information
xuan97z1 authored Oct 23, 2023
1 parent c35e133 commit ff93b83
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions vendors/renesas/configuration/afr-v202107.00-rx-1.0.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,32 @@
</memoryreq>
<target>
<toolchain>RXC</toolchain>
<board>ENVISIONRX72N</board>
<board>CK-RX65N</board>
<family>RX</family>
<!--board>ENVISIONRX72N</board>
<board>CloudKitRX65N</board>
<board>RSKRX65N-2MB</board>
<board>RSKRX671</board>
<board>RSKRX671</board-->
<family>RX</family>
<series>RX600</series>
<!--series>RX600</series>
<series>RX700</series>
<group>RX65N</group>
<group>RX671</group>
<group>RX72N</group>
<group>RX72N</group-->
</target>
<additionaltarget>
<toolchain>GNURX</toolchain>
<board>ENVISIONRX72N</board>
<board>CK-RX65N</board>
<!--board>ENVISIONRX72N</board>
<board>CloudKitRX65N</board>
<board>RSKRX65N-2MB</board>
<board>RSKRX671</board>
<board>RSKRX671</board-->
<family>RX</family>
<series>RX600</series>
<series>RX700</series>
<!--series>RX600</series>
<!series>RX700</series>
<group>RX65N</group>
<group>RX671</group>
<group>RX72N</group>
<group>RX72N</group-->
</additionaltarget>
<!-- only one package entry allowed -->
<!-- multiple dependencies, applications, functions, and incdirs permitted -->
Expand Down

0 comments on commit ff93b83

Please sign in to comment.