Searched full:ext1 (Results 1 – 19 of 19) sorted by relevance
/Zephyr-latest/samples/subsys/llext/edk/ |
D | README.rst | 19 run in different contexts. Extensions ``ext1``, ``ext2`` and ``ext3`` run in 84 To build the extensions, in the ``ext1``, ``ext2``, ``ext3`` and ``kext1`` 119 [k-ext1]Waiting sem 121 [k-ext1]Waiting event 122 [app]Loading extension [ext1]. 123 [app]Thread 0x20a30 created to run extension [ext1], at userspace. 125 [ext1]Waiting event 130 [ext1]Got event, reading channel 131 [ext1]Read val: 0 132 [ext1]Waiting event [all …]
|
/Zephyr-latest/samples/subsys/llext/edk/k-ext1/src/ |
D | main.c | 26 printk("[k-ext1]Waiting event\n"); in tick_sub() 28 printk("[k-ext1]Got event, giving sem\n"); in tick_sub() 54 printk("[k-ext1]Waiting sem\n"); in start() 57 printk("[k-ext1]Got sem, reading channel\n"); in start() 59 printk("[k-ext1]Read val: %ld\n", l); in start()
|
/Zephyr-latest/samples/boards/espressif/deep_sleep/ |
D | README.rst | 4 Use deep sleep with wake on timer, GPIO, and EXT1 sources on ESP32. 20 2. ``EXT1``: External wake up 1 is tied to multiple RTC GPIOs. This example 37 However, when ``EXT1`` is also enabled, GPIO2 and GPIO4 should be pulled-down 42 The same connection logic used on ``EXT1`` should be applied when ``GPIO`` is 45 To enable or disable ``EXT1``, edit ``CONFIG_EXAMPLE_EXT1_WAKEUP`` on demo's 73 Enabling EXT1 wakeup on pins GPIO2, GPIO4
|
D | Kconfig | 12 GPIO4. The sample enables internal pull-down on EXT1 pins to
|
/Zephyr-latest/samples/subsys/llext/edk/ext1/src/ |
D | main.c | 24 printk("[ext1]Waiting event\n"); in start() 27 printk("[ext1]Got event, reading channel\n"); in start() 29 printk("[ext1]Read val: %ld\n", l); in start()
|
/Zephyr-latest/samples/subsys/llext/edk/ext1/ |
D | CMakeLists.txt | 9 project(ext1) project 35 add_custom_target(ext1 ALL DEPENDS ${PROJECT_BINARY_DIR}/ext1.llext) target
|
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/boards/ |
D | samd21_xpro.overlay | 10 out-gpios = <&portb 6 0>; /* EXT1.5 */ 11 in-gpios = <&portb 7 0>; /* EXT1.6 */
|
D | thingy52_nrf52832.overlay | 11 in-gpios = <&sx1509b 1 0>; /* EXT1 */
|
D | particle_xenon.overlay | 11 in-gpios = <&sx1509b 1 0>; /* EXT1 */
|
/Zephyr-latest/samples/subsys/llext/edk/app/src/ |
D | main.c | 21 # if __has_include("../../ext1/build/ext1.inc") 30 #include "../../ext1/build/ext1.inc" 40 #include "../../k-ext1/build/kext1.inc" 172 user_stack1, &user_heap1, "ext1", in main()
|
/Zephyr-latest/dts/bindings/gpio/ |
D | atmel-xplained-pro-header.yaml | 11 debugger connected should be called EXT7. PWR, EXT1, EXT2 and EXT3 are 16 * EXT1 is right angled at the top right hand side of the board, located 22 All MCU boards have to implement at least PWR, EXT1, EXT2 (on medium and
|
/Zephyr-latest/samples/boards/espressif/deep_sleep/src/ |
D | main.c | 81 printk("Enabling EXT1 wakeup on pins GPIO%d, GPIO%d\n", in main() 86 /* enable pull-down on ext1 pins to avoid random wake-ups */ in main()
|
/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/boards/ |
D | particle_xenon.overlay | 11 in-gpios = <&sx1509b 1 0>; /* EXT1 */
|
/Zephyr-latest/boards/atmel/sam/sam_v71_xult/ |
D | sam_v71_xult-common.dtsi | 112 <8 0 &pioa 3 0>, /* TWD0 EXT1 */ 113 <9 0 &pioa 4 0>, /* TWCK0 EXT1 */ 117 <13 0 &piod 21 0>, /* SPI0(MOSI) EXT1 */ 118 <14 0 &piod 20 0>, /* SPI0(MISO) EXT1 */ 119 <15 0 &piod 22 0>; /* SPI0(SCK) EXT1 */
|
/Zephyr-latest/boards/atmel/sam0/samd20_xpro/doc/ |
D | index.rst | 85 SERCOM4 is available on the EXT1 connector. 91 SERCOM0 is available on the EXT1 connector.
|
/Zephyr-latest/boards/atmel/sam0/saml21_xpro/doc/ |
D | index.rst | 119 - SERCOM4 115200 8n1 - connected to EXT1 133 - SERCOM0 - connected to EXT1
|
/Zephyr-latest/boards/atmel/sam0/samr21_xpro/ |
D | samr21_xpro.dts | 94 <8 0 &porta 16 0>, /* TWD1 EXT1 */ 95 <9 0 &porta 17 0>, /* TWCK1 EXT1 */
|
/Zephyr-latest/boards/atmel/sam0/samr34_xpro/doc/ |
D | index.rst | 148 - SERCOM5 - connected to EXT1 and EXT3
|
/Zephyr-latest/boards/olimex/stm32_h405/doc/ |
D | index.rst | 105 EXT1 header
|