| /Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
| D | data_prepare.py | 46 def prepare_original_data(folder, name, data, file_to_read): argument 48 if folder != "negative": 52 data_new[LABEL_NAME] = folder 60 data_new[LABEL_NAME] = folder 70 data_new[LABEL_NAME] = folder 78 data_new[LABEL_NAME] = folder 153 for idx1, folder in enumerate(folders): 155 prepare_original_data(folder, name, data, 156 … "./%s/output_%s_%s.txt" % (folder, folder, name))
|
| /Zephyr-latest/scripts/ |
| D | list_hardware.py | 34 def __init__(self, folder='', soc_yaml=None): argument 51 family = Family(f['name'], [folder], [], []) 53 series = Series(s['name'], [folder], f['name'], []) 56 [folder], s['name'], f['name'])) 65 [folder], None, f['name'])) 71 series = Series(s['name'], [folder], '', []) 74 [folder], s['name'], '')) 87 [folder], '', '')) 91 [folder], '', '')) 176 folder: List[str] [all …]
|
| /Zephyr-latest/boards/native/nrf_bsim/common/ |
| D | README.txt | 1 This folder contains components that could be 4 in tree, this folder is kept inside it.
|
| /Zephyr-latest/doc/develop/getting_started/ |
| D | installation_mac.rst | 18 * Run ``xattr -r -d com.apple.quarantine /path/to/folder`` where 19 ``path/to/folder`` is the path to the enclosing folder where the executables
|
| /Zephyr-latest/doc/_scripts/ |
| D | gen_boards_catalog.py | 234 for folder in board.dir.parents: 235 if folder.name in ["native", "others"]: 238 elif vnd_lookup.vnd2vendor.get(folder.name): 239 vendor = folder.name
|
| /Zephyr-latest/doc/develop/sca/ |
| D | polyspace.rst | 28 in the installation folder. To request a trial license, visit `this 46 in the console window, along with the path of the folder containing 49 For an efficient review, the folder should be opened in the 55 individual issues are also described in a CSV file in the results folder.
|
| /Zephyr-latest/share/sysbuild/template/ |
| D | CMakeLists.txt | 8 # file to the folder `<app-dir>/sysbuild` and use as a template and extend as needed.
|
| /Zephyr-latest/tests/bsim/bluetooth/ll/edtt/ |
| D | README.txt | 8 and in its `doc/` folder. 10 In very short, there is 2 applications in this folder: 35 EDTT folder. You can do this by adding it to your `~/.bashrc`, `~/.zephyrrc`,
|
| /Zephyr-latest/tests/bsim/ |
| D | sh_common.source | 58 # For a caller running from a tests_script/ folder, get the path of its parent 65 # For a caller running from a tests_script/ folder, get the path of its parent
|
| /Zephyr-latest/tests/bsim/bluetooth/ll/cis/ |
| D | CMakeLists.txt | 8 folder. More information can be found in\
|
| /Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/ |
| D | CMakeLists.txt | 8 components folder. More information can be found in \
|
| /Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/ |
| D | CMakeLists.txt | 8 components folder. More information can be found in \
|
| /Zephyr-latest/tests/bsim/bluetooth/mesh/ |
| D | README.rst | 8 Tests are organized into bash scripts under the test_scripts folder. Each 10 mesh subsystem, and each folder has a corresponding test_<subfolder>.c under the 22 procedure described in the parent folder. 24 To only run the mesh tests, set ``SEARCH_PATH`` to point to this folder before
|
| /Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/ |
| D | CMakeLists.txt | 8 components folder. More information can be found in \
|
| /Zephyr-latest/cmake/modules/ |
| D | FindBabbleSim.cmake | 9 # Path to the BabbleSim components source folder 54 `components/` folder, *and* BSIM_OUT_PATH to point to the folder where the simulator\n\
|
| D | configuration_files.cmake | 18 # - APPLICATION_CONFIG_DIR: Root folder for application configuration 55 …ATION_CONFIG_DIR ${APPLICATION_CONFIG_DIR} CACHE PATH "The application configuration folder" FORCE)
|
| /Zephyr-latest/doc/_extensions/zephyr/kconfig/ |
| D | __init__.py | 96 soc_folders = {soc.folder[0] for soc in v2_systems.get_socs()} 101 for folder in soc_folders: 102 f.write('source "' + (Path(folder) / 'Kconfig.soc').as_posix() + '"\n') 105 for folder in soc_folders: 106 f.write('osource "' + (Path(folder) / 'Kconfig').as_posix() + '"\n')
|
| /Zephyr-latest/cmake/ |
| D | pristine.cmake | 32 message(FATAL_ERROR "Refusing to run pristine in in-source build folder.")
|
| /Zephyr-latest/samples/subsys/fs/fatfs_fstab/ |
| D | README.rst | 18 and afterwards run the generated executable file within the build folder.
|
| /Zephyr-latest/samples/application_development/external_lib/ |
| D | README.rst | 36 ``Binaries`` and ``Dependencies`` and extracting them to the same folder, or
|
| /Zephyr-latest/scripts/ci/ |
| D | check_compliance.py | 556 soc_folders = {folder for soc in v2_systems.get_socs() for folder in soc.folder} 558 for folder in soc_folders: 559 fp.write('osource "' + (Path(folder) / 'Kconfig.defconfig').as_posix() + '"\n') 562 for folder in soc_folders: 563 fp.write('osource "' + (Path(folder) / 'Kconfig.sysbuild').as_posix() + '"\n') 566 for folder in soc_folders: 567 fp.write('source "' + (Path(folder) / 'Kconfig.soc').as_posix() + '"\n') 570 for folder in soc_folders: 571 fp.write('source "' + (Path(folder) / 'Kconfig').as_posix() + '"\n')
|
| /Zephyr-latest/samples/net/cellular_modem/ |
| D | README.rst | 13 script found in the server folder. DNS is used to look
|
| /Zephyr-latest/samples/boards/st/power_mgmt/wkup_pins/ |
| D | README.rst | 23 To support another board, add an overlay in boards folder.
|
| /Zephyr-latest/doc/contribute/documentation/ |
| D | generation.rst | 162 the ``Scripts`` folder of your Python installation path. 164 add this folder to your ``PATH`` environment variable. Follow 185 Assuming the local Zephyr project copy is in a folder ``zephyr`` in your home 186 folder, here are the commands to generate the html content locally: 226 of the build folder and run ``cmake`` and then ``ninja`` again.
|
| /Zephyr-latest/cmake/emu/ |
| D | nsim.cmake | 10 # remove previous .sc.project folder which has temporary settings for MDB.
|