commit | 31425c58d167784ac97f31425917acb06930eb40 | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@emb.dev> | Wed Jan 05 23:02:51 2022 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Jan 11 11:53:09 2022 +0100 |
tree | d760c1dc1fd731f28f931b66dfabb0e6d3026150 | |
parent | 673806aef1cc496ea84abe32e37f71810d8a6415 [diff] |
soc: esp32: use SoC name as IDF target instead of board name So far board name was used as IDF target. This worked, as the only board in tree that is based on 'esp32' SoC is actually 'esp32'. Use CONFIG_SOC instead of CONFIG_BOARD, so that new boards based on 'esp32' SoC can be successfully introduced both downstream or upstream. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>