/Zephyr-latest/boards/lilygo/ttgo_t8c3/doc/ |
D | index.rst | 6 Lilygo TTGO T8-C3 is an IoT mini development board based on the 7 Espressif ESP32-C3 WiFi/Bluetooth dual-mode chip. 11 - ESP32-C3 chip (160MHz single core, 400KB SRAM, Wi-Fi) 19 This board is based on the ESP32-C3 with 4MB of flash, WiFi and BLE support. It 54 Before powering up your Lilygo TTGO T8-C3, please make sure that the board is in good 111 bootstrap the board with the ESP32-C3 SoC. 123 By default, the ESP32-C3 sysbuild creates bootloader (MCUboot) and application 178 The default baud rate for the Lilygo TTGO T8-C3 is set to 1500000bps. If experiencing issues when f… 199 The following samples will run out of the box on the TTGO T8-C3 board. 220 .. _`Lilygo TTGO T8-C3 schematic`: https://github.com/Xinyuan-LilyGO/T8-C3/blob/main/Schematic/T8-C… [all …]
|
/Zephyr-latest/lib/utils/ |
D | base64.c | 64 int C1, C2, C3; in base64_encode() local 91 C3 = *src++; in base64_encode() 95 *p++ = base64_enc_map[(((C2 & 15) << 2) + (C3 >> 6)) & 0x3F]; in base64_encode() 96 *p++ = base64_enc_map[C3 & 0x3F]; in base64_encode()
|
/Zephyr-latest/boards/espressif/esp32c3_devkitc/doc/ |
D | index.rst | 6 ESP32-C3-DevKitC-02 is an entry-level development board based on ESP32-C3-WROOM-02, 8 For more information, check `ESP32-C3-DevKitC`_. 13 ESP32-C3 is a single-core Wi-Fi and Bluetooth 5 (LE) microcontroller SoC, 39 For more information, check the datasheet at `ESP32-C3 Datasheet`_ or the technical reference 40 manual at `ESP32-C3 Technical Reference Manual`_. 45 Current Zephyr's ESP32-C3-DevKitC board supports the following features: 220 As with much custom hardware, the ESP32-C3 modules require patches to 248 .. _`ESP32-C3-DevKitC`: https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32c3/esp32-c3… 249 .. _`ESP32-C3 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-c3_data… 250 .. _`ESP32-C3 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/…
|
/Zephyr-latest/boards/espressif/esp32c3_devkitm/doc/ |
D | index.rst | 6 ESP32-C3-DevKitM is an entry-level development board based on ESP32-C3-MINI-1, 8 For more information, check `ESP32-C3-DevKitM`_. 13 ESP32-C3 is a single-core Wi-Fi and Bluetooth 5 (LE) microcontroller SoC, 39 For more information, check the datasheet at `ESP32-C3 Datasheet`_ or the technical reference 40 manual at `ESP32-C3 Technical Reference Manual`_. 45 Current Zephyr's ESP32-C3-Devkitm board supports the following features: 220 As with much custom hardware, the ESP32-C3 modules require patches to 248 .. _`ESP32-C3-DevKitM`: https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/hw-reference/… 249 .. _`ESP32-C3 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-c3_data… 250 .. _`ESP32-C3 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/…
|
/Zephyr-latest/boards/others/esp32c3_supermini/doc/ |
D | index.rst | 6 ESP32-C3-SUPERMINI is based on the ESP32-C3, a single-core Wi-Fi and Bluetooth 5 (LE) microcontroll… 8 …information a reasonbly well documented version of this board can be found at `ESP32-C3-SUPERMINI`_ 37 For more information on the ESP32-C3 SOC, check the datasheet at `ESP32-C3 Datasheet`_ or the techn… 38 manual at `ESP32-C3 Technical Reference Manual`_. 218 As with much custom hardware, the ESP32-C3 modules require patches to 246 .. _`ESP32-C3-SUPERMINI`: https://www.nologo.tech/product/esp32/esp32c3SuperMini/esp32C3SuperMini.h… 247 .. _`ESP32-C3 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-c3_data… 248 .. _`ESP32-C3 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/…
|
/Zephyr-latest/boards/espressif/esp32c3_rust/doc/ |
D | index.rst | 6 ESP32-C3-DevKit-RUST is based on the ESP32-C3, a single-core Wi-Fi and Bluetooth 5 (LE) microcontro… 7 based on the open-source RISC-V architecture. This special board also includes the ESP32-C3-MINI-1 … 10 For more information, check `ESP32-C3-DevKit-RUST`_. 39 For more information, check the datasheet at `ESP32-C3 Datasheet`_ or the technical reference 40 manual at `ESP32-C3 Technical Reference Manual`_. 45 Current Zephyr's ESP32-C3-DevKit-RUST board supports the following features: 265 As with much custom hardware, the ESP32-C3 modules require patches to 293 .. _`ESP32-C3-DevKit-RUST`: https://github.com/esp-rs/esp-rust-board/tree/v1.2 294 .. _`ESP32-C3 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-c3_data… 295 .. _`ESP32-C3 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/…
|
/Zephyr-latest/boards/others/icev_wireless/doc/ |
D | index.rst | 13 This board combines an Espressif ESP32-C3-MINI-1 (which includes 4MB of flash in the module) with a 18 For details on ESP32-C3 hardware please refer to the following resources: 20 * `ESP32-C3-MINI-1 Datasheet`_ 21 * `ESP32-C3 Datasheet`_ 22 * `ESP32-C3 Technical Reference Manual`_ 61 The ICE-V Wireless provides 1 row of reference, ESP32-C3, and iCE40 signals 86 Programming and debugging for the ICE-V Wireless ESP32-C3 target is 243 .. _ESP32-C3-MINI-1 Datasheet: 246 .. _ESP32-C3 Datasheet: 249 .. _ESP32-C3 Technical Reference Manual:
|
/Zephyr-latest/boards/m5stack/stamp_c3/ |
D | Kconfig.stamp_c3 | 1 # M5Stack STAMP-C3 board configuration
|
D | stamp_c3.dts | 15 model = "M5Stack STAMP-C3";
|
/Zephyr-latest/boards/01space/esp32c3_042_oled/doc/ |
D | index.rst | 6 ESP32C3 0.42 OLED is a mini development board based on the `Espressif ESP32-C3`_ 14 This board is based on the ESP32-C3-FH4 with WiFi and BLE support. 31 The ESP32-C3 does not have native USB, it has an on-chip USB-serial converter 162 .. _`Espressif ESP32-C3`: https://www.espressif.com/en/products/socs/esp32-c3 163 .. _`01space ESP32C3 0.42 OLED`: https://github.com/01Space/ESP32-C3-0.42LCD
|
/Zephyr-latest/samples/boards/espressif/deep_sleep/socs/ |
D | esp32c3.overlay | 9 /* On ESP32-C3, only GPIO0~5 can be used
|
/Zephyr-latest/boards/m5stack/stamp_c3/doc/ |
D | index.rst | 6 STAMP-C3 featuring ESPRESSIF ESP32-C3 RISC-V MCU with Wi-Fi connectivity 9 For more details see the `M5Stack STAMP-C3`_ page. 14 The STAMP-C3 board configuration supports the following hardware features: 203 .. _`M5Stack STAMP-C3`: https://docs.m5stack.com/en/core/stamp_c3
|
/Zephyr-latest/boards/we/orthosie1ev/doc/ |
D | index.rst | 13 ESP32-C3 is a single-core Wi-Fi and Bluetooth 5 (LE) microcontroller SoC, 39 For more information, check the datasheet at `ESP32-C3 Datasheet`_ or the technical reference 40 manual at `ESP32-C3 Technical Reference Manual`_. 220 As with much custom hardware, the ESP32-C3 modules require patches to 249 .. _`ESP32-C3 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp32-c3_data… 250 .. _`ESP32-C3 Technical Reference Manual`: https://espressif.com/sites/default/files/documentation/…
|
/Zephyr-latest/samples/boards/espressif/xt_wdt/ |
D | README.rst | 15 ESP32_RTC_SLOW_CLK_SRC_XTAL32K to ESP32_RTC_SLOW_CLK_SRC_RC_SLOW (136 KHz for C3 and S3 / 23 * ESP32-C3
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | Kconfig | 26 ESP32-C3 revision v1.1 has updated ROM functions for Wi-Fi and BLE that
|
D | Kconfig.mac | 24 …Note that ESP32-C3 has no integrated Ethernet MAC. Although it's possible to use the esp_read_mac()
|
D | mcuboot.ld | 102 /* C3 memprot requires 512 B alignment for split lines */
|
D | default.ld | 84 * As C3 only has RTC fast memory, this is not configurable like 413 /* C3 memprot requires 512 B alignment for split lines */
|
/Zephyr-latest/boards/lilygo/ttgo_t8c3/ |
D | ttgo_t8c3.dts | 14 model = "Lilygo TTGO T8-C3";
|
/Zephyr-latest/boards/seeed/xiao_esp32c3/doc/ |
D | index.rst | 7 Espressif ESP32-C3 WiFi/Bluetooth dual-mode chip. 14 This board is based on the ESP32-C3 with 4MB of flash, WiFi and BLE support. It
|
/Zephyr-latest/samples/boards/espressif/deep_sleep/ |
D | README.rst | 23 3. ``GPIO``: Only supported by some Espressif SoCs, in the case of ESP32-C3
|
/Zephyr-latest/boards/luatos/esp32c3_luatos_core/doc/ |
D | index.rst | 9 ESP32-C3 is a single-core Wi-Fi and Bluetooth 5 (LE) microcontroller SoC, 231 As with much custom hardware, the ESP32-C3 modules require patches to
|
/Zephyr-latest/arch/sparc/core/ |
D | trap_table_mvt.S | 184 SOFT_TRAP; SOFT_TRAP; SOFT_TRAP; SOFT_TRAP; ! C0 - C3
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/ |
D | README.rst | 285 00000100 56 5D A2 6A DF 34 C3 29 48 9A DC 38 06 66 53 48 V].j.4.)H..8.fSH
|
/Zephyr-latest/boards/snps/hsdk/doc/ |
D | index.rst | 190 | C3 | gpio[18] | uart2_txd | spi1_miso | i2c2_scl | gpio[18] |
|