Searched +full:esp32 +full:- +full:s3 (Results 1 – 23 of 23) sorted by relevance
/Zephyr-Core-3.6.0/boards/xtensa/esp32s3_devkitm/doc/ |
D | index.rst | 3 ESP32S3-DevKitM 9 The ESP32-S3-DevKitM is an entry-level development board equipped with either ESP32-S3-MINI-1 10 or ESP32-S3-MINI-1U, a module named for its small size. This board integrates complete Wi-Fi 11 and Bluetooth Low Energy functions. For more information, check `ESP32-S3 DevKitM`_ 16 ESP32-S3 is a low-power MCU-based system on a chip (SoC) with integrated 2.4 GHz Wi-Fi 17 and Bluetooth® Low Energy (Bluetooth LE). It consists of high-performance dual-core microprocessor 18 (Xtensa® 32-bit LX7), a low power coprocessor, a Wi-Fi baseband, a Bluetooth LE baseband, 21 ESP32-S3 DevKitM includes the following features: 23 - Dual core 32-bit Xtensa Microprocessor (Tensilica LX7), running up to 240MHz 24 - Additional vector instructions support for AI acceleration [all …]
|
/Zephyr-Core-3.6.0/dts/bindings/sensor/ |
D | espressif,esp32-temp.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: ESP32 family temperature sensor node 6 compatible: "espressif,esp32-temp" 8 include: sensor-device.yaml 14 The temperature sensor is available on the ESP32-S2, ESP32-S3, ESP32-C3. 15 Note that it is unavailable on the ESP32 due to missing offset calibration. 20 - 0 # measure range: 50°C ~ 125°C, error < 3°C 21 - 1 # measure range: 20°C ~ 100°C, error < 2°C 22 - 2 # measure range:-10°C ~ 80°C, error < 1°C 23 - 3 # measure range:-30°C ~ 50°C, error < 2°C [all …]
|
D | espressif,esp32-pcnt.yaml | 2 # SPDX-License-Identifier: Apache-2.0 11 The ESP32's PCNT module has 8 independent counting “units” numbered from 0 to 7. 14 Each pulse counter unit has a 16-bit signed counter register. 29 Example: Use PCNT to read a rotary-enconder 38 bias-pull-up; 43 Note: Check espressif,esp32-pinctrl.yaml for complete documentation regarding pinctrl. 48 pinctrl-0 = <&pcnt_default>; 49 pinctrl-names = "default"; 51 #address-cells = <1>; 52 #size-cells = <0>; [all …]
|
/Zephyr-Core-3.6.0/dts/bindings/adc/ |
D | espressif,esp32-adc.yaml | 3 # SPDX-License-Identifier: Apache-2.0 6 Espressif ESP32 ADC 8 - ESP32 < 9,10,11,12 > 9 - ESP32-S2 < 12 > 10 - ESP32-C3 < 12 > 11 - ESP32-S3 < 12 > 12 For chips with configurable resolution feature (ESP32), 17 which corresponds to the ESP32 ADC attenuation feature. 19 ESP32,attenuation ~ zephyr,gain 20 ----------------- ----------- [all …]
|
/Zephyr-Core-3.6.0/boards/xtensa/esp32s3_luatos_core/doc/ |
D | index.rst | 3 ESP32S3-Luatos-Core 9 The ESP32S3-LUATOS-CORE development board is a compact board based on Espressif ESP32-S3. 10 The board comes equipped with a 2.4GHz antenna and supports both Wi-Fi and Bluetooth functionalitie… 11 For more information, check `ESP32S3-LUATOS-CORE`_ (chinese) 20 ESP32-S3 is a low-power MCU-based system on a chip (SoC) with integrated 2.4 GHz Wi-Fi 21 and Bluetooth® Low Energy (Bluetooth LE). It consists of high-performance dual-core microprocessor 22 (Xtensa® 32-bit LX7), a low power coprocessor, a Wi-Fi baseband, a Bluetooth LE baseband, 25 ESP32S3-LUATOS-CORE includes the following features: 27 - Dual core 32-bit Xtensa Microprocessor (Tensilica LX7), running up to 240MHz 28 - Additional vector instructions support for AI acceleration [all …]
|
/Zephyr-Core-3.6.0/boards/xtensa/xiao_esp32s3/doc/ |
D | index.rst | 10 Espressif ESP32-S3 WiFi/Bluetooth dual-mode chip. 23 This board is based on the ESP32-S3 with 8MB of flash, WiFi and BLE support. It 24 has an USB-C port for programming and debugging, integrated battery charging 28 ESP32-S3 is a low-power MCU-based system on a chip (SoC) with integrated 2.4 GHz Wi-Fi 29 and Bluetooth® Low Energy (Bluetooth LE). It consists of high-performance dual-core microprocessor 30 (Xtensa® 32-bit LX7), a low power coprocessor, a Wi-Fi baseband, a Bluetooth LE baseband, 38 +------------+------------+-------------------------------------+ 41 +------------+------------+-------------------------------------+ 42 | UART | on-chip | serial port | 43 +------------+------------+-------------------------------------+ [all …]
|
/Zephyr-Core-3.6.0/boards/xtensa/esp32s3_luatos_core/support/ |
D | openocd.cfg | 6 # Source the ESP32-S3 configuration file
|
/Zephyr-Core-3.6.0/boards/xtensa/heltec_wireless_stick_lite_v3/support/ |
D | openocd.cfg | 6 # Source the ESP32-S3 configuration file
|
/Zephyr-Core-3.6.0/boards/xtensa/esp32s3_devkitm/support/ |
D | openocd.cfg | 6 # Source the ESP32-S3 configuration file
|
/Zephyr-Core-3.6.0/boards/xtensa/xiao_esp32s3/support/ |
D | openocd.cfg | 6 # Source the ESP32-S3 configuration file
|
/Zephyr-Core-3.6.0/boards/xtensa/esp32s3_luatos_core/ |
D | esp32s3_luatos_core.yaml | 2 name: ESP32-S3 Core 6 - zephyr 8 - gpio 9 - uart 10 - i2c 11 - spi 12 - can 13 - counter 14 - watchdog 15 - entropy [all …]
|
D | esp32s3_luatos_core_usb.yaml | 2 name: ESP32-S3 Core USB 6 - zephyr 8 - gpio 9 - uart 10 - i2c 11 - spi 12 - can 13 - counter 14 - watchdog 15 - entropy [all …]
|
/Zephyr-Core-3.6.0/boards/xtensa/esp32s3_devkitm/ |
D | esp32s3_devkitm.yaml | 2 name: ESP32-S3 DevKitM 6 - zephyr 8 - gpio 9 - uart 10 - i2c 11 - spi 12 - can 13 - counter 14 - watchdog 15 - entropy [all …]
|
/Zephyr-Core-3.6.0/dts/bindings/dma/ |
D | espressif,esp32-gdma.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 peripheral-to-memory, memory-to-peripheral, and memory-to-memory 11 The GDMA controller in ESP32-C3 has six independent channels, 24 The GDMA controller in ESP32-S3 has ten independent channels, 40 compatible: "espressif,esp32-gdma" 42 include: dma-controller.yaml 45 "#dma-cells": 48 dma-cells: 49 - channel
|
/Zephyr-Core-3.6.0/soc/xtensa/espressif_esp32/esp32s3/ |
D | Kconfig.series | 2 # SPDX-License-Identifier: Apache-2.0 5 bool "ESP32-S3 Series"
|
D | Kconfig.soc | 2 # SPDX-License-Identifier: Apache-2.0 15 prompt "ESP32-S3 SOC Selection" 105 - 150000 Hz if internal RC oscillator is used as clock source. For this use value 1024. 106 - 32768 Hz if the 32k crystal oscillator is used. For this use value 3000 or more. 124 When using the default (Espressif-assigned) base MAC address, either setting can be used. 303 bool "Power down MAC and baseband of Wi-Fi and Bluetooth when PHY is disabled" 307 If enabled, the MAC and baseband of Wi-Fi and Bluetooth will be powered
|
D | default.ld | 3 * SPDX-License-Identifier: Apache-2.0 15 #include <zephyr/linker/linker-defs.h> 16 #include <zephyr/linker/linker-tool.h> 23 #define I_D_SRAM_OFFSET (SRAM_DIRAM_I_START - SRAM_DRAM_START) 26 #define SRAM_DRAM_END (SRAM_IRAM_END - I_D_SRAM_OFFSET) 27 #define I_D_SRAM_SIZE (SRAM_DRAM_END - SRAM_DRAM_START) 31 #define SRAM_IRAM_SIZE (I_D_SRAM_SIZE + ICACHE_SIZE - CONFIG_ESP32S3_INSTRUCTION_CACHE_SIZE) 44 #define EXT_RAM_ORG (0x3E000000 - CONFIG_ESP_SPIRAM_SIZE) 54 #define IROM_SEG_LEN FLASH_SIZE-0x20 79 ROM (RX): org = 0x40, len = FLASH_SIZE - 0x40 [all …]
|
/Zephyr-Core-3.6.0/drivers/pwm/ |
D | pwm_led_esp32.c | 5 * SPDX-License-Identifier: Apache-2.0 10 /* Include esp-idf headers first to avoid redefining BIT() macro */ 53 (struct pwm_ledc_esp32_config *) dev->config; in get_channel_config() 55 for (uint8_t i = 0; i < config->channel_len; i++) { in get_channel_config() 56 if (config->channel_config[i].idx == channel_id) { in get_channel_config() 57 return &config->channel_config[i]; in get_channel_config() 66 struct pwm_ledc_esp32_data *data = (struct pwm_ledc_esp32_data *const)(dev)->data; in pwm_led_esp32_low_speed_update() 69 ledc_hal_ls_channel_update(&data->hal, channel); in pwm_led_esp32_low_speed_update() 75 struct pwm_ledc_esp32_data *data = (struct pwm_ledc_esp32_data *const)(dev)->data; in pwm_led_esp32_update_duty() 77 ledc_hal_set_sig_out_en(&data->hal, channel, true); in pwm_led_esp32_update_duty() [all …]
|
/Zephyr-Core-3.6.0/boards/xtensa/heltec_wireless_stick_lite_v3/doc/ |
D | index.rst | 9 HelTec Wireless Stick Lite (V3) is a development board with Wi-Fi, Bluetooth and LoRa support. It i… 23 - ESP32-S3FN8 low-power MCU-based SoC (dual-core Xtensa® 32-bit LX7 microprocessor, five stage pipe… 24 - Semtech SX1262 LoRa node chip 25 - Type-C USB interface with a complete voltage regulator, ESD protection, short circuit protection,… 26 - Onboard SH1.25-2 battery interface, integrated lithium battery management system (charge and disc… 27 - Integrated WiFi and Bluetooth interfaces with 2.4GHz metal spring antenna and reserved IPEX (U.FL… 28 - Integrated CP2102 USB to serial port chip, convenient for program downloading, debugging informat… 29 - Good RF circuit design and low-power design. 33 - LoRa via SPI 34 - UART0 (USB Serial via CP2102) [all …]
|
/Zephyr-Core-3.6.0/doc/releases/ |
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 …]
|
D | release-notes-2.3.rst | 18 with future support for features like 64-bit and absolute timeouts in mind 21 * Zephyr now integrates with the TF-M (Trusted Firmware M) PSA-compliant 24 * The CMSIS-DSP library is now included and integrated 33 * CVE-2020-10022: UpdateHub Module Copies a Variable-Sized Hash String 34 into a fixed-size array. 35 * CVE-2020-10059: UpdateHub Module Explicitly Disables TLS 37 * CVE-2020-10061: Improper handling of the full-buffer case in the 39 * CVE-2020-10062: Packet length decoding error in MQTT 40 * CVE-2020-10063: Remote Denial of Service in CoAP Option Parsing Due 42 * CVE-2020-10068: In the Zephyr project Bluetooth subsystem, certain [all …]
|
D | release-notes-3.5.rst | 38 * CVE-2023-3725 `Zephyr project bug tracker GHSA-2g3m-p6c7-8rr3 39 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2g3m-p6c7-8rr3>`_ 41 * CVE-2023-4257 `Zephyr project bug tracker GHSA-853q-q69w-gf5j 42 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-853q-q69w-gf5j>`_ 44 * CVE-2023-4258 `Zephyr project bug tracker GHSA-m34c-cp63-rwh7 45 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-m34c-cp63-rwh7>`_ 47 * CVE-2023-4259 `Zephyr project bug tracker GHSA-gghm-c696-f4j4 48 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gghm-c696-f4j4>`_ 50 * CVE-2023-4260 `Zephyr project bug tracker GHSA-gj27-862r-55wh 51 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gj27-862r-55wh>`_ [all …]
|
D | release-notes-2.4.rst | 33 * CVE-2020-10060: UpdateHub Might Dereference An Uninitialized Pointer 34 * CVE-2020-10064: Improper Input Frame Validation in ieee802154 Processing 35 * CVE-2020-10066: Incorrect Error Handling in Bluetooth HCI core 36 * CVE-2020-10072: all threads can access all socket file descriptors 37 * CVE-2020-13598: FS: Buffer Overflow when enabling Long File Names in FAT_FS and calling fs_stat 38 * CVE-2020-13599: Security problem with settings and littlefs 39 * CVE-2020-13601: Under embargo until 2020/11/18 40 * CVE-2020-13602: Remote Denial of Service in LwM2M do_write_op_tlv 50 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_. 62 * The :c:func:`wdt_feed` function will now return ``-EAGAIN`` if [all …]
|