commit | 9403b08512eb9a91d8c187266f43960ed64f3bc8 | [log] [tgz] |
---|---|---|
author | Sylvio Alves <sylvio.alves@espressif.com> | Wed Oct 02 09:47:08 2024 -0300 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Fri Oct 04 22:53:01 2024 +0100 |
tree | 6900ba07972d76dfae604f96300d4b4f2174d162 | |
parent | 4ec266152d4a5ba48860fe142fba3bdd42ba7f0f [diff] |
boards: esp32: move board specific kconfig definitions HEAP_MEM_POOL_ADD_SIZE_BOARD is not a zephyr-defined entry and should be placed into Kconfig instead of Kconfig.defconfig. This PR moves that entry for all ESP32-based boards accordingly. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>