Home
last modified time | relevance | path

Searched refs:folder (Results 1 – 25 of 120) sorted by relevance

12345

/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Ddata_prepare.py46 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/
Dlist_hardware.py34 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/
DREADME.txt1 This folder contains components that could be
4 in tree, this folder is kept inside it.
/Zephyr-latest/doc/_scripts/
Dgen_boards_catalog.py86 for folder in board.dir.parents:
87 if folder.name in ["native", "others"]:
90 elif vnd_lookup.vnd2vendor.get(folder.name):
91 vendor = folder.name
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_mac.rst18 * 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/share/sysbuild/template/
DCMakeLists.txt8 # file to the folder `<app-dir>/sysbuild` and use as a template and extend as needed.
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/
DREADME.txt8 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/
Dsh_common.source58 # 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/host/gatt/sc_indicate/
DCMakeLists.txt8 components folder. More information can be found in \
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/
DCMakeLists.txt8 folder. More information can be found in\
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/
DCMakeLists.txt8 components folder. More information can be found in \
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/
DCMakeLists.txt8 components folder. More information can be found in \
/Zephyr-latest/tests/bsim/bluetooth/mesh/
DREADME.rst8 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/cmake/modules/
DFindBabbleSim.cmake9 # Path to the BabbleSim components source folder
54 `components/` folder, *and* BSIM_OUT_PATH to point to the folder where the simulator\n\
Dconfiguration_files.cmake18 # - APPLICATION_CONFIG_DIR: Root folder for application configuration
59 …ATION_CONFIG_DIR ${APPLICATION_CONFIG_DIR} CACHE PATH "The application configuration folder" FORCE)
/Zephyr-latest/doc/_extensions/zephyr/kconfig/
D__init__.py92 soc_folders = {soc.folder[0] for soc in v2_systems.get_socs()}
97 for folder in soc_folders:
98 f.write('source "' + (Path(folder) / 'Kconfig.soc').as_posix() + '"\n')
101 for folder in soc_folders:
102 f.write('osource "' + (Path(folder) / 'Kconfig').as_posix() + '"\n')
/Zephyr-latest/cmake/
Dpristine.cmake32 message(FATAL_ERROR "Refusing to run pristine in in-source build folder.")
/Zephyr-latest/samples/application_development/external_lib/
DREADME.rst36 ``Binaries`` and ``Dependencies`` and extracting them to the same folder, or
/Zephyr-latest/samples/net/cellular_modem/
DREADME.rst13 script found in the server folder. DNS is used to look
/Zephyr-latest/samples/boards/st/power_mgmt/wkup_pins/
DREADME.rst23 To support another board, add an overlay in boards folder.
/Zephyr-latest/doc/contribute/documentation/
Dgeneration.rst162 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/
Dnsim.cmake10 # remove previous .sc.project folder which has temporary settings for MDB.
/Zephyr-latest/samples/boards/st/mco/
DREADME.rst17 To support another board, add a dts overlay file in boards folder.
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py559 soc_folders = {folder for soc in v2_systems.get_socs() for folder in soc.folder}
561 for folder in soc_folders:
562 fp.write('osource "' + (Path(folder) / 'Kconfig.defconfig').as_posix() + '"\n')
565 for folder in soc_folders:
566 fp.write('source "' + (Path(folder) / 'Kconfig.soc').as_posix() + '"\n')
569 for folder in soc_folders:
570 fp.write('source "' + (Path(folder) / 'Kconfig').as_posix() + '"\n')
/Zephyr-latest/doc/develop/west/
Dbuild-flash-debug.rst45 directory (i.e. the folder containing the application's :file:`CMakeLists.txt`)
90 ``west build`` will build all domains through the top-level build folder of the
394 - String, default ``build``. The build folder format string, used by
395 west whenever it needs to create or locate a build folder. The currently
408 - String, instructs west whether to try to guess what build folder to use
410 to resolve the build folder name. Can take these values:
413 require the user to provide a build folder with ``-d``.
414 - ``runners``: Try to guess the folder when using any of the 'runner'
419 folder before building. Can take the following values:
421 - ``never`` (default): Never automatically make the build folder
[all …]

12345