Skip to content

Commit

Permalink
meson: Update targets in cross-files
Browse files Browse the repository at this point in the history
* Add apollo3,ch32,gd32,mm32 to blackpill-f4 because there's room for them.
  • Loading branch information
ALTracer committed Nov 1, 2024
1 parent 8f11c91 commit ad3957a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cross-file/blackpill-f401cc.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ endian = 'little'

[project options]
probe = 'blackpill-f401cc'
targets = 'cortexar,cortexm,riscv32,riscv64,at32f4,ch579,efm,hc32,lpc,nrf,nxp,puya,renesas,rp,sam,stm,ti,xilinx'
targets = 'cortexar,cortexm,riscv32,riscv64,apollo3,at32f4,ch32,ch579,efm,gd32,hc32,lpc,mm32,nrf,nxp,puya,renesas,rp,sam,stm,ti,xilinx'
rtt_support = true
bmd_bootloader = true
2 changes: 1 addition & 1 deletion cross-file/blackpill-f401ce.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ endian = 'little'

[project options]
probe = 'blackpill-f401ce'
targets = 'cortexar,cortexm,riscv32,riscv64,at32f4,ch579,efm,hc32,lpc,nrf,nxp,puya,renesas,rp,sam,stm,ti,xilinx'
targets = 'cortexar,cortexm,riscv32,riscv64,apollo3,at32f4,ch32,ch579,efm,gd32,hc32,lpc,mm32,nrf,nxp,puya,renesas,rp,sam,stm,ti,xilinx'
rtt_support = true
bmd_bootloader = true
2 changes: 1 addition & 1 deletion cross-file/blackpill-f411ce.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ endian = 'little'

[project options]
probe = 'blackpill-f411ce'
targets = 'cortexar,cortexm,riscv32,riscv64,at32f4,ch579,efm,hc32,lpc,nrf,nxp,puya,renesas,rp,sam,stm,ti,xilinx'
targets = 'cortexar,cortexm,riscv32,riscv64,apollo3,at32f4,ch32,ch579,efm,gd32,hc32,lpc,mm32,nrf,nxp,puya,renesas,rp,sam,stm,ti,xilinx'
rtt_support = true
bmd_bootloader = true

0 comments on commit ad3957a

Please sign in to comment.