Searched full:s3 (Results 1 – 25 of 105) sorted by relevance
12345
/Zephyr-latest/.github/workflows/ |
D | doc-publish.yml | 46 - name: Upload to AWS S3 56 aws s3 sync --quiet html-output/html s3://docs.zephyrproject.org/${VERSION} --delete 57 …aws s3 sync --quiet html-output/html/doxygen/html s3://docs.zephyrproject.org/apidoc/${VERSION} --… 59 …aws s3 sync --quiet api-coverage/coverage-report/ s3://docs.zephyrproject.org/api-coverage/${VERSI… 61 aws s3 cp --quiet pdf-output/zephyr.pdf s3://docs.zephyrproject.org/${VERSION}/zephyr.pdf
|
D | daily_test_version.yml | 35 - name: Upload to AWS S3 38 aws s3 cp versions.json s3://testing.zephyrproject.org/daily_tests/versions.json
|
D | bug_snapshot.yaml | 5 # using xz. Upload the xz file to Amazon S3. 50 - name: Upload to AWS S3 62 PUBLISH_UPLOAD_URI="s3://${PUBLISH_BUCKET}/${PUBLISH_ROOT}/${BUGS_PICKLE_FILENAME}" 65 aws s3 cp --quiet ${BUGS_PICKLE_PATH} ${PUBLISH_UPLOAD_URI}
|
D | doc-publish-pr.yml | 72 - name: Upload to AWS S3 77 aws s3 sync --quiet html-output/html \ 78 s3://builds.zephyrproject.org/${{ github.event.repository.name }}/pr/${PR_NUM}/docs \ 81 aws s3 sync --quiet api-coverage/coverage-report/ \ 82 … s3://builds.zephyrproject.org/${{ github.event.repository.name }}/pr/${PR_NUM}/api-coverage \
|
D | issue_count.yml | 54 …aws s3 cp --quiet IssuesReport.html s3://testing.zephyrproject.org/issues/$GITHUB_REPOSITORY/index…
|
/Zephyr-latest/boards/espressif/esp32s3_eye/doc/ |
D | index.rst | 6 The ESP32-S3-EYE is a small-sized AI development board produced by [Espressif](https://espressif.co… 7 It is based on the [ESP32-S3](https://www.espressif.com/en/products/socs/esp32-s3) SoC. 9 recognition and audio processing. ESP32-S3-EYE offers plenty of storage, with an 8 MB Octal PSRAM 15 The ESP32-S3-EYE board consists of two parts: the main board (ESP32-S3-EYE-MB) that integrates the 16 ESP32-S3-WROOM-1 module, camera, SD card slot, digital microphone, USB port, and function buttons; 17 and the sub board (ESP32-S3-EYE-SUB) that contains an LCD display. 23 The block diagram below presents main components of the ESP32-S3-EYE-MB main board (on the left) 24 and the ESP32-S3-EYE-SUB sub board (on the right), as well as the interconnections between 27 .. figure:: img/ESP32-S3-EYE_20210913_V03_SystemBlock.webp 29 :alt: ESP32-S3-EYE Block Diagram [all …]
|
/Zephyr-latest/drivers/fpga/ |
D | Kconfig.eos_s3 | 1 # FPGA EOS S3 driver configuration options 7 bool "EOS S3 fpga driver" 9 Enable EOS S3 FPGA driver.
|
/Zephyr-latest/dts/bindings/gpio/ |
D | quicklogic,eos-s3-gpio.yaml | 1 description: EOS S3 GPIO node 3 compatible: "quicklogic,eos-s3-gpio" 19 a primary(0) or a secondary(1) pin. EOS S3 supports up to 8 GPIOs
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | quicklogic,eos-s3-pinctrl.yaml | 5 Quicklogic EOS S3 IO MUX binding covers the 46 IOMUX_PAD_x_CTRL registers 13 #include <dt-bindings/pinctrl/quicklogic-eos-s3-pinctrl.h> 26 compatible: "quicklogic,eos-s3-pinctrl" 54 Quicklogic EOS S3 pin's configuration (pin, IO function).
|
/Zephyr-latest/boards/waveshare/esp32s3_touch_lcd_1_28/doc/ |
D | index.rst | 6 The ESP32-S3-Touch-LCD-1.28 is an ESP32S3 development board from Waveshare with a round LCD, 13 ESP32-S3 is a low-power MCU-based system on a chip (SoC) with integrated 2.4 GHz Wi-Fi 18 ESP32-S3-Touch-LCD-1.28 includes the following features: 50 ESP32-S3 allows 2 different applications to be executed in ESP32-S3 SoC. Due to its dual-core 54 For more information, check the datasheet at `ESP32-S3 Datasheet`_ or the technical reference 55 manual at `ESP32-S3 Technical Reference Manual`_. 60 Current Zephyr's ESP32-S3-Touch-LCD-1.28 board supports the following features: 124 .. _ESP32-S3-Touch-LCD-1.28 Waveshare Wiki: https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-1.28 125 .. _ESP32-S3 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini-1… 126 .. _ESP32-S3 Technical Reference Manual: https://www.espressif.com/sites/default/files/documentatio…
|
/Zephyr-latest/drivers/pinctrl/ |
D | Kconfig.eos_s3 | 5 bool "QuickLogic EOS S3 SoC pinctrl driver" 9 Enable driver for the QuickLogic EOS S3 SoC pinctrl driver
|
/Zephyr-latest/boards/espressif/esp32s3_devkitc/doc/ |
D | index.rst | 6 The ESP32-S3-DevKitC is an entry-level development board equipped with either ESP32-S3-WROOM-1 7 or ESP32-S3-WROOM-1U, a module named for its small size. This board integrates complete Wi-Fi 8 and Bluetooth Low Energy functions. For more information, check `ESP32-S3-DevKitC`_. 13 ESP32-S3 is a low-power MCU-based system on a chip (SoC) with integrated 2.4 GHz Wi-Fi 18 ESP32-S3-DevKitC includes the following features: 74 ESP32S3-DevKitC allows 2 different applications to be executed in ESP32-S3 SoC. Due to its dual-core 78 For more information, check the datasheet at `ESP32-S3 Datasheet`_ or the technical reference 79 manual at `ESP32-S3 Technical Reference Manual`_. 84 Current Zephyr's ESP32-S3-DevKitC board supports the following features: 171 bootstrap the board with the ESP32-S3 SoC. [all …]
|
/Zephyr-latest/boards/espressif/esp32s3_devkitm/doc/ |
D | index.rst | 6 The ESP32-S3-DevKitM is an entry-level development board equipped with either ESP32-S3-MINI-1 7 or ESP32-S3-MINI-1U, a module named for its small size. This board integrates complete Wi-Fi 8 and Bluetooth Low Energy functions. For more information, check `ESP32-S3-DevKitM User Guide`_. 13 ESP32-S3 is a low-power MCU-based system on a chip (SoC) with integrated 2.4 GHz Wi-Fi 18 ESP32-S3-DevKitM includes the following features: 74 ESP32S3-DevKitM allows 2 different applications to be executed in ESP32-S3 SoC. Due to its dual-core 78 For more information, check the datasheet at `ESP32-S3 Datasheet`_ or the technical reference 79 manual at `ESP32-S3 Technical Reference Manual`_. 84 Current Zephyr's ESP32-S3-DevKitM board supports the following features: 256 ESP32-S3 support on OpenOCD is available at `OpenOCD ESP32`_. [all …]
|
/Zephyr-latest/boards/waveshare/esp32s3_touch_lcd_1_28/ |
D | esp32s3_touch_lcd_1_28_esp32s3_appcpu.dts | 11 model = "ESP32-S3-Touch-LCD-1.28 APPCPU"; 12 compatible = "waveshare,esp32-s3-touch-lcd-1.28";
|
D | board.yml | 3 full_name: ESP32-S3-Touch-LCD-1.28
|
/Zephyr-latest/boards/lilygo/ttgo_t8s3/doc/ |
D | index.rst | 6 Lilygo TTGO T8-S3 is an IoT mini development board based on the 7 Espressif ESP32-S3 WiFi/Bluetooth dual-mode chip. 11 - ESP32-S3 chip (240MHz dual core, Bluetooth LE, Wi-Fi) 20 This board is based on the ESP32-S3 with 16MB of flash, WiFi and BLE support. It 67 Before powering up your Lilygo TTGO T8-S3, please make sure that the board is in good 192 The default baud rate for the Lilygo TTGO T8-S3 is set to 1500000bps. If experiencing issues when f… 213 The following code samples will run out of the box on the TTGO T8-S3 board: 224 .. _`Lilygo TTGO T8-S3 schematic`: https://github.com/Xinyuan-LilyGO/T8-S3/blob/main/schematic/T8_S… 226 .. _`ESP32-S3 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini… 227 .. _`ESP32-S3 Technical Reference Manual`: https://www.espressif.com/sites/default/files/documentat… [all …]
|
/Zephyr-latest/scripts/coccinelle/ |
D | deref_null.cocci | 56 statement S1,S2,S3,S4; 89 else S3 117 statement S1,S2,S3,S4; 149 else S3 177 statement S1,S2,S3,S4; 210 else S3 250 statement S1,S2,S3,S4; 282 else S3
|
/Zephyr-latest/dts/bindings/clock/ |
D | espressif,esp32-rtc.yaml | 19 - 0: ESP32_RTC_FAST_CLK_SRC_XTAL_D2 - Main XTAL divided by 2 (C3/S3) 31 - 0: ESP32_RTC_SLOW_CLK_SRC_RC_SLOW - 136 KHz (C3/S3) - 90 kHz (S2) - 150 kHz (ESP32)
|
/Zephyr-latest/boards/luatos/esp32s3_luatos_core/doc/ |
D | index.rst | 9 The ESP32S3-Luatos-Core development board is a compact board based on Espressif ESP32-S3. 20 ESP32-S3 is a low-power MCU-based system on a chip (SoC) with integrated 2.4 GHz Wi-Fi 78 For more information, check the datasheet at `ESP32-S3 Datasheet`_ or the technical reference 79 manual at `ESP32-S3 Technical Reference Manual`_. 265 ESP32-S3 support on OpenOCD is available at `OpenOCD ESP32`_. 267 ESP32-S3 has a built-in JTAG circuitry and can be debugged without any additional chip. Only an USB… 269 Further documentation can be obtained from the SoC vendor in `JTAG debugging for ESP32-S3`_. 292 .. _`ESP32-S3 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini… 293 .. _`ESP32-S3 Technical Reference Manual`: https://www.espressif.com/sites/default/files/documentat… 294 .. _`JTAG debugging for ESP32-S3`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/ap…
|
/Zephyr-latest/boards/lilygo/ttgo_t8s3/ |
D | board.yml | 3 full_name: TTGO T8-S3
|
/Zephyr-latest/boards/espressif/esp32s3_devkitc/ |
D | board.yml | 3 full_name: ESP32-S3-DevKitC
|
/Zephyr-latest/boards/espressif/esp32s3_eye/ |
D | board.yml | 3 full_name: ESP32-S3-EYE
|
/Zephyr-latest/boards/espressif/esp32s3_devkitm/ |
D | board.yml | 3 full_name: ESP32-S3-DevKitM
|
/Zephyr-latest/samples/boards/quicklogic/qomu/ |
D | README.rst | 6 This sample demonstrates how to load bitstream on EOS-S3 FPGA and use the 12 * `QuickLogic Qomu board <https://www.quicklogic.com/products/eos-s3/quickfeather-development-kit/>…
|
/Zephyr-latest/boards/adafruit/qt_py_esp32s3/ |
D | board.yml | 3 full_name: QT Py ESP32-S3
|
12345