Forked from
card10 / firmware
765 commits behind the upstream repository.
meson_options.txt 486 B
option(
'debug_prints',
type: 'boolean',
value: false,
description: 'Whether to print debug messages on the serial console'
)
option(
'debug_core1',
type: 'boolean',
value: false,
description: 'Enable core 1 debugging interface'
)
option(
'ble_trace',
type: 'boolean',
value: false,
description: 'Whether to enable WSF TRACE prints',
)
option(
'jailbreak_card10',
type: 'boolean',
value: false,
description: 'Enable execution of .elf l0dables',
)