commit | 65b6d2f18010dc999d9416d4c2acff54121d320e | [log] [tgz] |
---|---|---|
author | Pisit Sawangvonganan <pisit@ndrsolution.com> | Fri Nov 17 15:48:09 2023 +0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Nov 22 09:52:29 2023 +0100 |
tree | f5c6e7041d60e14d509de34209dfe3c984eae322 | |
parent | 4ddbf51042808015f51b40453bb2381ffea92f0e [diff] |
toolchain: esp32: fix cmake build issue with 'espressif' toolchain Change CROSS_COMPILE_TARGET to be defined based on CONFIG_SOC_SERIES. This fix adjusts CROSS_COMPILE_TARGET to ensure compatibility with the 'espressif' toolchain variant, following the changes in commit 6b57b3b786be. Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>