Lines Matching +full:user +full:- +full:files

6 The ESP8684-DevKitM is an entry-level development board based on ESP8684-MINI-1, a general-purpose
7 module with 1 MB/2 MB/4 MB SPI flash. This board integrates complete Wi-Fi and Bluetooth LE functio…
8 For more information, check `ESP8684-DevKitM User Guide`_
13 ESP32-C2 (ESP8684 core) is a low-cost, Wi-Fi 4 & Bluetooth 5 (LE) chip. Its unique design
14 makes the chip smaller and yet more powerful than ESP8266. ESP32-C2 is built around a RISC-V
15 32-bit, single-core processor, with 272 KB of SRAM (16 KB dedicated to cache) and 576 KB of ROM.
16 ESP32-C2 has been designed to target simple, high-volume, and low-data-rate IoT applications,
17 such as smart plugs and smart light bulbs. ESP32-C2 offers easy and robust wireless connectivity,
18 which makes it the go-to solution for developing simple, user-friendly and reliable
19 smart-home devices. For more information, check `ESP8684 Datasheet`_.
23 - 32-bit core RISC-V microcontroller with a maximum clock speed of 120 MHz
24 - 2 MB or 4 MB in chip (ESP8684) or in package (ESP32-C2) flash
25 - 272 KB of internal RAM
26 - 802.11b/g/n
27 - A Bluetooth LE subsystem that supports features of Bluetooth 5 and Bluetooth Mesh
28 - Various peripherals:
30 - 14 programmable GPIOs
31 - 3 SPI
32 - 2 UART
33 - 1 I2C Master
34 - LED PWM controller, with up to 6 channels
35 - General DMA controller (GDMA)
36 - 1 12-bit SAR ADC, up to 5 channels
37 - 1 temperature sensor
38 - 1 54-bit general-purpose timer
39 - 2 watchdog timers
40 - 1 52-bit system timer
42 - Cryptographic hardware acceleration (RNG, ECC, RSA, SHA-2, AES)
49 .. zephyr:board-supported-hw::
51 For a getting started user guide, please check `ESP8684-DevKitM User Guide`_.
60 below to retrieve those files.
62 .. code-block:: console
86 User may choose to use MCUboot bootloader instead. In that case the bootloader
96 User can select the MCUboot bootloader by adding the following line
111 .. zephyr-app-commands::
113 :zephyr-app: samples/hello_world
116 :west-args: --sysbuild
125 .. code-block::
140 With ``--sysbuild`` option the bootloader will be re-build and re-flash
161 .. zephyr-app-commands::
162 :zephyr-app: samples/hello_world
167 configuration. Here is an example for the :zephyr:code-sample:`hello_world`
170 .. zephyr-app-commands::
171 :zephyr-app: samples/hello_world
177 .. code-block:: shell
184 .. code-block:: console
186 ***** Booting Zephyr OS vx.x.x-xxx-gxxxxxxxxxxxx *****
197 ``-DOPENOCD=<path/to/bin/openocd> -DOPENOCD_DEFAULT_PATH=<path/to/openocd/share/openocd/scripts>``
200 Here is an example for building the :zephyr:code-sample:`hello_world` application.
202 .. zephyr-app-commands::
203 :zephyr-app: samples/hello_world
206 …:gen-args: -DOPENOCD=<path/to/bin/openocd> -DOPENOCD_DEFAULT_PATH=<path/to/openocd/share/openocd/s…
208 You can debug an application in the usual way. Here is an example for the :zephyr:code-sample:`hell…
210 .. zephyr-app-commands::
211 :zephyr-app: samples/hello_world
218 .. target-notes::
220 .. _`ESP8684-DevKitM User Guide`: https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp868…
221 .. _`ESP8684 Datasheet`: https://www.espressif.com/sites/default/files/documentation/esp8684_datash…
222 .. _`ESP8684 Technical Reference Manual`: https://www.espressif.com/sites/default/files/documentati…
223 .. _`OpenOCD ESP32`: https://github.com/espressif/openocd-esp32/releases