Home
last modified time | relevance | path

Searched refs:software (Results 1 – 25 of 172) sorted by relevance

1234567

/hal_espressif-3.6.0/components/esptool_py/
DLICENSE11 The licenses for most software are designed to take away your
14 software--to make sure the software is free for all its users. This
16 Foundation's software and to any other program whose authors commit to
17 using it. (Some other Free Software Foundation software is covered by
21 When we speak of free software, we are referring to freedom, not
23 have the freedom to distribute copies of free software (and charge for
25 if you want it, that you can change the software or use pieces of it
31 distribute copies of the software, or if you modify it.
39 We protect your rights with two steps: (1) copyright the software, and
41 distribute and/or modify the software.
[all …]
/hal_espressif-3.6.0/components/esptool_py/esptool/
DLICENSE11 The licenses for most software are designed to take away your
14 software--to make sure the software is free for all its users. This
16 Foundation's software and to any other program whose authors commit to
17 using it. (Some other Free Software Foundation software is covered by
21 When we speak of free software, we are referring to freedom, not
23 have the freedom to distribute copies of free software (and charge for
25 if you want it, that you can change the software or use pieces of it
31 distribute copies of the software, or if you modify it.
39 We protect your rights with two steps: (1) copyright the software, and
41 distribute and/or modify the software.
[all …]
/hal_espressif-3.6.0/components/newlib/
DCOPYING.NEWLIB1 The newlib subdirectory is a collection of software from several sources.
36 may be used to endorse or promote products derived from this software
52 The author of this software is David M. Gay.
56 Permission to use, copy, modify, and distribute this software for any
58 is included in all copies of any software which is or includes a copy
59 or modification of this software and in all copies of the supporting
60 documentation for such software.
69 The author of this software is David M. Gay.
74 Permission to use, copy, modify, and distribute this software and
81 distribution of the software without specific, written prior
[all …]
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dhmac.rst31 #. HMAC is generated for software use
50 - HMAC generated for software use
60 To calculate an HMAC, the software has to provide the ID of the key block containing the secret key…
68 In this case, the HMAC is given out to the software (e.g. to authenticate a message).
97 …ck to be read protected using the esp_efuse_set_read_protect(), so that software cannot read back …
98 …DIS_JTAG). This will permanently disable JTAG unless the correct key value is provided by software.
112 …e is an outline of how to set an eFuse key and then use it to calculate an HMAC for software usage.
114 …Y_PURPOSE_HMAC_UP` (8) means that this key can only be used for HMAC generation for software usage:
132 Now we can use the saved key to calculate an HMAC for software usage.
Dds.rst8 …r the input key for the HMAC key derivation function can be seen by the software while calculating…
20 Upon signature calculation invocation, the software only specifies which eFuse key to use, the corr…
25 This needs to be done in software on the {IDF_TARGET_NAME} or alternatively on a host.
43 If software needs to do something else during the calculation, :cpp:func:`esp_ds_start_sign` can be…
Dledc.rst15 … in low speed mode, the PWM duty cycle must be changed by the driver in software. Each group of ch…
34 …r to change LED's intensity. This can be done under the full control of software or with hardware …
83 The following two sections describe how to change the duty cycle using software and hardware fading…
89 …rt low speed mode. Any change of PWM settings must be explicitly triggered by software (see below).
156 …w-speed timer, the change of settings should be explicitly triggered by software. The LEDC driver …
/hal_espressif-3.6.0/components/wpa_supplicant/
DCOPYING10 This software was previously distributed under BSD/GPL v2 dual license
16 with GPL and as such, does not prevent use of this software in projects
21 only for attribution purposes and any distribution of this software
DREADME13 This software may be distributed, used, and modified under the terms of
29 derived from this software without specific prior written permission.
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_sensor_v1/touch_pad_interrupt/
DREADME.md8 …en a pad is touched. It also shows how to detect the touch event by the software for sensor design…
12 …ed by a 'touch' action could be very small. In such a case we are using software pooling and algor…
16 …U resources, but only a single threshold can be set and cannot support various software algorithms.
17 - The continuous pooling is flexible and supports various software algorithms. However, it also cos…
/hal_espressif-3.6.0/examples/peripherals/uart/uart_echo_rs485/
DREADME.md6 It uses ESP-IDF UART software driver in RS485 half duplex transmission mode and requires external c…
61 #### Setup external terminal software
76 When example software does not show the `.` symbol, the issue is most likely related to connection …
78 Then start terminal software and open the appropriate serial port.
/hal_espressif-3.6.0/docs/en/security/
Dsecure-boot-v1.rst20 …order for secure boot to function, because critical data is stored (non-software-accessible) in Ef…
26 - Both stages of the boot process (initial software bootloader load, and subsequent partition & app…
37software bootloader image is built by esp-idf with secure boot support enabled and the public key …
39 4. On first boot, the software bootloader follows the following process to enable secure boot:
44 …- Bootloader permanently enables secure boot by burning the ABS_DONE_0 efuse. The software bootloa…
46 …rmed entirely by hardware, and the calculated digest is not readable by software. For technical de…
48 6. When running in secure boot mode, the software bootloader uses the secure boot signing key (the …
55 …ble`). The Efuse holding this key is read & write protected (preventing software access) before se…
67 …signature verification but not signature creation) is compiled into the software bootloader and us…
105 8. Reset the {IDF_TARGET_NAME} and it will boot the software bootloader you flashed. The software b…
[all …]
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/
Dtips-and-quirks.rst12software ones. Hardware breakpoints are implemented by {IDF_TARGET_NAME} chip's logic and can be s…
20software flash ones means that the GDB command ``hb myFunction`` which is invoked for function in …
28software breakpoints in flash, OpenOCD needs to know their flash addresses. To accomplish conversi…
224 …attempt to automatically read and write the flash in order to set :ref:`software breakpoints <jtag…
227 …enabled, setting a software breakpoint will change the digest of a signed app and make the signatu…
229 To disable software breakpoints while using JTAG, add an extra argument ``-c 'set ESP_FLASH_SIZE 0'…
233 …oader verification of app signatures, when this option is enabled and a software breakpoint is set.
/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_element.h43 .software = { \
95 touch_elem_sw_config_t software; //!< Software configuration member
/hal_espressif-3.6.0/docs/en/contribute/
Dcontributor-agreement.rst26 **"Contribution"** means any original work of authorship (software
37 **"Material"** means the software or documentation made available by Us
38 to third parties. When this Agreement covers more than one software
39 project, the Material means the software or documentation to which the
52 **"Documentation"** means any non-software portion of a Contribution.
69 other software code,
/hal_espressif-3.6.0/components/esp_eth/
DKconfig105 bool "Enable software flow control"
109 The MAC driver can perform a software flow control if you enable this option.
110 Note that, if the RX buffer number is small, enabling software flow control will
137 making it compatible with the software TCP/IP stack.
/hal_espressif-3.6.0/examples/protocols/modbus/tcp/mb_tcp_slave/
DREADME.md11 …S2) development board flashed with modbus_tcp_slave example + external Modbus master host software.
31 ### Setup external Modbus master software
33 Configure the external Modbus master software according to port configuration parameters used in ap…
39 ### Build and flash software
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/advanced-topics/
Dboot-mode-selection.rst274 …This fatal error indicates that the bootloader tried to read the software bootloader header at add…
301 …O mode the ROM bootloader should load the software bootloader in a Dual I/O mode and then the ESP-…
303software bootloader at a lower frequency than the flash_freq value. The initial APB clock frequenc…
304 …When the software bootloader starts it sets the APB clock to 80MHz causing the SPI clock frequency…
317 …These entries are printed as the ROM bootloader loads each segment in the software bootloader imag…
319 …You can compare these values to the software bootloader image by running ``esptool.py --chip esp32…
323 …The final line shows the entry point address of the software bootloader, where the ROM bootloader …
Dspi-flash-modes.rst88 … this often means that the chip first boots in a Dual SPI mode and then software detects the chip …
89 …If the particular chip model is not supported by the software then it won't be able to enter quad …
112 For example, on ESP32 if ESP-IDF is configured for qio/qout mode then the IDF software bootloader i…
113 When ROM code boots this bootloader from flash, the bootloader software checks the flash chip model…
/hal_espressif-3.6.0/examples/protocols/modbus/serial/mb_master/
DREADME.md64 Several ESP32 WROVER-KIT board flashed with modbus_slave example software to represent slave device…
116software according to port configuration parameters used in the example. The Modbus Slave applicat…
121 ### Build and flash software of master device
/hal_espressif-3.6.0/docs/en/
DCOPYRIGHT.rst66 …015 - 2018 Microchip Technology Inc, is licensed under common Microchip software License as descri…
95 …s mask ROM hardware includes binaries compiled from portions of the following third party software:
115 a copy of this software and associated documentation files (the
138 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and a…
149 This is a free software that opened for education, research and commercial
154 * The TJpgDec module is a free software and there is NO WARRANTY.
/hal_espressif-3.6.0/examples/protocols/modbus/tcp/mb_tcp_master/
DREADME.md61 Several ESP32(-S2) boards flashed with modbus_tcp_slave example software to represent slave devices…
88software according to port configuration parameters used in the example. The Modbus Slave applicat…
93 ### Build and flash software of master device
/hal_espressif-3.6.0/examples/protocols/modbus/serial/mb_slave/
DREADME.md64 ### Setup external Modbus master software
66 Configure the external Modbus master software according to port configuration parameters used in ap…
73 ### Build and flash software
/hal_espressif-3.6.0/docs/zh_CN/api-guides/jtag-debugging/
Dusing-debugger.rst156 This is free software: you are free to change and redistribute it.
162 <http://www.gnu.org/software/gdb/bugs/>.
164 <http://www.gnu.org/software/gdb/documentation/>.
/hal_espressif-3.6.0/docs/en/api-reference/storage/
Dauto_suspend.inc10 …should in SR2 bit7 (or SR bit15)(This is caused by the restriction of out software implementation).
12 …nd is 75H, resume command is 7AH(This is caused by the restriction of out software implementation).
/hal_espressif-3.6.0/docs/zh_CN/get-started-legacy/
Destablish-serial-connection.rst32 .. _CP210x: https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drive…
36 …T Bridge VCP Drivers <https://www.silabs.com/products/development-tools/software/usb-to-uart-bridg…

1234567