Searched refs:original (Results 26 – 50 of 82) sorted by relevance
1234
/Zephyr-latest/lib/net_buf/ |
D | buf_simple.c | 50 void net_buf_simple_clone(const struct net_buf_simple *original, in net_buf_simple_clone() argument 53 memcpy(clone, original, sizeof(struct net_buf_simple)); in net_buf_simple_clone()
|
/Zephyr-latest/boards/nordic/nrf52dk/doc/ |
D | index.rst | 418 cost-reduced variant of the original nRF52832. Since Nordic does not offer a 442 cost-reduced variant of the original nRF52832. Since Nordic does not offer a
|
/Zephyr-latest/doc/project/ |
D | documentation.rst | 34 the original requirements.
|
D | project_roles.rst | 101 be addressed by the original submitter. In cases where the changes requested do 175 * Responsibility to re-assign a pull request if they are the original submitter 310 * Re-assigned by original assignee
|
D | dev_env_and_tools.rst | 96 Any changes that touch the logic or the original design of a subsystem or 191 - In case of both issues and pull-requests the original poster needs to respond
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test_edtlib.py | 898 original = getattr(edt, attribute) 899 assert equal(copy, original) 900 assert copy is not original
|
/Zephyr-latest/cmake/modules/ |
D | FindDeprecated.cmake | 28 # and then in the original CMakeLists.txt, this code is inserted instead:
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/ |
D | README.rst | 36 When running test applications independently, make sure to assign the original
|
/Zephyr-latest/kernel/ |
D | Kconfig.smp | 19 primitive than the original arch_swap mechanism. It is required
|
/Zephyr-latest/modules/hostap/ |
D | Kconfig | 378 For L2 roaming, the original AP and new AP are in the same subnet, client 380 For L3 roaming, the original AP and new AP are in different subnet, client
|
/Zephyr-latest/doc/kernel/services/other/ |
D | float.rst | 149 FPU user to a non-user thread, and then back to the original FPU user. 199 during its scheduling slot), and then back to the original FPU user. 260 switching from an FPU user to a non-user thread, and then back to the original
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_MMU.txt | 77 page translation we want (NOT for the original requested address, we 95 After the TLB refill exception, the original faulting instruction is 97 fetching a new TLB entry, which is then used to service the original
|
/Zephyr-latest/boards/adafruit/nrf52_adafruit_feather/doc/ |
D | index.rst | 178 .. _pinouts: https://cdn-learn.adafruit.com/assets/assets/000/046/210/original/Feather_NRF52_Pinout…
|
/Zephyr-latest/ |
D | LICENSE | 43 represent, as a whole, an original work of authorship. For the purposes 49 the original version of the Work and any modifications or additions
|
D | CODE_OF_CONDUCT.md | 125 The only changes made by The Zephyr Project to the original document were to
|
/Zephyr-latest/cmake/linker_script/arm/ |
D | linker.cmake | 99 # Here the original linker would check for __GCC_LINKER_CMD__, need to check toolchain linker ?
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | smp_protocol.rst | 45 The original specification states that SMP should support receiving
|
/Zephyr-latest/lib/os/ |
D | Kconfig.cbprintf | 97 conversions. The precision of the original specification is
|
/Zephyr-latest/boards/nordic/nrf52833dk/doc/ |
D | index.rst | 229 IC, which is a variant of the original nRF52833. Since Nordic does not offer a
|
/Zephyr-latest/boards/nordic/nrf52840dk/doc/ |
D | index.rst | 226 IC, which is a variant of the original nRF52840. Since Nordic does not offer a
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 984 original = getattr(self, attr_name) 986 key: path2node_copy[original[key].path] 987 for key in original
|
/Zephyr-latest/doc/build/kconfig/ |
D | menuconfig.rst | 143 up your original configuration file.
|
/Zephyr-latest/boards/m5stack/m5stack_cores3/doc/ |
D | index.rst | 7 M5Stack CoreS3 SE is the compact version of CoreS3. It has the same form factor as the original M5S…
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_1.rst | 329 sent in the original first packet so that the upload state can be re-created 330 by the server. If the original fields are not included, the upload will be
|
/Zephyr-latest/doc/security/ |
D | reporting.rst | 13 advisory GitHub_. The original submitter will be granted permission to
|
1234