1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-08 15:48:08 +00:00
trezor-firmware/core/site_scons
matejcik 994457f47b 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-02 13:45:22 +02:00
..
models refactor(core): introduce suspend module 2025-06-25 10:54:20 +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-02 13:45:22 +02:00