1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-08-01 19:38:33 +00:00
trezor-firmware/core/site_scons
matejcik 61876d909c build(core): fix scons conversion of CPPFLAGS to BINDGEN_FLAGS
When `env.ParseConfig` finds a `-DFOO=BAR`, it puts the value in
CPPFLAGS as a `list`. Our code was only ever expecting a `str` or a
`tuple`, breaking the generated bindgen values.
2025-07-24 14:43:05 +02:00
..
models feat(core): use IWDG on T3W1 2025-07-22 14:04:09 +02:00
site_tools/micropython feat(core): battery updates in FW event loop 2025-06-11 23:39:28 +02:00
ui fix(core/rust): make rust crate compilable without UI 2025-06-09 17:12:31 +02:00
tools.py build(core): fix scons conversion of CPPFLAGS to BINDGEN_FLAGS 2025-07-24 14:43:05 +02:00