Home
last modified time | relevance | path

Searched refs:my (Results 1 – 25 of 47) sorted by relevance

12

/Zephyr-latest/submanifests/
Dexample.yaml.sample16 - name: my-module
17 url: https://github.com/my-username/my-module
/Zephyr-latest/doc/build/dts/
Dbindings-intro.rst133 For example, if :file:`my-app` is your application directory, then you must
134 place application-specific bindings inside :file:`my-app/dts/bindings`. So
135 :file:`my-app/dts/bindings/serial/my-company,my-serial-port.yaml` would be
136 found, but :file:`my-app/my-company,my-serial-port.yaml` would be ignored.
Dbindings-syntax.rst385 ``my-pin``, then assigning it to the "gpio" specifier space using this
409 specifier-space: my-custom-space
411 Above, the ``bar`` property's specifier space is set to "my-custom-space".
418 #my-custom-space-cells = <2>;
422 #my-custom-space-cells = <1>;
425 my-node {
491 my-property:
503 my-property = <123>;
639 my-node {
Dhowtos.rst77 my-serial = &serial0;
326 my-serial = &serial0;
467 supports. For example, if your driver's compatible is ``"vnd,my-device"`` in
551 compatible = "vnd,my-device";
554 compatible = "vnd,my-device";
Dphandles.rst162 my-external-ic {
173 The device driver handling the ``my-external-ic`` node can then use the
182 my-other-external-ic {
Dintro-syntax-structure.rst347 - ``my-true-boolean;``
457 my-uart = &uart0;
470 Above, ``my-uart`` is an alias for the node with path ``/soc/serial@12340000``.
/Zephyr-latest/doc/develop/west/
Dextensions.rst95 'my-command-name', # gets stored as self.name
96 'one-line help for what my-command-name does', # self.help
99 A multi-line description of my-command.
124 # $ west my-command-name -o FOO BAR
149 - name: my-command-name
151 help: one-line help for what my-command-name does
161 runs ``west my-command-name``, since:
183 - name: my-command-name
185 help: one-line help for what my-command-name does
196 - :file:`my_west_extension.py` defines extension ``my-command-name``
[all …]
Dmanifest.rst184 repo-path: my-path
206 ``https://git.example.com/base2/my-path``. The ``repo-path`` attribute, if
349 repo-path: my-path
1334 my-downstream/
1342 └── my-repo/ # your downstream repository
1346 You can do this with the following :file:`my-repo/west.yml`:
1350 # my-repo/west.yml:
1362 ``my-repo`` is hosted at ``https://git.example.com/my-repo``:
1366 west init -m https://git.example.com/my-repo my-downstream
1367 cd my-downstream
[all …]
/Zephyr-latest/drivers/input/
Dinput_xpt2046.c159 int32_t my = (config->screen_size_y << 16) / (config->max_y - config->min_y); in xpt2046_work_handler() local
160 int32_t cy = (config->screen_size_y << 16) - my * config->max_y; in xpt2046_work_handler()
161 int32_t y = my * meas.y + cy; in xpt2046_work_handler()
/Zephyr-latest/boards/snps/iotdk/doc/
Dindex.rst128 :app: <my app>
138 :app: <my app>
146 $ cd <my app>
161 :app: <my app>
/Zephyr-latest/doc/develop/toolchains/
Dcustom_cmake.rst43 settings in a file named :file:`my-toolchain.cmake`, you can then invoke cmake
44 as ``cmake -C my-toolchain.cmake ...`` to save typing.
/Zephyr-latest/boards/snps/emsdp/doc/
Dindex.rst222 :app: <my app>
232 :app: <my app>
240 $ cd <my app>
256 :app: <my app>
/Zephyr-latest/lib/posix/options/getopt/
DREADME26 its state. In my implementation I put those variables in a structure
/Zephyr-latest/doc/develop/application/
Dindex.rst234 git clone https://github.com/zephyrproject-rtos/example-application my-app
236 The directory name :file:`my-app` above is arbitrary: change it as needed. You
260 mkdir my-workspace
261 cd my-workspace
262 git clone https://github.com/zephyrproject-rtos/example-application my-manifest-repo
263 west init -l my-manifest-repo
266 :file:`my-manifest-repo` as the manifest repository. The :file:`my-workspace`
267 and :file:`my-manifest-repo` names are arbitrary: change them as needed.
271 can then edit :file:`my-manifest-repo/west.yml` to your liking, changing the
284 If you push the resulting :file:`my-manifest-repo` repository somewhere else,
[all …]
/Zephyr-latest/
D.gitlint34 # will not cause a violation, but "WIP: my title" will.
/Zephyr-latest/lib/posix/options/
DKconfig.timer57 int "Maximum count returned my timer_getoverrun() in POSIX application"
DKconfig.deprecated251 int "Maximum count returned my timer_getoverrun() in POSIX application [DEPRECATED]"
/Zephyr-latest/samples/net/tftp_client/
DREADME.rst72 CONFIG_TFTP_APP_SERVER="my-tftp-server.org"
/Zephyr-latest/doc/connectivity/networking/
Dusbnet_setup.rst71 the following steps ``enx00005e005301`` is the name of the interface on my
/Zephyr-latest/boards/snps/hsdk/doc/
Dindex.rst449 :app: <my app>
459 :app: <my app>
467 $ cd <my app>
482 :app: <my app>
/Zephyr-latest/boards/snps/hsdk4xd/doc/
Dindex.rst445 :app: <my app>
455 :app: <my app>
463 $ cd <my app>
478 :app: <my app>
/Zephyr-latest/boards/snps/em_starterkit/doc/
Dindex.rst238 :app: <my app>
248 :app: <my app>
256 $ cd <my app>
/Zephyr-latest/boards/ezurio/rm1xx_dvk/doc/
Dindex.rst169 .. _Semtech SX1272 datasheet: https://semtech.my.salesforce.com/sfc/p/#E0000000JelG/a/440000001NCE/…
/Zephyr-latest/samples/bluetooth/mtu_update/
DREADME.rst10 Question: What do I have to do to update my ATT MTU?
/Zephyr-latest/soc/intel/intel_adsp/common/
DCMakeLists.txt136 # then you can define WEST_SIGN_OPTS in boards/my/board/board.cmake.

12