Skip to content

Commit 73a4cb1

Browse files
committed
cross-file: update default target list
after a small rewrite the name of the target options changed slightly, meaning more targets were enabled by default than before this commit adjusts this to retain the previous behavior
1 parent 3852d8e commit 73a4cb1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

cross-file/bluepill.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ endian = 'little'
1919

2020
[project options]
2121
probe = 'bluepill'
22-
targets = 'cortexm,efm,hc32,lpc,nrf,nxp,renesas,rp,sam,stm,ti'
22+
targets = 'cortexm,efm,hc32,lpc,nrf,nxp,renesas_ra,rp,sam,stm,ti'
2323
rtt_support = false
2424
bmd_bootloader = true

cross-file/f072.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ endian = 'little'
1919

2020
[project options]
2121
probe = 'f072'
22-
targets = 'cortexm,riscv32,riscv64,lpc,nrf,nxp,renesas,rp,sam,stm,ti'
22+
targets = 'cortexm,riscv32,riscv64,lpc,nrf,nxp,renesas_ra,rp,sam,stm,ti'
2323
rtt_support = false
2424
bmd_bootloader = false

cross-file/native.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ endian = 'little'
2222

2323
[project options]
2424
probe = 'native'
25-
targets = 'cortexm,lpc,nrf,nxp,renesas,rp,sam,stm,ti'
25+
targets = 'cortexm,lpc,nrf,nxp,renesas_ra,rp,sam,stm,ti'
2626
rtt_support = false
2727
bmd_bootloader = true

cross-file/stlink.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ endian = 'little'
1919

2020
[project options]
2121
probe = 'stlink'
22-
targets = 'cortexm,lpc,nrf,nxp,renesas,sam,stm,ti'
22+
targets = 'cortexm,lpc,nrf,nxp,renesas_ra,sam,stm,ti'
2323
rtt_support = false
2424
stlink_swim_nrst_as_uart = false
2525
bmd_bootloader = false

cross-file/swlink.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ endian = 'little'
1919

2020
[project options]
2121
probe = 'swlink'
22-
targets = 'cortexm,efm,hc32,lpc,nrf,nxp,renesas,rp,sam,stm,ti'
22+
targets = 'cortexm,efm,hc32,lpc,nrf,nxp,renesas_ra,rp,sam,stm,ti'
2323
rtt_support = false
2424
bmd_bootloader = false

0 commit comments

Comments
 (0)