doc: add a note in 3.7 migration guide
CONFIG_EMUL is no longer default with CONFIG_I2C as it causes I2C dependency loop. Signed-off-by: Swift Tian <swift.tian@ambiq.com>
This commit is contained in:
parent
12180d6082
commit
e29baf5da3
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ Boards
|
|||
All symbols are renamed as follows: ``SOC_IT81202BX``, ``SOC_IT81202CX``, ``SOC_IT81302BX``,
|
||||
``SOC_IT81302CX``, ``SOC_IT82002AW``, ``SOC_IT82202AX``, ``SOC_IT82302AX``.
|
||||
And, rename the ``SOC_SERIES_ITE_IT8XXX2`` to ``SOC_SERIES_IT8XXX2``. (:github:`71680`)
|
||||
* For native_sim/posix: :kconfig:option:`CONFIG_EMUL` is no longer enabled by default when
|
||||
:kconfig:option:`CONFIG_I2C` is set. Users who need this setting enabled should set it in
|
||||
their project config file. (:github:`73067`)
|
||||
|
||||
Modules
|
||||
*******
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue