/Zephyr-Core-2.7.6/dts/bindings/wifi/ |
D | inventek,eswifi.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: es-WiFi module 8 include: spi-device.yaml 11 resetn-gpios: 12 type: phandle-array 15 data-gpios: 16 type: phandle-array 19 wakeup-gpios: 20 type: phandle-array 23 boot0-gpios: [all …]
|
D | inventek,eswifi-uart.yaml | 3 # SPDX-License-Identifier: Apache-2.0 5 description: es-WiFi module (uart firmware interface) 7 compatible: "inventek,eswifi-uart" 9 include: uart-device.yaml 12 resetn-gpios: 13 type: phandle-array 16 wakeup-gpios: 17 type: phandle-array
|
/Zephyr-Core-2.7.6/boards/shields/inventek_eswifi/ |
D | inventek_eswifi_arduino_spi.overlay | 4 * SPDX-License-Identifier: Apache-2.0 11 cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; 16 spi-max-frequency = <2000000>; 20 data-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; 22 wakeup-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; 24 resetn-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH>; 26 boot0-gpios = <&arduino_header 11 GPIO_ACTIVE_HIGH>;
|
D | inventek_eswifi_arduino_uart.overlay | 4 * SPDX-License-Identifier: Apache-2.0 12 compatible = "inventek,eswifi-uart"; 15 wakeup-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; 17 resetn-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH>;
|
/Zephyr-Core-2.7.6/samples/boards/ti/cc13x2_cc26x2/system_off/src/ |
D | main.c | 5 * SPDX-License-Identifier: Apache-2.0 18 #define PORT DT_GPIO_LABEL(DT_ALIAS(sw0), gpios) 19 #define PIN DT_GPIO_PIN(DT_ALIAS(sw0), gpios) 20 #define PULL_UP DT_GPIO_FLAGS(DT_ALIAS(sw0), gpios) 38 /* Configure to generate PORT event (wakeup) on button 1 press. */ in main() 47 /* Set wakeup bits for button gpio */ in main() 52 printk("Busy-wait %u s\n", BUSY_WAIT_S); in main() 74 /* spin to avoid fall-off behavior */ in main()
|
/Zephyr-Core-2.7.6/boards/arm/stm32h747i_disco/ |
D | stm32h747i_disco.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 11 compatible = "gpio-leds"; 13 gpios = <&gpioi 12 GPIO_ACTIVE_HIGH>; 18 gpios = <&gpioi 13 GPIO_ACTIVE_HIGH>; 23 gpios = <&gpioi 14 GPIO_ACTIVE_HIGH>; 28 gpios = <&gpioi 15 GPIO_ACTIVE_HIGH>; 35 compatible = "gpio-keys"; 37 label = "Wakeup"; 38 gpios = <&gpioc 13 GPIO_ACTIVE_HIGH>; 43 gpios = <&gpiok 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; [all …]
|
/Zephyr-Core-2.7.6/boards/arm/lpcxpresso55s16/ |
D | pinmux.c | 3 * SPDX-License-Identifier: Apache-2.0 28 #if DT_PHA_HAS_CELL(DT_ALIAS(sw0), gpios, pin) in lpcxpresso_55s16_pinmux_init() 29 /* Wakeup button */ in lpcxpresso_55s16_pinmux_init() 37 pinmux_pin_set(port1, DT_GPIO_PIN(DT_ALIAS(sw0), gpios), sw0_config); in lpcxpresso_55s16_pinmux_init() 40 #if DT_PHA_HAS_CELL(DT_ALIAS(sw1), gpios, pin) in lpcxpresso_55s16_pinmux_init() 49 pinmux_pin_set(port1, DT_GPIO_PIN(DT_ALIAS(sw1), gpios), sw1_config); in lpcxpresso_55s16_pinmux_init() 52 #if DT_PHA_HAS_CELL(DT_ALIAS(sw2), gpios, pin) in lpcxpresso_55s16_pinmux_init() 61 pinmux_pin_set(port0, DT_GPIO_PIN(DT_ALIAS(sw2), gpios), sw2_config); in lpcxpresso_55s16_pinmux_init() 64 #if DT_PHA_HAS_CELL(DT_ALIAS(led0), gpios, pin) in lpcxpresso_55s16_pinmux_init() 73 pinmux_pin_set(port1, DT_GPIO_PIN(DT_ALIAS(led0), gpios), led0_config); in lpcxpresso_55s16_pinmux_init() [all …]
|
D | lpcxpresso55s16_common.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 11 zephyr,code-partition = &sramx; 13 zephyr,shell-uart = &flexcomm0; 24 usart-0 = &flexcomm0; 28 compatible = "gpio-leds"; 30 gpios = <&gpio1 4 0>; 34 gpios = <&gpio1 7 0>; 38 gpios = <&gpio1 6 0>; 44 compatible = "gpio-keys"; 46 label = "Wakeup button"; [all …]
|
/Zephyr-Core-2.7.6/boards/arm/b_l4s5i_iot01a/ |
D | b_l4s5i_iot01a.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/l4/stm32l4s5vitx-pinctrl.dtsi> 13 model = "STMicroelectronics B-L4S5I-IOT01A discovery kit"; 14 compatible = "st,b-l4s5i-iot01a"; 18 zephyr,shell-uart = &usart1; 24 compatible = "gpio-leds"; 26 gpios = <&gpioa 5 GPIO_ACTIVE_HIGH>; 30 gpios = <&gpiob 14 GPIO_ACTIVE_HIGH>; 36 compatible = "gpio-keys"; [all …]
|
/Zephyr-Core-2.7.6/samples/boards/nrf/system_off/src/ |
D | main.c | 4 * SPDX-License-Identifier: Apache-2.0 59 /* Configure to generate PORT event (wakeup) on button 1 press. */ in main() 60 nrf_gpio_cfg_input(DT_GPIO_PIN(DT_NODELABEL(button0), gpios), in main() 62 nrf_gpio_cfg_sense_set(DT_GPIO_PIN(DT_NODELABEL(button0), gpios), in main() 65 printk("Busy-wait %u s\n", BUSY_WAIT_S); in main() 68 printk("Busy-wait %u s with UART off\n", BUSY_WAIT_S); in main() 97 /* spin to avoid fall-off behavior */ in main()
|
/Zephyr-Core-2.7.6/boards/arm/disco_l475_iot1/ |
D | disco_l475_iot1.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/l4/stm32l475v(c-e-g)tx-pinctrl.dtsi> 13 model = "STMicroelectronics B-L475E-IOT01Ax board"; 14 compatible = "st,stm32l475-disco-iot"; 18 zephyr,shell-uart = &usart1; 21 zephyr,code-partition = &slot0_partition; 22 zephyr,flash-controller = &mx25r6435f; 26 compatible = "gpio-leds"; 28 gpios = <&gpioa 5 GPIO_ACTIVE_HIGH>; [all …]
|
/Zephyr-Core-2.7.6/tests/drivers/build_all/sensor/ |
D | spi.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 13 spi-max-frequency = <0>; 14 int1-gpios = <&test_gpio 0 0>; 21 spi-max-frequency = <0>; 22 int1-gpios = <&test_gpio 0 0>; 29 spi-max-frequency = <0>; 36 spi-max-frequency = <0>; 37 irq-gpios = <&test_gpio 0 0>; 38 reset-gpios = <&test_gpio 0 0>; 39 slptr-gpios = <&test_gpio 0 0>; [all …]
|
/Zephyr-Core-2.7.6/boards/arm/stm32373c_eval/doc/ |
D | index.rst | 8 …e STM32373C-EVAL evaluation board is designed as a complete demonstration and development platform… 10 …user evaluate all peripherals (USB FS, USART, audio DAC, microphone ADC, dot-matrix LCD, IrDA, LDR… 18 :alt: STM32373C-EVAL 20 More information about the board can be found at the `STM32373C-EVAL website`_. 25 STM32373C-EVAL provides the following hardware components: 27 - STM32F373VCT6 microcontroller 28 - Four 5 V power supply options: 29 - Power jack 30 - ST-LINK/V2 USB connector 31 - User USB connector [all …]
|
/Zephyr-Core-2.7.6/boards/arm/stm3210c_eval/doc/ |
D | index.rst | 8 The STM3210C-EVAL evaluation board is a complete development platform for STMicroelectronic's 9 ARM Cortex-M3 core-based STM32F107VCT microcontroller. 12 (USB-OTG FS, ethernet, motor control, CAN, microSD CardTM, smartcard, USART, 22 :alt: STM3210C-EVAL 24 More information about the board can be found at the `STM3210C-EVAL website`_. 29 STM3210C-EVAL provides the following hardware components: 31 - Three 5 V power supply options: 32 - Power jack 33 - USB connector 34 - daughterboard [all …]
|
/Zephyr-Core-2.7.6/boards/arm/nucleo_g0b1re/doc/ |
D | index.rst | 8 The Nucleo G0B1RE board features an ARM Cortex-M0+ based STM32G0B1RE MCU 12 - STM32 microcontroller in QFP64 package 13 - Board connectors: 15 - Arduino Uno V3 connectivity 16 - ST morpho extension pin headers for full access to all STM32 I/Os 18 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector 19 - Flexible board power supply: 21 - 5V_USB_STLK from ST-Link USB connector 22 - VIN (7 - 12V) from ARDUINO connector or ST morpho connector 23 - E5V from ST morpho connector [all …]
|
/Zephyr-Core-2.7.6/drivers/counter/ |
D | maxim_ds3231.c | 2 * Copyright (c) 2019-2020 Peter Bigot Consulting, LLC 4 * SPDX-License-Identifier: Apache-2.0 65 struct gpios { struct 75 struct gpios isw_gpios; argument 110 * such an operation, or when doing a no-notify synchronize 151 struct ds3231_data *data = dev->data; in sc_ctrl() 152 const struct ds3231_config *cfg = dev->config; in sc_ctrl() 153 struct register_map *rp = &data->registers; in sc_ctrl() 154 uint8_t ctrl = (rp->ctrl & ~clear) | set; in sc_ctrl() 157 if (rp->ctrl != ctrl) { in sc_ctrl() [all …]
|
/Zephyr-Core-2.7.6/subsys/usb/ |
D | usb_device.c | 56 * the standard device requests in table 9-3 from the universal serial bus 102 /* Linker-defined symbols bound the USB descriptor structs */ 140 /** Remote wakeup feature status */ 166 setup->bmRequestType, in usb_print_setup() 167 setup->bRequest, in usb_print_setup() 168 setup->wValue, in usb_print_setup() 169 setup->wIndex, in usb_print_setup() 170 setup->wLength); in usb_print_setup() 214 uint32_t type = setup->RequestType.type; in usb_handle_request() 251 usb_dev.data_buf_residue -= chunk; in usb_data_to_host() [all …]
|
/Zephyr-Core-2.7.6/doc/releases/ |
D | release-notes-2.7.rst | 19 * :github:`issuenumber` - issue title 21 * :github:`32145` - use ``k_thread_foreach_unlocked()`` with shell callbacks 22 * :github:`56604` - drivers: nrf: rtc: make uptime consistent for app booted from v3.x mcuboot 23 * :github:`25917` - bluetooth: fix deadlock with tx of acl data and hci commands 24 * :github:`47649` - bluetooth: release att notification buffer after reconnection 25 * :github:`43718` - bluetooth: bt_conn: ensure tx buffers can be allocated within timeout 26 * :github:`60707` - canbus: isotp: seal context buffer memory leaks 27 * :github:`60904` - drivers: spi_nor: make erase operation more opportunistic 28 * :github:`61451` - drivers: can: stm32: correct timing_max parameters 29 * :github:`61501` - canbus: isotp: convert SF length check from ``ASSERT`` to runtime check [all …]
|