Home
last modified time | relevance | path

Searched refs:C3 (Results 1 – 25 of 34) sorted by relevance

12

/Zephyr-latest/boards/lilygo/ttgo_t8c3/doc/
Dindex.rst6 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/
Dbase64.c64 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/
Dindex.rst6 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/
Dindex.rst6 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/
Dindex.rst6 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/
Dindex.rst6 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/
Dindex.rst13 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/
DKconfig.stamp_c31 # M5Stack STAMP-C3 board configuration
Dstamp_c3.dts15 model = "M5Stack STAMP-C3";
/Zephyr-latest/boards/01space/esp32c3_042_oled/doc/
Dindex.rst6 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/
Desp32c3.overlay9 /* On ESP32-C3, only GPIO0~5 can be used
/Zephyr-latest/boards/m5stack/stamp_c3/doc/
Dindex.rst6 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/
Dindex.rst13 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/
DREADME.rst15 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/
DKconfig26 ESP32-C3 revision v1.1 has updated ROM functions for Wi-Fi and BLE that
DKconfig.mac24 …Note that ESP32-C3 has no integrated Ethernet MAC. Although it's possible to use the esp_read_mac()
Dmcuboot.ld102 /* C3 memprot requires 512 B alignment for split lines */
Ddefault.ld84 * 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/
Dttgo_t8c3.dts14 model = "Lilygo TTGO T8-C3";
/Zephyr-latest/boards/seeed/xiao_esp32c3/doc/
Dindex.rst7 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/
DREADME.rst23 3. ``GPIO``: Only supported by some Espressif SoCs, in the case of ESP32-C3
/Zephyr-latest/boards/luatos/esp32c3_luatos_core/doc/
Dindex.rst9 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/
Dtrap_table_mvt.S184 SOFT_TRAP; SOFT_TRAP; SOFT_TRAP; SOFT_TRAP; ! C0 - C3
/Zephyr-latest/samples/tfm_integration/psa_crypto/
DREADME.rst285 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/
Dindex.rst190 | C3 | gpio[18] | uart2_txd | spi1_miso | i2c2_scl | gpio[18] |

12