doc: release-notes-3.1: document stm32 f1 swj_cfg
STM32 F1 SWJ_CFG Kconfig options were removed in favor of pinctrl/pinmux device tree properties. Signed-off-by: Georgij Cernysiov <geo.cgv@gmail.com>
This commit is contained in:
parent
44e6fee5d7
commit
aa00781a76
1 changed files with 10 additions and 0 deletions
|
@ -26,6 +26,16 @@ Changes in this release
|
|||
Removed APIs in this release
|
||||
============================
|
||||
|
||||
* STM32F1 Serial wire JTAG configuration (SWJ CFG) configuration choice
|
||||
was moved from Kconfig to :ref:`devicetree <dt-guide>`.
|
||||
See the :dtcompatible:`st,stm32f1-pinctrl` devicetree binding for more information.
|
||||
As a consequence, the following Kconfig symbols were removed:
|
||||
|
||||
* ``CONFIG_GPIO_STM32_SWJ_ENABLE``
|
||||
* ``CONFIG_GPIO_STM32_SWJ_NONJTRST``
|
||||
* ``CONFIG_GPIO_STM32_SWJ_NOJTAG``
|
||||
* ``CONFIG_GPIO_STM32_SWJ_DISABLE``
|
||||
|
||||
Deprecated in this release
|
||||
==========================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue