Skip to content

Commit 1b43b67

Browse files
perigosoRafael Silva
authored andcommitted
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 edf05dc commit 1b43b67

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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,lpc,nrf,nxp,renesas,rp,sam,stm,ti'
22+
targets = 'cortexm,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/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,lpc,nrf,nxp,renesas,rp,sam,stm,ti'
22+
targets = 'cortexm,lpc,nrf,nxp,renesas_ra,rp,sam,stm,ti'
2323
rtt_support = false
2424
bmd_bootloader = false

0 commit comments

Comments
 (0)