Searched refs:generate (Results 1 – 25 of 262) sorted by relevance
1234567891011
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.cc13xx_cc26xx | 26 int "Number of samples to generate entropy" 30 The number of samples used to generate entropy. The time required to 31 generate 64 bits of entropy is determined by the number of FROs enabled,
|
D | entropy_npcx_drbg.c | 65 enum ncl_status (*generate)(void *ctx, const uint8_t *add_data, uint32_t add_data_len, member 121 ncl_ret = NPCX_NCL_DRBG->generate(ctx, NULL, 0, buf, len); in entropy_npcx_drbg_get_entropy()
|
/Zephyr-latest/tests/crypto/tinycrypt_hmac_prng/ |
D | README.txt | 32 HMAC-PRNG test#1 (init, reseed, generate): 39 HMAC-PRNG test#1 (generate):
|
/Zephyr-latest/doc/contribute/documentation/ |
D | generation.rst | 20 can generate the HTML content and view it with a web browser directly on 30 * ReStructuredText source files used to generate documentation found at the 69 Additional tools are required to generate the 87 that are only required to generate the documentation, 186 folder, here are the commands to generate the html content locally: 201 # To generate HTML output, run ninja on the generated build system: 206 # To generate PDF output, run ninja on the generated build system: 212 directory of every .rst file used to generate the documentation, 221 collect and generate the HTML content. When done, you can view the HTML 239 # To generate HTML output [all …]
|
/Zephyr-latest/samples/drivers/lcd_cyclonev_socdk/ |
D | CMakeLists.txt | 4 # CMakeList file to generate example for LCD disply on Cyclone V SoC DevKit
|
/Zephyr-latest/cmake/ |
D | target_toolchain_flags.cmake | 9 # multiple symlinks pointing to same executable will generate different 11 # ccache will generate unique signatures 16 # and thus generate a new signature.
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | README_lwm2m | 7 domain specific code. To generate the SenML encoder and decoder the following CDDL file 16 To generate the encoder and decoder:
|
/Zephyr-latest/include/zephyr/linker/ |
D | app_smem.ld | 9 * greps for "#include" to generate dependency list. 15 * 2. Using A.cmd to generate A_prebuilt.elf.
|
D | app_smem_pinned.ld | 13 * greps for "#include" to generate dependency list. 19 * 2. Using A.cmd to generate A_prebuilt.elf.
|
/Zephyr-latest/doc/ |
D | requirements.txt | 1 # DOC: used to generate docs
|
/Zephyr-latest/doc/project/ |
D | documentation.rst | 13 input for other tools that is used to generate a reference manual from 30 document all test code using the same tools and in the same context and generate 108 To generate the matrix, you will first need to build the documentation, 113 Parse the generated XML data from doxygen to generate the traceability matrix.
|
/Zephyr-latest/cmake/compiler/xt-clang/ |
D | target.cmake | 32 -mno-generate-flix
|
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/boards/ |
D | nrf54h20dk_nrf54h20_common.dtsi | 33 /* Use timer137 as only this one can generate interrupts on cpusys. */
|
/Zephyr-latest/tests/net/all/ |
D | README.txt | 5 The check_net_options.sh script can be used in Linux host to generate
|
/Zephyr-latest/tests/net/socket/udp/ |
D | CMakeLists.txt | 14 ${CMAKE_CURRENT_LIST_DIR}/generate-c-string.py
|
/Zephyr-latest/scripts/tests/twister/ |
D | README.md | 31 Then we can generate the coverage report for just twister script using 37 To generate the coverage report for twister script use below command
|
/Zephyr-latest/subsys/fb/ |
D | README_fonts.txt | 1 The DroidSansMono.ttf font used to generate the cfb_fonts bitmaps can be
|
/Zephyr-latest/cmake/linker/ld/clang/ |
D | linker_flags.cmake | 5 set_property(TARGET linker PROPERTY coverage -fprofile-instr-generate -fcoverage-mapping)
|
/Zephyr-latest/subsys/llext/ |
D | Kconfig | 28 generate the object file. Currently not supported on RISC-V. 43 generate the shared library from multiple object files. 122 bool "Only generate the Userpace codepath on syscall stubs for the EDK" 127 not contain the routing code, and only generate the userspace one.
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | db_generation.ecl | 22 # NEEDED: generate the ecd from frame files
|
/Zephyr-latest/modules/trusted-firmware-a/ |
D | Kconfig | 11 additionally generate a TF-A image for the Secure Execution
|
/Zephyr-latest/cmake/sca/eclair/ |
D | sca.cmake | 117 # call which calls the compiler and to generate analysis files. 123 # This target is used to generate the ECLAIR database when all the compilation is done and the 137 # This command is used to generate the final reports from the database and print the overall results
|
/Zephyr-latest/scripts/ |
D | requirements-extras.txt | 27 # used to generate devicetree dependency graphs
|
/Zephyr-latest/samples/bluetooth/peripheral_hr/ |
D | README.rst | 12 connects it will generate dummy heart-rate values.
|
/Zephyr-latest/samples/bluetooth/peripheral_ht/ |
D | README.rst | 14 die temperature values. On other boards, it will generate dummy temperature
|
1234567891011