Searched refs:single (Results 551 – 575 of 575) sorted by relevance
1...<<212223
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 147 * Emulators now support a backend API pointer which allows a single class of 149 a single test for the class of devices and testing various boards using 300 * MCUmgr events have been reworked to use a single, unified callback system. 625 * STM32: Now Supports sequencing multiple channels into a single read. 825 * Common pin control properties are now defined at root level in a single 3046 * :github:`53549` - mgmt: mcumgr: callbacks: Callbacks events for a single group should be able to … 3058 * :github:`53468` - STM32 single-wire UART not working when poll-out more than 1 char 3776 * :github:`29986` - Add support for a single node having multiple bus types
|
D | migration-guide-4.1.rst | 332 API to a single-instance model, compatible with the API defined in the FT8xx programming guide.
|
D | release-notes-1.11.rst | 199 * :github:`1877` - Provide single point of notification for new data on multiple sockets.
|
D | migration-guide-3.6.rst | 91 * Leading single underscores and all double underscores are largely gone,
|
D | release-notes-2.2.rst | 360 * Modified driver for nRF platform to use single device with multiple 643 * Nordic: switched to using a single clock device for clock control
|
D | release-notes-3.2.rst | 261 * Enabled single-threaded support for some platforms. 485 images from a single build system invocation while maintaining a link between 1038 of strings as well as a string. This allows a single node to declare that 2435 * :github:`45953` - modem: simcom-sim7080: sendmsg() should result in single outgoing datagram
|
D | release-notes-2.4.rst | 136 deprecated due to lack of maintainership. This means that single-threaded 242 * Fixed Cortex-M boot sequence for single-threaded applications 1843 * :github:`9808` - remove single thread support
|
D | migration-guide-3.7.rst | 715 to a single ``const *`` and redundant metadata pointer from :c:struct:`bt_mesh_health_srv`
|
D | release-notes-2.6.rst | 1009 in a single place. 2092 * :github:`27415` - Decide if we keep a single thread support (CONFIG_MULTITHREADING=n) in Zephyr
|
D | release-notes-4.0.rst | 1558 * Consolidated display sample where possible to use a single testcase for all shields
|
D | release-notes-2.7.rst | 1899 * :github:`27415` - Decide if we keep a single thread support (CONFIG_MULTITHREADING=n) in Zephyr
|
D | release-notes-1.14.rst | 2043 * :github:`10524` - PM_CONTROL_OS doesn't work in combination with certain I2C drivers in a single …
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | dfu.rst | 68 It's also possible to combine the Initiator and Distributor devices into a single device, and
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 9 # All text after a single hash (#) is considered a comment and will be ignored. 39 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 1530 # an umbrella under which multiple documentation sets from a single provider 1538 # an umbrella under which multiple documentation sets from a single provider 1577 # generated by Doxygen into a single compiled HTML file (.chm). Compiled HTML 2736 # to display on a single line. If the actual line length exceeds this threshold
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 434 * In a single-threaded system, in the only thread when the thread is not used 442 used in real application code, again in single-threaded systems.
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig | 207 combined builds for single CPU SoCs, applications can use their own
|
D | Kconfig.ll_sw_split | 976 SW switching be enabled. Using a single TIMER:
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 762 /* Make long words always display on a single line, keep wrapping for multiple words */
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 547 executable. To automatically attach one to a single UART use ``-<uart_name>_attach_uart``
|
/Zephyr-latest/doc/develop/west/ |
D | release-notes.rst | 608 files, resolving the results into a single logical manifest.
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 378 …"To begin with, we'll define two layers. The first layer takes a single input (our `x` value) and … 380 …om our first layer will be fed as inputs to our second layer, which is a single neuron. It will ap… 400 "# Final layer is a single neuron, since we want to output a single value\n", 1736 "# Final layer is a single neuron, since we want to output a single value\n",
|
/Zephyr-latest/arch/ |
D | Kconfig | 1008 instructions outside the single thread context that is allowed
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig | 606 single multicast route entry.
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig | 622 local addresses/IRKs for a single remote address. This would prevent
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 386 … - An object should be defined at block scope if its identifier only appears in a single function
|
1...<<212223