Home
last modified time | relevance | path

Searched +full:- +full:fr (Results 1 – 25 of 60) sorted by relevance

123

/Zephyr-latest/scripts/west_commands/zspdx/
Dgetincludes.py3 # SPDX-License-Identifier: Apache-2.0
19 log.dbg(f" - getting includes for {srcFile}")
22 fragments = [fr for fr in tcg.compileCommandFragments if fr.strip() != ""]
25 includes = ["-I" + incl.path for incl in tcg.includes]
28 defines = ["-D" + d.define for d in tcg.defines]
31 cmd = [compilerPath, "-E", "-H"] + fragments + includes + defines + [srcFile]
35 log.dbg(f" - calling {compilerPath} failed with error code {cp.returncode}")
42 # Parse the response from the CC -E -H call, to extract the include file paths
49 # the number of periods indicates the depth of nesting (for transitively-
/Zephyr-latest/boards/rakwireless/rak4631/
DKconfig.rak46313 # Copyright (c) 2021 Guillaume Paquet <guillaume.paquet@smile.fr>
4 # SPDX-License-Identifier: Apache-2.0
DKconfig.defconfig3 # Copyright (c) 2021 Guillaume Paquet <guillaume.paquet@smile.fr>
4 # SPDX-License-Identifier: Apache-2.0
Dboard.cmake1 # Copyright (c) 2021 Guillaume Paquet <guillaume.paquet@smile.fr>
2 # SPDX-License-Identifier: Apache-2.0
4 board_runner_args(jlink "--device=nRF52840_xxAA" "--speed=4000")
5 board_runner_args(pyocd "--target=nrf52840" "--frequency=4000000")
9 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
/Zephyr-latest/boards/rakwireless/rak5010/
DKconfig.rak50103 # Copyright (c) 2020 Guillaume Paquet <guillaume.paquet@smile.fr>
4 # SPDX-License-Identifier: Apache-2.0
DKconfig.defconfig3 # Copyright (c) 2020 Guillaume Paquet <guillaume.paquet@smile.fr>
4 # SPDX-License-Identifier: Apache-2.0
Dboard.cmake1 # Copyright (c) 2020 Guillaume Paquet <guillaume.paquet@smile.fr>
2 # SPDX-License-Identifier: Apache-2.0
4 board_runner_args(jlink "--device=nRF52840_xxAA" "--speed=4000")
5 board_runner_args(pyocd "--target=nrf52840" "--frequency=4000000")
9 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
/Zephyr-latest/boards/shields/seeed_xiao_round_display/
DKconfig.shield1 # Copyright (c) 2024 Nicolas Goualard <nicolas.goualard@sfr.fr>
2 # SPDX-License-Identifier: Apache-2.0
DKconfig.defconfig1 # Copyright (c) 2024 Nicolas Goualard <nicolas.goualard@sfr.fr>
2 # SPDX-License-Identifier: Apache-2.0
Dseeed_xiao_round_display.overlay2 * Copyright (c) 2024, Nicolas Goualard <nicolas.goualard@sfr.fr>
4 * SPDX-License-Identifier: Apache-2.0
8 #include <zephyr/dt-bindings/display/panel.h>
17 compatible = "voltage-divider";
18 io-channels = <&xiao_adc 0>;
19 output-ohms = <470000>;
20 full-ohms = <940000>;
24 compatible = "zephyr,lvgl-pointer-input";
33 compatible = "zephyr,mipi-dbi-spi";
34 spi-dev = <&xiao_spi>;
[all …]
/Zephyr-latest/.github/workflows/
Dcoding_guidelines.yml7 runs-on: ubuntu-22.04
10 - name: Checkout the code
14 fetch-depth: 0
16 - name: cache-pip
20 key: ${{ runner.os }}-pip-${{ hashFiles('.github/workflows/coding_guidelines.yml') }}
22 - name: Install python dependencies
27 - name: Install Packages
29 sudo apt-get update
30 sudo apt-get install coccinelle
32 - name: Run Coding Guildeines Checks
[all …]
Dscripts_tests.yml2 # SPDX-License-Identifier: Apache-2.0
9 - main
10 - v*-branch
12 - 'scripts/build/**'
13 - '.github/workflows/scripts_tests.yml'
16 - main
17 - v*-branch
19 - 'scripts/build/**'
20 - '.github/workflows/scripts_tests.yml'
23 scripts-tests:
[all …]
Dhello_world_multiplatform.yaml6 - main
7 - v*-branch
8 - collab-*
11 - main
12 - v*-branch
13 - collab-*
15 - 'scripts/**'
16 - '.github/workflows/hello_world_multiplatform.yaml'
17 - 'SDK_VERSION'
20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
[all …]
Dcompliance.yml6 - edited
7 - opened
8 - reopened
9 - synchronize
13 runs-on: ubuntu-22.04
16 - name: Update PATH for west
20 - name: Checkout the code
24 fetch-depth: 0
26 - name: Rebase onto the target branch
30 git config --global user.email "you@example.com"
[all …]
Dtwister-prep.yaml18 … if: github.repository_owner == 'zephyrproject-rtos' && github.event_name == 'pull_request_target'
19 runs-on:
20 group: zephyr-runner-v2-linux-x64-4xlarge
22 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
23 options: '--entrypoint /bin/bash'
25 subset: ${{ steps.output-services.outputs.subset }}
26 size: ${{ steps.output-services.outputs.size }}
27 fullrun: ${{ steps.output-services.outputs.fullrun }}
38 - name: Apply container owner mismatch workaround
44 git config --global --add safe.directory ${GITHUB_WORKSPACE}
[all …]
/Zephyr-latest/drivers/input/
DKconfig.chsc6x1 # Copyright (c) 2024 Nicolas Goualard <nicolas.goualard@sfr.fr>
2 # SPDX-License-Identifier: Apache-2.0
/Zephyr-latest/dts/arm/silabs/
Defr32mg24b220f1536im48.dtsi2 * Copyright (c) 2023 Fr. Sauter AG
4 * SPDX-License-Identifier: Apache-2.0
18 "simple-bus";
/Zephyr-latest/tests/drivers/adc/adc_api/boards/
Dnucleo_h533re.overlay2 * SPDX-License-Identifier: Apache-2.0
4 * Copyright (c) Alex Fabre <alex.fabre@rtone.fr>
10 io-channels = <&adc1 0>;
15 #address-cells = <1>;
16 #size-cells = <0>;
22 zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
/Zephyr-latest/drivers/serial/
Duart_stellaris.c1 /* stellarisUartDrv.c - Stellaris UART driver */
6 * Copyright (c) 2013-2015 Wind River Systems, Inc.
8 * SPDX-License-Identifier: Apache-2.0
15 * an 16550 in functionality, but is not register-compatible.
16 * It is also register-compatible with the UART found on TI CC2650 SoC,
19 * There is only support for poll-mode, so it can only be used with the printk
42 uint32_t fr; member
129 const struct uart_stellaris_config *config = dev->config; in baudrate_set()
147 * those registers are 32-bit, but the reserved bits should be in baudrate_set()
150 config->uart->ibrd = (uint16_t)(brdi & 0xffff); /* 16 bits */ in baudrate_set()
[all …]
Duart_pl011.c6 * SPDX-License-Identifier: Apache-2.0
83 get_uart(dev)->cr |= PL011_CR_UARTEN; in pl011_enable()
88 get_uart(dev)->cr &= ~PL011_CR_UARTEN; in pl011_disable()
93 get_uart(dev)->lcr_h |= PL011_LCRH_FEN; in pl011_enable_fifo()
98 get_uart(dev)->lcr_h &= ~PL011_LCRH_FEN; in pl011_disable_fifo()
104 get_uart(dev)->cr |= PL011_CR_RTSEn; in pl011_set_flow_control()
106 get_uart(dev)->cr &= ~PL011_CR_RTSEn; in pl011_set_flow_control()
109 get_uart(dev)->cr |= PL011_CR_CTSEn; in pl011_set_flow_control()
111 get_uart(dev)->cr &= ~PL011_CR_CTSEn; in pl011_set_flow_control()
128 return -EINVAL; in pl011_set_baudrate()
[all …]
/Zephyr-latest/drivers/display/
Ddisplay_ist3931.c4 * SPDX-License-Identifier: Apache-2.0
28 uint8_t bias; /* 0-7 */
29 uint8_t ct; /* 0-255 */
30 uint8_t duty; /* 1-64 */
31 uint16_t fr; /* frame_frequency_division */ member
32 bool shl; /* 0 COM1->COMN 1 COMN->COM1 */
33 bool adc; /* 0 seg1->seg132 1 seg132->seg1 */
35 bool rev; /* 0 RAM1->LCD ON 1 RAM0->LCD ON */
43 const struct ist3931_config *config = dev->config; in ist3931_write_bus()
51 return i2c_write_dt(&config->bus, i2c_write_buf, num_bytes * 2); in ist3931_write_bus()
[all …]
/Zephyr-latest/scripts/coccinelle/
Dreturnvar.cocci6 // URL: http://coccinelle.lip6.fr/
21 - T ret = C;
25 - ret
Dsemicolon.cocci6 // URL: http://coccinelle.lip6.fr/
8 // Options: --no-includes --include-headers
68 -;@p
/Zephyr-latest/samples/subsys/zbus/msg_subscriber/
DREADME.rst1 .. zephyr:code-sample:: zbus-msg-subscriber
3 :relevant-api: zbus_apis
19 .. zephyr-app-commands::
20 :zephyr-app: samples/subsys/zbus/msg_subscriber
21 :host-os: unix
28 .. code-block:: console
30 -- west build: running target run
33 I: ----> Publishing to acc_data_chan channel
35 I: From listener foo_lis -> Acc x=1, y=10, z=100
36 I: From msg subscriber bar_msg_sub1 -> Acc x=1, y=10, z=100
[all …]
/Zephyr-latest/doc/develop/tools/
Dcoccinelle.rst5 Copyright 2010 Julia Lawall <julia.lawall@lip6.fr>
6 Copyright 2010 Gilles Muller <Gilles.Muller@lip6.fr>
13 tree-wide patches and detection of problematic programming patterns.
22 which are provided by Coccinelle version 1.0.0-rc11 and above.
29 .. rst-class:: rst-columns
41 http://coccinelle.lip6.fr/
49 .. code-block:: console
57 .. code-block:: console
71 https://coccinelle.gitlabpages.inria.fr/website/documentation.html
76 ``coccicheck`` checker is the front-end to the Coccinelle infrastructure
[all …]

123