3 Star 0 Fork 1

mirrors_blacksphere/blackmagic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
meson_options.txt 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
option(
'probe',
type: 'combo',
choices: [
'',
'96b_carbon',
'blackpill-f401cc',
'blackpill-f401ce',
'blackpill-f411ce',
'bluepill',
'f072',
'f3',
'f4discovery',
'hydrabus',
'launchpad-icdi',
'native',
'stlink',
'stlinkv3',
'swlink'
],
value: '',
description: 'Hardware platform where the BMD firmware will run'
)
option(
'targets',
type: 'array',
choices: [
'cortexar',
'cortexm',
'riscv32',
'riscv64',
'ch579',
'efm',
'hc32',
'lpc',
'nrf',
'nxp',
'puya',
'renesas',
'rp',
'sam',
'stm',
'ti',
'xilinx'
],
description: 'Enabled debug targets'
)
option(
'print_memory_usage',
type: 'boolean',
value: true,
description: 'Print firmware static memory usage at the end of the build'
)
option(
'debug_output',
type: 'boolean',
value: false,
description: 'Enable debug output (for debugging the BMD stack, not debug targets)'
)
option('rtt_support', type: 'boolean', value: true, description: 'Enable RTT (Real Time Transfer) support')
option('rtt_ident', type: 'string', description: 'RTT (Real Time Transfer) identifier string')
option(
'no_own_ll',
type: 'boolean',
value: false,
description: 'Use generic interface routines (for when low level routines are not available)'
)
option('bmd_bootloader', type: 'boolean', value: true, description: 'Use the BMD bootloader (not always applicable)')
option(
'stlink_swim_nrst_as_uart',
type: 'boolean',
value: false,
description: 'Repurpose the SWIM and NRST pins as the UART RX and TX (only applicable to stlink)'
)
option('serialno', type: 'string', value: '1', description: 'Serial number to report (only applicable to some probes)')
option(
'advertise_noackmode',
type: 'boolean',
value: false,
description: 'Let GDB know that the probe supports and prefers `QStartNoAckMode`'
)
option(
'alternative_pinout',
type: 'combo',
choices: ['0', '1', '2', '3'],
value: '0',
description: 'Alternative pinout for probe (only applicable to blackpill-f4*)'
)
option(
'enable_gpiod',
type: 'feature',
value: 'auto'
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_blacksphere/blackmagic.git
git@gitee.com:mirrors_blacksphere/blackmagic.git
mirrors_blacksphere
blackmagic
blackmagic
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385