Home
last modified time | relevance | path

Searched refs:folder (Results 1 – 25 of 123) 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/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/doc/_scripts/
Dgen_boards_catalog.py234 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/
Dpolyspace.rst28 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/
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/ll/cis/
DCMakeLists.txt8 folder. More information can be found in\
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/
DCMakeLists.txt8 components 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/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/tests/bsim/bluetooth/host/security/ccc_update/
DCMakeLists.txt8 components folder. More information can be found in \
/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
55 …ATION_CONFIG_DIR ${APPLICATION_CONFIG_DIR} CACHE PATH "The application configuration folder" FORCE)
/Zephyr-latest/doc/_extensions/zephyr/kconfig/
D__init__.py96 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/
Dpristine.cmake32 message(FATAL_ERROR "Refusing to run pristine in in-source build folder.")
/Zephyr-latest/samples/subsys/fs/fatfs_fstab/
DREADME.rst18 and afterwards run the generated executable file within the build folder.
/Zephyr-latest/samples/application_development/external_lib/
DREADME.rst36 ``Binaries`` and ``Dependencies`` and extracting them to the same folder, or
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py556 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/
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.

12345