Searched +full:crs +full:- +full:usb +full:- +full:sof (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/dts/bindings/clock/ |
D | st,stm32-hsi48-clock.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "st,stm32-hsi48-clock" 8 include: [fixed-clock.yaml] 11 crs-usb-sof: 14 Clock Recovery System using USB SOF packet reception 16 the USB SOF packet reception as a reference.
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_stm32g0_u0.c | 6 * SPDX-License-Identifier: Apache-2.0 79 #if defined(CRS) in config_enable_default_clocks() 83 * After reset the CRS configuration register in config_enable_default_clocks() 84 * (CRS_CFGR) value corresponds to an USB SOF in config_enable_default_clocks() 90 #endif /* defined(CRS) */ in config_enable_default_clocks()
|
/Zephyr-latest/boards/others/candlelightfd/ |
D | candlelightfd.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 8 #include <st/g0/stm32g0b1r(b-c-e)tx-pinctrl.dtsi> 14 zephyr,code-partition = &slot0_partition; 24 compatible = "gpio-leds"; 35 transceiver0: can-phy0 { 36 compatible = "nxp,tja1051", "can-transceiver-gpio"; 37 enable-gpios = <&gpioa 15 GPIO_ACTIVE_LOW>; 38 max-bitrate = <5000000>; 39 #phy-cells = <0>; 45 clock-frequency = <DT_FREQ_M(8)>; [all …]
|
/Zephyr-latest/boards/weact/usb2canfdv1/ |
D | usb2canfdv1.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include <st/g0/stm32g0b1c(b-c-e)tx-pinctrl.dtsi> 19 zephyr,code-partition = &slot0_partition; 27 mcuboot-led0 = &led_ready; 31 compatible = "gpio-leds"; 49 clock-frequency = <DT_FREQ_M(16)>; 54 crs-usb-sof; 58 div-m = <1>; 59 mul-n = <15>; [all …]
|
/Zephyr-latest/boards/st/nucleo_g0b1re/ |
D | nucleo_g0b1re.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/g0/stm32g0b1r(b-c-e)tx-pinctrl.dtsi> 12 #include <zephyr/dt-bindings/input/input-event-codes.h> 15 model = "STMicroelectronics STM32G0B1RE-NUCLEO board"; 16 compatible = "st,stm32g0b1re-nucleo"; 20 zephyr,shell-uart = &usart2; 21 zephyr,uart-mcumgr = &usart2; 24 zephyr,code-partition = &slot0_partition; 29 compatible = "gpio-leds"; [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 27 * CVE-2021-3323: Under embargo until 2021-04-14 28 * CVE-2021-3321: Under embargo until 2021-04-14 29 * CVE-2021-3320: Under embargo until 2021-04-14 39 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_. 56 * Changed vcnl4040 dts binding default for property 'proximity-trigger'. 63 * The :c:func:`mqtt_keepalive_time_left` function now returns -1 if keep alive 67 timeout usage must use the new-style k_timeout_t type and not the 87 GPIO-only regulators a devicetree property ``supply-gpios`` is defined as a 101 * ARM Musca-A board and SoC support deprecated and planned to be removed in 2.6.0. 146 sys_heap/k_heaps. Note that the new-style heap is a general [all …]
|
D | release-notes-3.6.rst | 12 * New :ref:`GNSS subsystem <gnss_api>` added, enabling geo-awareness in Zephyr applications. 13 * New API and drivers introduced for interfacing with :ref:`keyboard matrices <gpio-kbd>`. 16 * Integrated Trusted Firmware-M (TF-M) 2.0, including an update to Mbed TLS 3.5.2. 23 * Over 30 new supported boards, spanning all Zephyr-supported architectures. 37 * CVE-2023-5779 `Zephyr project bug tracker GHSA-7cmj-963q-jj47 38 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-7cmj-963q-jj47>`_ 40 * CVE-2023-6249 `Zephyr project bug tracker GHSA-32f5-3p9h-2rqc 41 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-32f5-3p9h-2rqc>`_ 43 * CVE-2023-6749 `Zephyr project bug tracker GHSA-757h-rw37-66hw 44 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-757h-rw37-66hw>`_ [all …]
|