Skip to content

Commit

Permalink
cross-file: update default target list
Browse files Browse the repository at this point in the history
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
  • Loading branch information
perigoso committed Nov 7, 2024
1 parent 3852d8e commit 73a4cb1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cross-file/bluepill.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ endian = 'little'

[project options]
probe = 'bluepill'
targets = 'cortexm,efm,hc32,lpc,nrf,nxp,renesas,rp,sam,stm,ti'
targets = 'cortexm,efm,hc32,lpc,nrf,nxp,renesas_ra,rp,sam,stm,ti'
rtt_support = false
bmd_bootloader = true
2 changes: 1 addition & 1 deletion cross-file/f072.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ endian = 'little'

[project options]
probe = 'f072'
targets = 'cortexm,riscv32,riscv64,lpc,nrf,nxp,renesas,rp,sam,stm,ti'
targets = 'cortexm,riscv32,riscv64,lpc,nrf,nxp,renesas_ra,rp,sam,stm,ti'
rtt_support = false
bmd_bootloader = false
2 changes: 1 addition & 1 deletion cross-file/native.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ endian = 'little'

[project options]
probe = 'native'
targets = 'cortexm,lpc,nrf,nxp,renesas,rp,sam,stm,ti'
targets = 'cortexm,lpc,nrf,nxp,renesas_ra,rp,sam,stm,ti'
rtt_support = false
bmd_bootloader = true
2 changes: 1 addition & 1 deletion cross-file/stlink.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ endian = 'little'

[project options]
probe = 'stlink'
targets = 'cortexm,lpc,nrf,nxp,renesas,sam,stm,ti'
targets = 'cortexm,lpc,nrf,nxp,renesas_ra,sam,stm,ti'
rtt_support = false
stlink_swim_nrst_as_uart = false
bmd_bootloader = false
2 changes: 1 addition & 1 deletion cross-file/swlink.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ endian = 'little'

[project options]
probe = 'swlink'
targets = 'cortexm,efm,hc32,lpc,nrf,nxp,renesas,rp,sam,stm,ti'
targets = 'cortexm,efm,hc32,lpc,nrf,nxp,renesas_ra,rp,sam,stm,ti'
rtt_support = false
bmd_bootloader = false

0 comments on commit 73a4cb1

Please sign in to comment.