/Zephyr-Core-3.5.0/.github/workflows/ |
D | greet_first_time_contributor.yml | 22 for our open-source project. 32 Our Continuous Integration pipeline will execute a series of checks on your Pull Request 34 …Please take a look at [our commit message guidelines](https://docs.zephyrproject.org/latest/contri… 35 …to find out how to format your commit messages, and at [our contribution workflow](https://docs.ze… 49 fantastic achievement, and we're thrilled to have you as part of our community!
|
/Zephyr-Core-3.5.0/ |
D | CODE_OF_CONDUCT.md | 3 ## Our Pledge 6 contributors and maintainers pledge to making participation in our project and 7 our community a harassment-free experience for everyone, regardless of age, body 12 ## Our Standards 34 ## Our Responsibilities
|
/Zephyr-Core-3.5.0/arch/xtensa/include/ |
D | kernel_arch_func.h | 38 /* Our cache top stash location might have junk in it from a in z_xtensa_kernel_init() 118 * modified there, and our cache may be stale. in arch_cohere_stacks() 124 * uninitialized data error) so our stale cache will be in arch_cohere_stacks() 143 * our own cache, and we cannot be allowed to write them back in arch_cohere_stacks() 159 /* When in a switch, our current stack is the outbound in arch_cohere_stacks() 163 * below our SP are the calling function's spill area in arch_cohere_stacks()
|
/Zephyr-Core-3.5.0/tests/lib/thrift/ThriftTest/ |
D | prj.conf | 44 # TFDServer.cpp for our server and socketpair() for our channel. We do not
|
/Zephyr-Core-3.5.0/samples/modules/nanopb/src/ |
D | main.c | 28 /* Create a stream that will write to our buffer. */ in encode_message() 79 /* This is the buffer where we will store our message. */ in main() 83 /* Encode our message */ in main()
|
/Zephyr-Core-3.5.0/arch/xtensa/core/ |
D | gen_zsr.py | 33 # Next come EXCSAVE. Also record our highest non-debug interrupt level. 56 # Now emit our output header with the assignments we chose 70 # Also, our highest level EPC/EPS registers
|
D | xtensa-asm2-util.S | 52 mov a3, a1 /* Stash our original stack pointer */ 102 /* pop our "original" stack pointer into a2, stash in a3 also */ 148 * the highest level available for our specific platform. 219 /* Stash our A0/2/3 and the shift/loop registers into the base 230 /* Stash our PS register contents and a "restore" PC. */ 275 /* Define our entry handler to load the struct kernel_t from the 284 * DEF_EXCINT. These load a C handler address and jump to our handler
|
/Zephyr-Core-3.5.0/doc/project/ |
D | index.rst | 35 project's goals and guidelines for our active developer community. 46 - subsystem/feature branch: is a branch within the same repository. In our case,
|
/Zephyr-Core-3.5.0/samples/kernel/metairq_dispatch/src/ |
D | msgdev.h | 30 /* "Hardware interrupts" for our fake device will arrive after a 43 /* The "messages" dispatched by our MetaIRQ thread */
|
/Zephyr-Core-3.5.0/arch/x86/zefi/ |
D | zefi.py | 26 # Open the ELF file up and find our entry point 107 # + UEFI can take interrupts on our stack, so no red zone 118 # Extract the .data segment and append our extra blob 128 …# FIXME: this generates warnings about our unused trash section having to be moved to make room. …
|
D | README.txt | 46 basically Windows DLLs. But our compiler only generates code for ELF 76 relocation of our own). Will probably never happen unless we move to 80 that the EFI environment will load our image at an address that
|
/Zephyr-Core-3.5.0/samples/drivers/ipm/ipm_ivshmem/boards/ |
D | qemu_cortex_a53.conf | 15 # Additionally, our test also uses malloc
|
/Zephyr-Core-3.5.0/modules/mbedtls/configs/ |
D | config-threadnet.h | 98 /* Save RAM by adjusting to our exact needs */ 103 /* Save ROM and a few bytes of RAM by specifying our own ciphersuite list */
|
D | config-thread.h | 111 /* Save RAM by adjusting to our exact needs */ 114 /* Save ROM and a few bytes of RAM by specifying our own ciphersuite list */
|
/Zephyr-Core-3.5.0/samples/drivers/virtualization/ivshmem/doorbell/boards/ |
D | qemu_cortex_a53.conf | 15 # Additionally, our test also uses malloc
|
D | qemu_kvm_arm64.conf | 15 # Additionally, our test also uses malloc
|
/Zephyr-Core-3.5.0/.github/ |
D | SECURITY.md | 20 Please see our [Security Vulnerability
|
/Zephyr-Core-3.5.0/dts/bindings/pinctrl/ |
D | espressif,esp32-pinctrl.yaml | 54 Back to our fictional application, the previous I2C_0 state definition does not 55 meet our expectations as we would like to route I2C_0's SDA signal to GPIO_33 73 one definition on that file that corresponds to our needs
|
/Zephyr-Core-3.5.0/lib/os/ |
D | multi_heap.c | 75 /* Now i stores the index of the heap after our target (even in sys_multi_heap_get_heap() 76 * if it's invalid and our target is the last!) in sys_multi_heap_get_heap()
|
D | rb.c | 171 /* We are guaranteed to have a grandparent if our in fix_extra_red() 211 /* If we exit the loop, it's because our node is now the root, in fix_extra_red() 281 * level if needed (after rotate() our parent is the in fix_missing_black() 282 * child of our previous-sibling, so N is lower in the in fix_missing_black() 312 * coloring it red, then our parent in fix_missing_black() 351 * far/outer slot. We can rotate sib with our parent in fix_missing_black() 384 * of 1 would work too) and swap our spot in the tree with in rb_remove() 566 * root as our first node, initializing the stack on the way. in z_rb_foreach_next() 589 /* If we had no left tree and are a right child then our in z_rb_foreach_next()
|
/Zephyr-Core-3.5.0/samples/net/sockets/echo_client/ |
D | overlay-vlan.conf | 7 # selected so that our address ends to .1 and the peer one to .2
|
/Zephyr-Core-3.5.0/tests/arch/riscv/fpu_sharing/src/ |
D | main.c | 157 * Test 6: Avoid dirtying the FPU (we'll just make sure it holds our in thread1_entry() 299 /* Exceptions with no FPU usage shouldn't affect our state. */ in ZTEST() 307 * Exceptions with FPU usage should be trapped to save our context in ZTEST() 308 * before letting its accesses go through. Because our FPU state in ZTEST() 320 * Do the exception with FPU usage again, but this time our current in ZTEST() 322 * This means our FPU context should not be preemptively restored. in ZTEST()
|
/Zephyr-Core-3.5.0/soc/xtensa/espressif_esp32/esp32/ |
D | esp32-mp.c | 139 * our callers' registers into the now-garbage stack pointers 141 * WINDOWBASE, our C callee will do that when it does an 148 * our ENTRY doesn't actually do that) so the callee's ENTRY 163 * The ROM library just picks a spot on its own with no input from our
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/virtualization/ |
D | ivshmem.h | 105 * @brief Get our VM ID 109 * @return our VM ID or 0 if we are not running on doorbell version 254 * @brief Set our state (ivshmem-v2 only) 308 * @brief Set the interrupt enablement for our VM (ivshmem-v2 only)
|
/Zephyr-Core-3.5.0/soc/riscv/espressif_esp32/esp32c3/ |
D | vectors.S | 21 * Note: for our CPU, we need to place this on a 256-byte boundary, as CPU
|