Searched +full:python3 +full:- +full:tk (Results 1 – 4 of 4) sorted by relevance
32 .. group-tab:: Ubuntu34 .. code-block:: console36 sudo apt-get update37 sudo apt-get upgrade39 .. group-tab:: Fedora41 .. code-block:: console45 .. group-tab:: Clear Linux47 .. code-block:: console51 .. group-tab:: Arch Linux53 .. code-block:: console[all …]
8 - Set up a command-line Zephyr development environment on Ubuntu, macOS, or11 - Get the source code12 - Build, flash, and run a sample application23 .. group-tab:: Ubuntu28 .. code-block:: bash33 .. group-tab:: macOS39 <https://support.apple.com/en-us/HT201541>`_.41 .. group-tab:: Windows46 .. _install-required-tools:55 .. list-table::[all …]
8 ``guiconfig``. ``menuconfig`` is a curses-based interface that runs in the20 re-configuring.35 .. zephyr-app-commands::37 :cd-into:42 #. To run the terminal-based ``menuconfig`` interface, use either of these45 .. code-block:: bash47 west build -t menuconfig49 .. code-block:: bash55 .. code-block:: bash57 west build -t guiconfig[all …]
1 #!/usr/bin/env python34 # SPDX-License-Identifier: ISC10 # pylint: disable=undefined-variable16 A Tkinter-based menuconfig implementation, based around a treeview control and21 single menu (like menuconfig.py). Only single-menu mode distinguishes between24 A show-all mode is available that shows invisible items in red.29 Ctrl-S : Save configuration30 Ctrl-O : Open configuration31 Ctrl-A : Toggle show-all mode32 Ctrl-N : Toggle show-name mode[all …]