Home
last modified time | relevance | path

Searched full:you (Results 1 – 25 of 1465) sorted by relevance

12345678910>>...59

/Zephyr-Core-3.6.0/modules/thrift/src/thrift/
Dconfig.h15 /* Define to 1 if you have the <arpa/inet.h> header file. */
18 /* Define to 1 if you have the `clock_gettime' function. */
24 /* Define to 1 if you have the <fcntl.h> header file. */
27 /* Define to 1 if you have the `gethostbyname' function. */
30 /* Define to 1 if you have the `gettimeofday' function. */
33 /* Define to 1 if you have the `inet_ntoa' function. */
36 /* Define to 1 if you have the <inttypes.h> header file. */
39 /* Define to 1 if you have the <limits.h> header file. */
45 /* Define to 1 if you have the `memmove' function. */
48 /* Define to 1 if you have the <memory.h> header file. */
[all …]
/Zephyr-Core-3.6.0/doc/build/dts/
Dtroubleshooting.rst45 You thus get a linker error, because you're asking for a pointer to a device
48 To fix it, you need to make sure that:
67 To find the devicetree node you need to check, use the number ``<N>`` from the
71 the node you are interested in is ``/soc/i2c@deadbeef``:
95 If the node has ``status = "disabled";`` in :file:`zephyr.dts`, then you need
106 Then you should put this into your devicetree overlay and
115 Make sure that you see ``status = "okay";`` in :file:`zephyr.dts` after you
121 your devicetree node and allocating devices for it. To do this, you need to
125 If you're not familiar with how devices are allocated from devicetree nodes
135 devicetree compatibles they are associated with. You will have to figure this
[all …]
/Zephyr-Core-3.6.0/drivers/disk/nvme/
DKconfig22 Do not touch this unless you know what you are doing.
30 Do not touch this unless you know what you are doing.
38 Do not touch this unless you know what you are doing.
45 Do not touch this unless you know what you are doing.
53 Do not touch this unless you know what you are doing.
/Zephyr-Core-3.6.0/doc/develop/west/
Dwithout-west.rst8 particular, you will have to do work "by hand" to replace these
20 If you have previously installed west and want to stop using it,
34 you will need to manually clone the additional projects listed in the
45 As you pull changes in the zephyr repository, you will also need to
52 You can build a Zephyr application using CMake and Ninja (or make) directly
53 without west installed if you specify any modules manually.
65 If you don't have west installed and your application does not need any of
68 If you don't have west installed and your application *does* need one
69 of these repositories, you must set :makevar:`ZEPHYR_MODULES`
74 Similarly, if your application requires binary blobs and you are not using
[all …]
Dtroubleshooting.rst36 If you're behind a corporate firewall and may have proxy or other issues,
40 If you can get the ``git fetch`` command to run successfully without prompting
41 for a password when you run it directly, you will be able to run ``west
51 First, make sure you've installed west; see :ref:`west-install`. Then try
55 You need to find the directory containing :file:`west.exe`, then add it to your
56 :envvar:`PATH`. (This :envvar:`PATH` change should have been done for you when
57 you installed Python and pip, so ordinarily you should not need to follow these
76 #. If you see ``west.exe`` in the ``scripts`` directory, add the full path to
83 #. Close your ``cmd.exe`` window and open a new one. You should be able to run
121 packages, so you may need to do some additional work to get it installed on
[all …]
Dextensions.rst6 West is "pluggable": you can add your own commands to west without editing its
13 Some commands you can run when using west with Zephyr, like the ones used to
38 globally for whenever you run west, use:
44 If you want to, you can then re-enable them in a particular :term:`west
72 supported versions of Python). You can put it in anywhere in any project
77 Here is a basic skeleton you can use to get started. It contains a subclass of
79 details on the west APIs you can use, see :ref:`west-apis`.
102 You can split this up into multiple paragraphs and they'll get
103 reflowed for you. You can also pass
105 parser_adder.add_parser() below if you want to keep your line
[all …]
Dinstall.rst21 Afterwards, you can run ``pip3 show -f west`` for information on where the west
24 Once west is installed, you can use it to :ref:`clone the Zephyr repositories
43 In addition to its command-line interface, you can also use west's Python
58 In order to enable shell completion, you will need to obtain the corresponding
59 completion script and have it sourced every time you enter a new shell session.
61 To obtain the completion script you can use the ``west completion`` command::
69 completion`` when you update Zephyr.
71 Next, you need to import :file:`west-completion.bash` into your bash shell.
73 On Linux, you have the following options:
81 On macOS, you have the following options:
/Zephyr-Core-3.6.0/boards/riscv/beaglev_fire/doc/
Dindex.rst13 Black allowing you to stack your favorite BeagleBone cape on top to expand it’s capability.
35 In order to upload the application to the device, you'll need OpenOCD and GDB
37 You can get them as a part of SoftConsole SDK.
42 You will also require a Debugger such as Microchip's FlashPro5/6.
45 Now you can run ``tio <port>`` in a terminal window to access the UART debug port connection. Once
46 are connected properly you can press the Reset button which will show you a progress bar like:
52 Once you see that progress bar on your screen you can start pressing any button (0-9/a-z) which
55 With the necessary tools installed, you can connect to the board using OpenOCD.
65 the board. You can use the RISC-V GDB from the Zephyr SDK.
/Zephyr-Core-3.6.0/.github/workflows/
Dgreet_first_time_contributor.yml21 Hi @${{github.event.issue.user.login}}! We appreciate you submitting your first issue
25 Even though I'm a bot, I can assure you that the whole community is genuinely grateful
29 Hello @${{ github.event.pull_request.user.login }}, and thank you very much for your
33 … commit messages and code, and you are expected to address any failures by updating the PR.
37 If you haven't already, please make sure to review the project's [Contributor
41 … If you are stuck or need help please join us on [Discord](https://chat.zephyrproject.org/)
42 …and ask your question there. Additionally, you can [escalate the review](https://docs.zephyrprojec…
49 fantastic achievement, and we're thrilled to have you as part of our community!
52 To celebrate this milestone and showcase your contribution, we'd love to award you the
53 Zephyr Technical Contributor badge. If you're interested, please claim your badge by
[all …]
/Zephyr-Core-3.6.0/doc/develop/getting_started/
Dinstallation_win.rst11 If you are running a recent version of Windows 10 you can make use of the
13 command-prompt. This allows you to use software such as the :ref:`Zephyr SDK
24 For the Zephyr SDK to function properly you will need Windows 10
25 build 15002 or greater. You can check which Windows 10 build you are
27 If you are running an older Windows 10 build you might need to install
Dinstallation_linux.rst18 .. note:: If you're working behind a corporate firewall, you'll likely
19 need to configure a proxy for accessing the internet, if you haven't
65 documentation. If you need to add a dependency only required for building
70 Note that both Ninja and Make are installed with these instructions; you only
113 other and Clear Linux is no exception. If you need a more flexible
128 version you have by using ``cmake --version``. If you have an older version,
131 * On Ubuntu, you can follow the instructions for adding the
168 you'll need to add ~/.local/bin to your PATH. (See :ref:`python-pip`
174 * On Ubuntu you can also use snap to get the latest version available:
182 You might also want to uninstall the CMake provided by your package manager to
[all …]
/Zephyr-Core-3.6.0/doc/develop/toolchains/
Dgnu_arm_embedded.rst11 On Windows, we'll assume for this guide that you install into the directory
12 :file:`C:\\gnu_arm_embedded`. You can also choose the default installation
13 path used by the ARM GCC installer, in which case you will need to adjust the path
18 On macOS Catalina or later you might need to :ref:`change a security
28 #. To check that you have set these variables correctly in your current
38 /home/you/Downloads/gnu_arm_embedded
48 …On macOS, if you are having trouble with the suggested procedure, there is an unofficial package o…
Dzephyr_sdk.rst37 from there. You can enforce this by setting the environment variable
40 If you install the Zephyr SDK outside any of the default locations (listed in
41 the operating system specific instructions below) and you want automatic discovery
42 of the Zephyr SDK, then you must register the Zephyr SDK in the CMake package registry
43 by running the setup script. If you decide not to register the Zephyr SDK in the CMake registry,
47 You can also set :envvar:`ZEPHYR_SDK_INSTALL_DIR` to point to a directory
49 example, you can set ``ZEPHYR_SDK_INSTALL_DIR`` to ``/company/tools``, where the
77 .. note:: You can change |sdk-version-literal| to another version in the instructions below
81 .. note:: If you want to uninstall the SDK, you may simply remove the directory
82 where you installed it.
[all …]
/Zephyr-Core-3.6.0/doc/build/kconfig/
Dmenuconfig.rst18 If you try to enable a symbol with unsatisfied dependencies in
22 To make a setting permanent, you should set it in a :file:`*.conf` file, as
65 If you get an import error for ``tkinter`` when trying to run
66 ``guiconfig``, you are missing required packages. See
67 :ref:`installation_linux`. The package you need is usually called
87 If you prefer to work in the ``guiconfig`` interface, then it's a good
88 idea to check any changes to Kconfig files you make in *single-menu
91 ``config`` and symbols defined with ``menuconfig``, showing you what
110 You can also press :kbd:`Y` or :kbd:`N` to set a boolean configuration
132 filename (:file:`zephyr/.config`). You will typically save to the default
[all …]
/Zephyr-Core-3.6.0/
DLICENSE23 "You" (or "Your") shall mean an individual or Legal Entity
67 this License, each Contributor hereby grants to You a perpetual,
74 this License, each Contributor hereby grants to You a perpetual,
81 with the Work to which such Contribution(s) was submitted. If You
86 granted to You under this License for that Work shall terminate
89 4. Redistribution. You may reproduce and distribute copies of the
91 modifications, and in Source or Object form, provided that You
94 (a) You must give any other recipients of the Work or
97 (b) You must cause any modified files to carry prominent notices
98 stating that You changed the files; and
[all …]
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/
Dbluetooth-shell.rst12 First you need to build and flash your board with the Bluetooth shell. For how to do that, see the
16 When it's done, connect to the CLI using your favorite serial terminal application. You should see
52 :kconfig:option:`CONFIG_BT_ID_MAX`. To create a new identity, use :code:`bt id-create` command. You
53 can then use it by selecting it with its ID :code:`bt id-select <id>`. Finally, you can list all the
59 Start scanning by using the :code:`bt scan on` command. Depending on the environment you're in, you
63 Here is an example of what you can expect:
80 As you can see, this can lead to a high number of results. To reduce that number and easily find a
81 specific device, you can enable scan filters. There are four types of filters: by name, by RSSI, by
83 command followed by the type of filters. You can add multiple filters by using the commands again.
85 For example, if you want to look only for devices with the name *test shell*:
[all …]
Dbluetooth-tools.rst40 Controller. In order to benefit from these tools you will need to make sure
41 that you are running a recent version of the Linux Kernel and BlueZ:
47 Linux distribution. If you need to build BlueZ from scratch to update to a
48 recent version or to obtain all of its tools you can follow the steps below:
57 You can then find :file:`btattach`, :file:`btmgt` and :file:`btproxy` in the
60 You'll need to enable BlueZ's experimental features so you can access its
85 the host OS (Linux) to the emulator. For this purpose you will need some tools
100 On the host side, BlueZ allows you to export its Bluetooth controller
104 You only need to run ``btproxy`` when using QEMU. native_sim handles
107 If you are using QEMU, in order to make the Controller available you will need
[all …]
/Zephyr-Core-3.6.0/doc/develop/
Denv_vars.rst34 This is best for experimentation. If you close your terminal window, use
38 Using options 2 or 3 is recommended if you want to keep using the setting.
55 You can use the ``setx`` program in ``cmd.exe`` or the third-party RapidEE
72 You can then run ``rapidee`` from your terminal to launch the program and set
74 -- otherwise, you have to run RapidEE as administrator. Also make sure to save
76 you make in RapidEE will be available whenever you open a new terminal window.
83 Choose this option if you don't want to make the variable's setting available
85 your environment when you are using Zephyr.
98 To get this value back into your current terminal environment, **you must
102 The value will be lost if you close the window, etc.; run ``source
[all …]
/Zephyr-Core-3.6.0/drivers/ieee802154/
DKconfig.cc120025 you know what you are doing. Beware cc1200 requires gpio and spi to
73 SmartRF tool. Do not touch this unless you know what you are doing.
84 Set the RF preset you want to use.
111 more information. Do not touch this unless you know what you are doing.
118 more information. Do not touch this unless you know what you are doing.
120 # Do no touch below settings unless you know what you are doing
/Zephyr-Core-3.6.0/samples/boards/reel_board/mesh_badge/
DREADME.rst22 #. Connect to the device. You'll see a single service - select it
29 wide text. You can force line breaks with a comma.
33 #. Once pairing is complete the board will show the text you sent. If
34 you're not happy with it you can try writing something else.
35 #. When you're happy with the text, disconnect from the board (exit the app or
37 #. Once disconnected the board switches over to Bluetooth Mesh mode, and you
40 If you configure multiple boards like this they can communicate with
/Zephyr-Core-3.6.0/boards/posix/nrf_bsim/doc/
Dnrf52_bsim.rst65 To target this board you also need to have `BabbleSim`_ compiled in your system.
66 If you do not have it yet, the easiest way to get it, is to enable the babblesim group
78 If you need more BabbleSim components, or more up to date versions,
79 you can check the `BabbleSim web page <https://BabbleSim.github.io>`_
84 You will now need to define two environment variables to point to your BabbleSim
86 If you followed the previous steps, you can just do:
95 You can add these two lines to your ``~/.zephyrrc`` file, or to your shell
96 initialization script (``~/.bashrc``), so you won't need to rerun them
99 You're now ready to build applications targeting this board, for example:
108 Then you can execute your application using:
[all …]
/Zephyr-Core-3.6.0/boards/posix/native_posix/doc/
Dindex.rst15 Just like with :ref:`native_sim<native_sim>` you can build your Zephyr application
19 But unlike with :ref:`native_sim<native_sim>` you are limited to only using the host C library.
24 | If you are a new user, you are encouraged to use :ref:`native_sim<native_sim>` directly.
25 | If you have been using native_posix you are recommended to start using
71 Now you have a Linux executable, ``./build/zephyr/zephyr.exe``, you can use just like any
74 You can run, debug, build it with sanitizers or with coverage just like with
96 You can use this target if you cannot compile or run 32 bit binaries.
/Zephyr-Core-3.6.0/boards/xtensa/intel_adsp_cavs25/doc/
Dchromebooks_adsp.rst22 first, to ensure you have two working OS images.
35 that you really mean it. Select "Boot from Internal Storage" at the
36 bootloader screen. You will see this screen every time the machine
37 boots now, telling you that the boot is unverified.
47 You will at some point wreck your device and need a recovery stick.
51 You can actually do this on any machine (and any OS) with Chrome
56 root filesystem and /usr/local customizations you have made**. So
57 plan on a strategy that can tolerate data loss on the device you're
70 user. Finally (in developer mode) a simple "sudo su -" will get you a
79 Now you need to turn of signature verification in the bootloader
[all …]
Dintel_adsp_generic.rst34 otherwise stated. You will be referred to the documentation for your specific
43 You can only flash Zephyr to the ADSP by using Zephyr's Python tool in a Linux
47 the binary sent over the network by West and flashes it. You should install a
52 Note that if you plan to use SOF on your board, you will need to build and
54 recommended you follow the `SOF instructions`_ to build and run SOF on Zephyr.
63 you will also need to set up the SOF rimage signing tool and key.
73 your system. You can either copy the executable to a directory in your PATH or
76 makes you less likely to use an obsolete rimage version by mistake.
79 subdirectory. For a different configuration directory you can use:
89 `Cadence`_ instead. The following instructions assume you have purchased and
[all …]
/Zephyr-Core-3.6.0/drivers/wifi/winc1500/
DKconfig.winc150032 WINC1500 HAL callbacks. Do not touch it unless you know what you are
40 callbacks. Do not touch it unless you know what you are doing.
55 Do not modify it unless you know what you are doing.

12345678910>>...59