/Zephyr-latest/doc/develop/ |
D | modules.rst | 18 such code should be contributed to the main zephyr tree. 89 * Modules should use "zephyr" as the default name for the repository main 101 main branch, which should be 'zephyr'. 122 Changes to the main branch of a module repository, including synchronization 134 Force-pushing to a module's main branch is not allowed. 147 pull request against the module's main branch, which may be merged using 163 branch (e.g. main branch, latest release branch, etc.) submitting the result in 164 pull request against the module main branch, and merging the pull request using 167 The main advantages of this approach is that the upstream repository history 170 the downstream main branch. [all …]
|
/Zephyr-latest/samples/subsys/zbus/confirmed_channel/src/ |
D | main.c | 125 int main(void) in main() function
|
/Zephyr-latest/doc/build/dts/ |
D | index.rst | 7 hardware. Zephyr uses devicetree in two main ways:
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/read_fill_buf/client/ |
D | main.c | 124 int main(void) in main() function
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | accel_stream.c | 30 int main(void) in main() function
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/ |
D | README.rst | 31 #. ``src/main.c``
|
/Zephyr-latest/tests/benchmarks/thread_metric/src/ |
D | tm_preemptive_scheduling_test.c | 70 int main(void) in main() function
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | data_prepare_test.py | 75 unittest.main()
|
/Zephyr-latest/samples/net/sockets/http_get/src/ |
D | http_get.c | 58 int main(void) in main() function
|
/Zephyr-latest/samples/drivers/stepper/generic/src/ |
D | main.c | 65 int main(void) in main() function
|
/Zephyr-latest/samples/arch/smp/pi/src/ |
D | main.c | 84 int main(void) in main() function
|
/Zephyr-latest/samples/drivers/adc/adc_sequence/src/ |
D | main.c | 29 int main(void) function
|
/Zephyr-latest/samples/boards/nxp/s32/netc/src/ |
D | main.c | 96 int main(void) in main() function
|
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/ |
D | README.rst | 12 with the ST BlueNRG GUI app. In this case, the main MCU becomes an intermediate level,
|
/Zephyr-latest/samples/sensor/dht_polling/src/ |
D | main.c | 40 int main(void) in main() function
|
/Zephyr-latest/samples/boards/bbc/microbit/line_follower_robot/src/ |
D | main.c | 98 int main(void) in main() function
|
/Zephyr-latest/samples/boards/bbc/microbit/sound/src/ |
D | main.c | 84 int main(void) in main() function
|
/Zephyr-latest/samples/sensor/thermometer/src/ |
D | main.c | 55 int main(void) in main() function
|
/Zephyr-latest/samples/subsys/usb_c/source/src/ |
D | main.c | 13 LOG_MODULE_REGISTER(main, LOG_LEVEL_DBG); 315 int main(void) in main() function
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfig.py | 39 def main(): function 337 main()
|
/Zephyr-latest/boards/arduino/uno_r4/doc/ |
D | index.rst | 99 …wget https://raw.githubusercontent.com/arduino/ArduinoCore-renesas/main/bootloaders/UNO_R4/dfu_min… 104 …wget https://raw.githubusercontent.com/arduino/ArduinoCore-renesas/main/bootloaders/UNO_R4/dfu_wif…
|
/Zephyr-latest/doc/develop/languages/c/ |
D | minimal_libc.rst | 16 main Zephyr tree. 67 .. _`errno.h`: https://github.com/zephyrproject-rtos/zephyr/blob/main/lib/libc/minimal/include/errn…
|
/Zephyr-latest/doc/build/sysbuild/ |
D | index.rst | 33 …The word "image" is used because your main goal is usually to generate the binaries of the firmware 68 link your main Zephyr application as an MCUboot-bootable image, using sysbuild's 143 an extra CMake argument. ``APP_DIR`` is the path to the main Zephyr 281 When no ``<namespace>`` is used, the Kconfig setting is passed to the main 314 You can use ``west debug`` to debug the main application, whether you are using sysbuild or not. 315 Just follow the existing :ref:`west debug <west-debugging>` guide to debug the main sample. 367 erase the entire flash, including the main application image. 430 For the main application (as is the same without using sysbuild) these can be 519 as the main image, use this example: 529 SoC-specific bootloader along with your main application. [all …]
|
/Zephyr-latest/share/sysbuild/images/bootloader/ |
D | Kconfig | 52 in main application if MCUboot has been built with MCUBOOT_DOWNGRADE_PREVENTION. 59 in main application if MCUboot has been built with MCUBOOT_DOWNGRADE_PREVENTION. 74 MCUBOOT_BOOTLOADER_NO_DOWNGRADE should also be selected in main application if MCUboot 125 MCUboot will only boot slot0_partition for the main application but has an entrance
|
/Zephyr-latest/samples/subsys/zbus/remote_mock/src/ |
D | mock_proxy.c | 86 int main(void) in main() function
|