Describes how to use the Kconfig
feature of esp-helper
Document v0.1
Component registers itself via Kconfig
, so regular esp.py menuconfig
picks it up.
Component is seen as:
For overall esp_helper
documentation,
click here
High level system-wide configuration pertaining to a particular board and its peripherals.
Note that board selection in section 2.2. cascades out to board::traits
mechanism.
On selecting, some options are presented:
Pretty self explanatory. Picked up automatically by esp_helper
's
wifi_init_sta() method.
Any more exotic provisioning is outside the scope of this mechanism, and may conflict.
Many development boards are present. If yours is available,
select it. Note that idf.py set-target
is required to select
the desired ESP32 architecture, and boards are filtered by that.
Sets TWAI (CAN) bus speed. Intended for use by embr::service::TWAI
Specifies SDMMC pin mappings. Auto populates if board type is selected*
This one is fiddly. It only works right when target board from 2.2. is already selected when menuconfig starts. When in doubt, select desired target board and restart menuconfig.