Home
last modified time | relevance | path

Searched +full:sw +full:- +full:dp (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/dts/bindings/pinctrl/
Dst,stm32f1-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
6 Based on pincfg-node.yaml binding.
8 Note: `bias-disable` and `drive-push-pull` are default pin configurations.
9 They will be applied in case no `bias-foo` or `driver-bar` properties
12 compatible: "st,stm32f1-pinctrl"
20 swj-cfg:
24 - "full"
25 - "no-njtrst"
26 - "jtag-disable"
27 - "disable"
[all …]
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_stm32.c2 * Copyright (c) 2016 Open-RnD Sp. z o.o.
6 * SPDX-License-Identifier: Apache-2.0
121 /* ignore swj-cfg reset state (default value) */
130 /* reset state is '000' (Full SWJ, (JTAG-DP + SW-DP)) */ in stm32f1_swj_cfg_init()
133 /* 001: Full SWJ (JTAG-DP + SW-DP) but without NJTRST */ in stm32f1_swj_cfg_init()
137 /* 010: JTAG-DP Disabled and SW-DP Enabled */ in stm32f1_swj_cfg_init()
141 /* 100: JTAG-DP Disabled and SW-DP Disabled */ in stm32f1_swj_cfg_init()
164 * @retval -EINVAL If pins have an incompatible set of remaps.
180 return -EINVAL; in stm32_pins_remap()
189 /* read initial value, ignore write-only SWJ_CFG */ in stm32_pins_remap()
[all …]
/Zephyr-latest/boards/others/stm32_min_dev/doc/
Dindex.rst7 breadboard-friendly breakout board for the `STM32F103x8`_ CPU. There
10 - Blue Pill Board
11 - Black Pill Board
50 +--------+---------------+
54 +--------+---------------+
56 +--------+---------------+
57 | IO | SW IO |
58 +--------+---------------+
60 +--------+---------------+
67 silk screen on the PCB reads BX- or BX+ to indicate 0 and 1 logic lines for B0 and B1
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst33 * CVE-2020-10060: UpdateHub Might Dereference An Uninitialized Pointer
34 * CVE-2020-10064: Improper Input Frame Validation in ieee802154 Processing
35 * CVE-2020-10066: Incorrect Error Handling in Bluetooth HCI core
36 * CVE-2020-10072: all threads can access all socket file descriptors
37 * CVE-2020-13598: FS: Buffer Overflow when enabling Long File Names in FAT_FS and calling fs_stat
38 * CVE-2020-13599: Security problem with settings and littlefs
39 * CVE-2020-13601: Under embargo until 2020/11/18
40 * CVE-2020-13602: Remote Denial of Service in LwM2M do_write_op_tlv
50 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_.
62 * The :c:func:`wdt_feed` function will now return ``-EAGAIN`` if
[all …]