Searched refs:allow (Results 76 – 100 of 411) sorted by relevance
12345678910>>...17
/Zephyr-latest/boards/st/stm32f746g_disco/ |
D | stm32f746g_disco.dts | 60 /* Declare attributes for the External flash Mem to allow code execution there */ 65 /* Override ATTR_MPU_EXTMEM with ATTR_MPU_IO to allow access */
|
/Zephyr-latest/boards/gd/gd32e103v_eval/doc/ |
D | index.rst | 85 allow flash programming and debug over USB. There are also program and debug 133 The GD32E103 MCU have a ROM bootloader which allow flash programming. User
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | stacks.rst | 49 The kernel does allow an ISR to remove an item from a stack, however 117 its address back on the stack to allow the data structure to be reused.
|
/Zephyr-latest/boards/ti/sk_am62/doc/ |
D | index.rst | 72 The testing requires the binary to be copied to the SD card to allow the A53 cores to load it while… 96 To allow the board to boot using the SD card, set the boot pins to the SD Card boot mode. Refer to …
|
/Zephyr-latest/soc/nxp/imxrt/ |
D | Kconfig.defconfig | 38 # Don't allow SOC to sleep after tests complete when PM is enabled
|
/Zephyr-latest/boards/native/native_sim/ |
D | Kconfig | 24 a native_posix board from kconfig point of view, to allow using it directly with
|
/Zephyr-latest/cmake/toolchain/llvm/ |
D | generic.cmake | 26 # This provides a best effort mechanism to allow developers to have the newlib C / Picolibc library
|
/Zephyr-latest/snippets/xen_dom0/ |
D | README.rst | 10 is implemented as configuration snippet to allow support for any compatible platform.
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nrf_rram | 68 the multiplication would allow erasing all nRF flash pages in
|
/Zephyr-latest/subsys/mgmt/mcumgr/mgmt/ |
D | Kconfig | 32 This will add an extra field to the struct mgmt_handler that will allow a user
|
/Zephyr-latest/samples/modules/cmsis_dsp/moving_average/ |
D | README.rst | 24 In order to allow an easy comparison of the efficiency of the CMSIS-DSP library when used on ARM
|
/Zephyr-latest/samples/net/sockets/coap_server/ |
D | README.rst | 35 These resources allow a good part of the ETSI test cases to be run
|
/Zephyr-latest/boards/nordic/nrf9151dk/doc/ |
D | index.rst | 134 have to set the IDAU (SPU) configuration to allow Non-Secure access to all 181 There are 2 samples that allow you to test that the buttons (switches) and LEDs on
|
/Zephyr-latest/boards/phytec/phyboard_electra/doc/ |
D | index.rst | 104 Therefore, the testing requires the binary to be copied to the SD card to allow the A53 cores to 129 To allow the board to boot using the SD card, set the boot pins to the SD Card boot mode. Refer to …
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig.xec | 56 Use minimum RAM buffer size by default but allow applications to 65 Use maximum RAM buffer size defined by spec but allow applications
|
/Zephyr-latest/boards/wch/ch32v003evt/doc/ |
D | index.rst | 72 There is 1 sample program that allow you to test that the LED on the board is
|
/Zephyr-latest/arch/arm/core/mpu/ |
D | Kconfig | 45 Enable this to allow MPU RWX access to flash memory
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | Kconfig.nxp | 12 Enabling this feature will allow to save power at the cost of some latency when sending a HCI
|
/Zephyr-latest/tests/drivers/build_all/ethernet/ |
D | spi_devices.overlay | 9 * with real-world devicetree nodes, to allow these tests to run on
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_scan.c | 740 bool allow; local 742 allow = lll_scan_isr_rx_check(lll, irkmatch_ok, devmatch_ok, 747 } else if (allow || lll->is_sync) { 748 devmatch_ok = allow ? 1U : 0U; 750 } else if (!allow) {
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | ZephyrConfigVersion.cmake | 8 # Checking for version 0.0.0 is a way to allow other Zephyr installation to determine if there is a… 90 # Temporary set local Zephyr base to allow using version.cmake to find this Zephyr repository curre…
|
/Zephyr-latest/include/zephyr/arch/arm64/scripts/ |
D | linker.ld | 181 * The following is a workaround to allow compiling with GCC 12 and 233 * The Armv8-R aarch64 MPU does not allow overlapped regions.
|
/Zephyr-latest/boards/phytec/phyboard_lyra/doc/ |
D | phyboard_lyra_am62xx_m4.rst | 98 Therefore, the testing requires the binary to be copied to the SD card to allow the A53 cores to 123 To allow the board to boot using the SD card, set the boot pins to the SD Card boot mode. Refer to …
|
/Zephyr-latest/boards/nordic/nrf9161dk/doc/ |
D | index.rst | 137 have to set the IDAU (SPU) configuration to allow Non-Secure access to all 184 There are 2 samples that allow you to test that the buttons (switches) and LEDs on
|
/Zephyr-latest/doc/services/debugging/ |
D | debugmon.rst | 39 to be the lowest available priority, which will allow other interrupts to execute
|
12345678910>>...17