Searched refs:Section (Results 1 – 25 of 36) sorted by relevance
12
/Zephyr-latest/arch/arm/core/mpu/ |
D | Kconfig | 54 bool "Custom Section Align" 63 int "Custom Section Align Size"
|
/Zephyr-latest/scripts/build/ |
D | gen_kobject_placeholders.py | 84 … if type(one_sect) is not elftools.elf.sections.Section: # pylint: disable=unidiomatic-typecheck
|
D | check_init_priorities_test.py | 13 from elftools.elf.relocation import Section 63 rel = mock.Mock(spec=Section) 96 rel = mock.Mock(spec=Section)
|
D | llext_prepare_exptab.py | 24 from elftools.elf.sections import Section 79 if not isinstance(self.section, Section):
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | toolchain.ecl | 77 -doc_begin="See Section \"6.62.13 Diagnostic Pragmas\" of "GCC_MANUAL"." 82 -doc_begin="See Section \"4.9 Structures, Unions, Enumerations, and Bit-Fields\" of "GCC_MANUAL". O…
|
D | call_properties.ecl | 18 …See Section \"6.62.13 6.56 Built-in Functions to Perform Arithmetic with Overflow Checking\" of "G…
|
/Zephyr-latest/doc/project/ |
D | tsc.rst | 130 As noted under Section 8b of the Project Charter, voting rights for a 149 As per Section 4b of the Project Charter, Platinum and Silver 160 Voting in the Zephyr Project is defined under Section 8 of the Project Charter. 174 executed using the Voting Guidelines outlined in Section 8 of the Project
|
/Zephyr-latest/cmake/bintools/arcmwdt/ |
D | elfconvert_command.cmake | 43 # 1. Section only selection(s)
|
/Zephyr-latest/scripts/coredump/coredump_parser/ |
D | elf_parser.py | 106 … if type(section) is not elftools.elf.sections.Section: # pylint: disable=unidiomatic-typecheck
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.loapic | 28 From x86 manual Volume 3 Section 10.9.
|
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/ |
D | README.rst | 50 PSiCC2 Section 2.3.15. The differences will not be listed here as it is hoped :ref:`SMF <smf>`
|
/Zephyr-latest/doc/services/portability/posix/overview/ |
D | index.rst | 74 For more information, please see `IEEE 1003.1-2017, Section E, Subprofiling Considerations`_. 168 .. _IEEE 1003.1-2017, Section E, Subprofiling Considerations:
|
/Zephyr-latest/boards/ti/cc3220sf_launchxl/doc/ |
D | index.rst | 93 Follow the instructions in Section 2.4 "Download the Application", 95 Section 2.4.1 which select an MCU image. 144 See Section 21.10 "Debugging Flash User Application Using JTAG" of the
|
/Zephyr-latest/boards/ti/cc3235sf_launchxl/doc/ |
D | index.rst | 96 Follow the instructions in Section 2.4 "Download the Application", 98 Section 2.4.1 which select an MCU image. 147 See Section 21.10 "Debugging Flash User Application Using JTAG" of the
|
/Zephyr-latest/subsys/bluetooth/ |
D | Kconfig | 175 Bluetooth Core specification, Version 5.4 | Vol 6, Part B, Section 4.6.31. 182 Bluetooth Core specification, Version 5.4 | Vol 6, Part B, Section 4.6.32. 189 Bluetooth Core specification, Version 5.4 | Vol 6, Part B, Section 4.6.35.
|
/Zephyr-latest/dts/arm/intel_socfpga_std/ |
D | socfpga.dtsi | 5 * Section of the DTS file containing definitions for the HPS
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.11.rst | 237 * :github:`3316` - [IPv6 TAHI] Section 1: RFC 2460 - IPv6 Specification 238 * :github:`3317` - [IPv6 TAHI]Section 4: RFC 1981 - Path MTU Discovery for IPv6 239 * :github:`3318` - [IPv6 TAHI]Section 5: RFC 4443 - ICMPv6 240 * :github:`3322` - [IPv6 TAHI] Section 3: RFC 4862 - IPv6 Stateless Address Autoconfiguration 241 * :github:`3323` - [IPv6 TAHI] Section 2: RFC 4861 - Neighbor Discovery for IPv6
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig | 658 Bluetooth Core specification, Version 5.4 | Vol 6, Part B, Section 4.6.31. 667 Bluetooth Core specification, Version 5.4 | Vol 6, Part B, Section 4.6.32. 883 Section 5.1.13 894 Section 5.1.13
|
/Zephyr-latest/boards/u-blox/ubx_evkninab4/doc/ |
D | index.rst | 212 open the data sheet for the NINA-B4 at `NINA-B40 Data Sheet`_, Section 3 'Pin definition'.
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | Kconfig | 203 uniform through PTP domain. For more check IEEE 1588-2019 Section 7.7.2.2.
|
/Zephyr-latest/boards/u-blox/ubx_evkninab3/doc/ |
D | index.rst | 316 open the data sheet for the NINA-B3 at `u-blox website`_, Section 3 'Pin definition'.
|
/Zephyr-latest/doc/kernel/ |
D | code-relocation.rst | 108 Section Filtering
|
/Zephyr-latest/ |
D | Kconfig.zephyr | 61 prompt "Linker Orphan Section Handling" 243 bool "Use Boot Linker Section" 253 bool "Use Pinned Linker Section" 264 bool "Use Evictable Linker Section"
|
/Zephyr-latest/boards/espressif/esp_wrover_kit/doc/ |
D | index.rst | 104 | | pins with jumpers as shown in Section | 120 | | jumper. For more details, see Section Setup Options, jumper header |
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig.gatt | 196 otherwise (Core spec v5.3, Vol 3, Part G, Section 4.2, Table 4.1).
|
12