Home
last modified time | relevance | path

Searched full:version (Results 1 – 25 of 1497) sorted by relevance

12345678910>>...60

/hal_espressif-latest/tools/esptool_py/test/elf2image/
Desp8266-nonossdkv12-example.elf ... < \ @: @ P ? ? #Xtensa Compiler Version 11.0.2.20150501312885 : app_main.c compiled with : ...
Desp8266-nonossdkv20-at-v2.elf ... :4 192.168.10.9 +CIPUPDATE:1 AT version:%d.%d.%d. ...
Desp8266-nonosssdk20-iotdemo.elf ... Length Response ScanResult Request Ipinfo_Softap Connect_Softap Connect_Station Ipinfo_Station rgb Status Version Device manufacturer {"path": "/v1/messages/ ...
Desp8266-openrtos-blink-v2.elf ... 1.20.0) 4.8.2 #Xtensa Compiler Version 8.0.1 : ets_timer.c compiled with : ...
/hal_espressif-latest/zephyr/
Dmodule.yml11 version: '1.0'
19 version: '1.0'
27 version: '1.0'
35 version: '1.0'
43 version: '1.0'
51 version: '1.0'
59 version: '1.0'
67 version: '1.0'
75 version: '1.0'
83 version: '1.0'
[all …]
/hal_espressif-latest/components/efuse/esp32h2/include/
Desp_efuse_rtc_calib.h14 //This is the ADC calibration value version burnt in efuse
18 #define VER2IDX(ver) ((ver) - 1) // Version number to index number of the array
21 * @brief Get the RTC calibration efuse version
23 * @return Version of the stored efuse
30 * @param version Version of the stored efuse
35 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten);
40 * @param version Version of the stored efuse
45 int esp_efuse_rtc_calib_get_chan_compens(int version, uint32_t adc_unit, uint32_t adc_channel, int …
50 * @param version Version of the stored efuse
56 * - ESP_ERR_INVALID_ARG: If efuse version or attenuation is invalid
[all …]
/hal_espressif-latest/components/efuse/esp32c6/include/
Desp_efuse_rtc_calib.h14 //This is the ADC calibration value version burnt in efuse
19 #define VER2IDX(ver) ((ver) - 1) // Version number to index number of the array
21 * @brief Get the RTC calibration efuse version
23 * @return Version of the stored efuse
30 * @param version Version of the stored efuse
35 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten);
40 * @param version Version of the stored efuse
46 int esp_efuse_rtc_calib_get_chan_compens(int version, uint32_t adc_unit, uint32_t adc_channel, int …
51 * @param version Version of the stored efuse
57 * - ESP_ERR_INVALID_ARG: If efuse version or attenuation is invalid
[all …]
/hal_espressif-latest/components/efuse/esp32s3/include/
Desp_efuse_rtc_calib.h14 //This is the ADC calibration value version burnt in efuse
20 * @brief Get the RTC calibration efuse version
22 * @return Version of the stored efuse
29 * @param version Version of the stored efuse
34 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten);
39 * @param version Version of the stored efuse
45 * - ESP_ERR_INVALID_ARG: If efuse version or attenuation is invalid
48 esp_err_t esp_efuse_rtc_calib_get_cal_voltage(int version, uint32_t adc_unit, int atten, uint32_t* …
/hal_espressif-latest/components/efuse/esp32c3/include/
Desp_efuse_rtc_calib.h14 //This is the ADC calibration value version burnt in efuse
20 * @brief Get the RTC calibration efuse version
22 * @return Version of the stored efuse
29 * @param version Version of the stored efuse
34 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten);
39 * @param version Version of the stored efuse
45 * - ESP_ERR_INVALID_ARG: If efuse version or attenuation is invalid
48 esp_err_t esp_efuse_rtc_calib_get_cal_voltage(int version, uint32_t adc_unit, int atten, uint32_t* …
/hal_espressif-latest/components/esp_common/include/
Desp_idf_version.h13 /** Major version number (X.x.x) */
15 /** Minor version number (x.X.x) */
17 /** Patch version number (x.x.X) */
21 * Macro to convert IDF version number into an integer
28 * Current IDF version, as an integer
39 * Return full IDF version string, same as 'git describe' output.
41 * @note If you are printing the ESP-IDF version in a log file or other information,
42 * this function provides more information than using the numerical version macros.
43 * For example, numerical version macros don't differentiate between development,
Desp_check.h28 * A version of ESP_RETURN_ON_ERROR() macro that can be called from ISR.
52 * A version of ESP_GOTO_ON_ERROR() macro that can be called from ISR.
75 * A version of ESP_RETURN_ON_FALSE() macro that can be called from ISR.
97 * A version of ESP_GOTO_ON_FALSE() macro that can be called from ISR.
130 * A version of ESP_RETURN_ON_ERROR() macro that can be called from ISR.
154 * A version of ESP_GOTO_ON_ERROR() macro that can be called from ISR.
177 * A version of ESP_RETURN_ON_FALSE() macro that can be called from ISR.
199 * A version of ESP_GOTO_ON_FALSE() macro that can be called from ISR.
223 * A version of ESP_RETURN_ON_ERROR() macro that can be called from ISR.
247 * A version of ESP_GOTO_ON_ERROR() macro that can be called from ISR.
[all …]
/hal_espressif-latest/components/efuse/esp32c3/
Desp_efuse_rtc_calib.c19 ESP_LOGW("eFuse", "calibration efuse version does not match, set default version to 0"); in esp_efuse_rtc_calib_get_ver()
25 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten) in esp_efuse_rtc_calib_get_init_code() argument
27 assert((version >= ESP_EFUSE_ADC_CALIB_VER_MIN) && in esp_efuse_rtc_calib_get_init_code()
28 (version <= ESP_EFUSE_ADC_CALIB_VER_MAX)); in esp_efuse_rtc_calib_get_init_code()
47 return init_code + 1000; // version 1 logic in esp_efuse_rtc_calib_get_init_code()
50 esp_err_t esp_efuse_rtc_calib_get_cal_voltage(int version, uint32_t adc_unit, int atten, uint32_t* … in esp_efuse_rtc_calib_get_cal_voltage() argument
55 if ((version < ESP_EFUSE_ADC_CALIB_VER_MIN) || in esp_efuse_rtc_calib_get_cal_voltage()
56 (version > ESP_EFUSE_ADC_CALIB_VER_MAX)) { in esp_efuse_rtc_calib_get_cal_voltage()
88 uint32_t version = esp_efuse_rtc_calib_get_ver(); in esp_efuse_rtc_calib_get_tsens_val() local
89 if (version != 1) { in esp_efuse_rtc_calib_get_tsens_val()
/hal_espressif-latest/components/efuse/esp32c2/include/
Desp_efuse_rtc_calib.h14 //This is the ADC calibration value version burnt in efuse
20 * @brief Get the RTC calibration efuse version
22 * @return Version of the stored efuse
29 * @param version Version of the stored efuse
34 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten);
39 * @param version Version of the stored efuse
48 esp_err_t esp_efuse_rtc_calib_get_cal_voltage(int version, uint32_t adc_unit, int atten, uint32_t *…
/hal_espressif-latest/components/efuse/esp32c6/
Desp_efuse_rtc_calib.c29 ESP_LOGW("eFuse", "calibration efuse version does not match, set default version to 0"); in esp_efuse_rtc_calib_get_ver()
35 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten) in esp_efuse_rtc_calib_get_init_code() argument
37 /* Version validation should be guaranteed in the caller */ in esp_efuse_rtc_calib_get_init_code()
57 return init_code + 1600; // version 1 logic in esp_efuse_rtc_calib_get_init_code()
60 int esp_efuse_rtc_calib_get_chan_compens(int version, uint32_t adc_unit, uint32_t adc_channel, int … in esp_efuse_rtc_calib_get_chan_compens() argument
62 /* Version validation should be guaranteed in the caller */ in esp_efuse_rtc_calib_get_chan_compens()
98 esp_err_t esp_efuse_rtc_calib_get_cal_voltage(int version, uint32_t adc_unit, int atten, uint32_t* … in esp_efuse_rtc_calib_get_cal_voltage() argument
112 if ((version < ESP_EFUSE_ADC_CALIB_VER_MIN) || in esp_efuse_rtc_calib_get_cal_voltage()
113 (version > ESP_EFUSE_ADC_CALIB_VER_MAX)) { in esp_efuse_rtc_calib_get_cal_voltage()
127 uint32_t chk_offset = (version == ESP_EFUSE_ADC_CALIB_VER1) ? 1500 : (atten == 2) ? 2900 : 2850; in esp_efuse_rtc_calib_get_cal_voltage()
[all …]
/hal_espressif-latest/tools/esptool_py/docs/en/
Dversions.rst6 …rsioning specification <https://semver.org/>`_, following the ``MAJOR.MINOR.PATCH`` version number.
10 …fixes are not planned, therefore it is strongly recommended to install the latest version possible.
14 …rds package maintainers. Regular users should always use the most recent version of ``esptool.py``…
20 To see the latest available version and its release notes, visit the `release page on GitHub <https…
22 To get the latest possible version, simply define your dependency as ``esptool`` (without any relea…
27 Some use cases might require a specific ``esptool.py`` version without getting new features, but wi…
30 …otation selects the latest version of ``esptool.py``, greater than or equal to ``v4.0.1``, but sti…
36 If you also want to get new features (instead of just bugfixes), define your version requirement as…
42 …th the latest ``MAJOR`` release of ``esptool.py``, a previous compatible version has to be specifi…
48 …is required, define your dependency as ``esptool==4.1.2``. This specific version will be used and …
/hal_espressif-latest/components/efuse/esp32h2/
Desp_efuse_rtc_calib.c27 ESP_LOGW("eFuse", "calibration efuse version does not match, set default version to 0"); in esp_efuse_rtc_calib_get_ver()
33 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten) in esp_efuse_rtc_calib_get_init_code() argument
35 /* Version validation should be guaranteed in the caller */ in esp_efuse_rtc_calib_get_init_code()
55 return init_code + 1600; // version 1 logic in esp_efuse_rtc_calib_get_init_code()
58 int esp_efuse_rtc_calib_get_chan_compens(int version, uint32_t adc_unit, uint32_t adc_channel, int … in esp_efuse_rtc_calib_get_chan_compens() argument
60 /* Version validation should be guaranteed in the caller */ in esp_efuse_rtc_calib_get_chan_compens()
91 esp_err_t esp_efuse_rtc_calib_get_cal_voltage(int version, uint32_t adc_unit, int atten, uint32_t* … in esp_efuse_rtc_calib_get_cal_voltage() argument
104 if ((version < ESP_EFUSE_ADC_CALIB_VER_MIN) || in esp_efuse_rtc_calib_get_cal_voltage()
105 (version > ESP_EFUSE_ADC_CALIB_VER_MAX)) { in esp_efuse_rtc_calib_get_cal_voltage()
121 *out_vol_mv = input_vout_mv[VER2IDX(version)][atten]; in esp_efuse_rtc_calib_get_cal_voltage()
/hal_espressif-latest/components/efuse/esp32s3/
Desp_efuse_rtc_calib.c22 ESP_LOGW("eFuse", "calibration efuse version does not match, set default version to 0"); in esp_efuse_rtc_calib_get_ver()
28 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten) in esp_efuse_rtc_calib_get_init_code() argument
30 assert((version >= ESP_EFUSE_ADC_CALIB_VER_MIN) && in esp_efuse_rtc_calib_get_init_code()
31 (version <= ESP_EFUSE_ADC_CALIB_VER_MAX)); in esp_efuse_rtc_calib_get_init_code()
48 //Version 1 logic for calculating ADC ICode based on EFUSE burnt value in esp_efuse_rtc_calib_get_init_code()
64 esp_err_t esp_efuse_rtc_calib_get_cal_voltage(int version, uint32_t adc_unit, int atten, uint32_t *… in esp_efuse_rtc_calib_get_cal_voltage() argument
66 assert((version >= ESP_EFUSE_ADC_CALIB_VER_MIN) && in esp_efuse_rtc_calib_get_cal_voltage()
67 (version <= ESP_EFUSE_ADC_CALIB_VER_MAX)); in esp_efuse_rtc_calib_get_cal_voltage()
99 uint32_t version = esp_efuse_rtc_calib_get_ver(); in esp_efuse_rtc_calib_get_tsens_val() local
100 if (version != 1) { in esp_efuse_rtc_calib_get_tsens_val()
/hal_espressif-latest/tools/esptool_py/test/
Dtest_image_info.py28 def run_image_info(self, chip, file, version=None): argument
42 if version is not None:
43 cmd += ["--version", str(version)]
73 assert "Image version: 1" in out, "Wrong image version"
122 assert "Image version: 1" in out, "Wrong image version"
132 # ESP8266, version 1 and 2
173 assert "App version: qa-test-v5.0-20220830-4-g4532e6" in out
174 assert "Secure version: 0" in out
188 # with default settings, IDF version is v5.2.
192 assert "Bootloader version: 1" in out
[all …]
/hal_espressif-latest/components/esp_hw_support/
Dadc_share_hw_ctrl.c57 static inline uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten) in esp_efuse_rtc_calib_get_init_code() argument
59 int tag = esp_efuse_rtc_table_get_tag(version, adc_unit, atten, RTCCALIB_V2_PARAM_VINIT); in esp_efuse_rtc_calib_get_init_code()
74 int version = esp_efuse_rtc_calib_get_ver(); in adc_calc_hw_calibration_code() local
78 if ((version >= ESP_EFUSE_ADC_CALIB_VER_MIN) && in adc_calc_hw_calibration_code()
79 (version <= ESP_EFUSE_ADC_CALIB_VER_MAX)) { in adc_calc_hw_calibration_code()
80 // Guarantee the calibration version before calling efuse function in adc_calc_hw_calibration_code()
81 init_code = esp_efuse_rtc_calib_get_init_code(version, adc_n, atten); in adc_calc_hw_calibration_code()
101 ESP_EARLY_LOGV(TAG, "Calib(V%d) ADC%d atten=%d: %04X", version, adc_n + 1, atten, init_code); in adc_calc_hw_calibration_code()
113 int version = esp_efuse_rtc_calib_get_ver(); in adc_load_hw_calibration_chan_compens() local
114 if ((version >= ESP_EFUSE_ADC_CALIB_VER_MIN) && in adc_load_hw_calibration_chan_compens()
[all …]
/hal_espressif-latest/components/efuse/esp32c2/
Desp_efuse_rtc_calib.c21 ESP_LOGW("eFuse", "calibration efuse version does not match, set default version to 0"); in esp_efuse_rtc_calib_get_ver()
27 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten) in esp_efuse_rtc_calib_get_init_code() argument
29 assert((version >= ESP_EFUSE_ADC_CALIB_VER_MIN) && in esp_efuse_rtc_calib_get_init_code()
30 (version <= ESP_EFUSE_ADC_CALIB_VER_MAX)); in esp_efuse_rtc_calib_get_init_code()
66 esp_err_t esp_efuse_rtc_calib_get_cal_voltage(int version, uint32_t adc_unit, int atten, uint32_t *… in esp_efuse_rtc_calib_get_cal_voltage() argument
68 assert((version >= ESP_EFUSE_ADC_CALIB_VER_MIN) && in esp_efuse_rtc_calib_get_cal_voltage()
69 (version <= ESP_EFUSE_ADC_CALIB_VER_MAX)); in esp_efuse_rtc_calib_get_cal_voltage()
/hal_espressif-latest/components/hal/include/hal/
Defuse_hal.h24 * @brief Returns chip version
26 * @return Chip version in format: Major * 100 + Minor
31 * @brief Return block version
33 * @return Block version in format: Major * 100 + Minor
47 * @brief Returns major chip version
52 * @brief Returns minor chip version
/hal_espressif-latest/components/soc/include/soc/
Dchip_revision.h14 …* Convenient macros to check current wafer version against a version where some changes are introd…
16 * Use `ESP_CHIP_REV_MAJOR_AND_ABOVE` for changes introduced after a major version is added.
23 * because there is already major version 2 existing. The condition will be met from 1.1 to 1.99,
27 …* because there is no major version 4. The condition will be met from 3.1 to 3.99 and 4.0 and ab…
28 * Even if we add revision 4.0 on this version, the logic will be inherited.
/hal_espressif-latest/tools/esptool_py/ci/
Ddownload_flasher_stubs.py15 "VERSION": "v1.3.0",
34 "LICENSE": "released as Free Software under GNU General Public License Version 2 or later",
40 "VERSION": "v0.3.0",
50 "LICENSE": "dual licensed under the Apache License Version 2.0 or the MIT license",
75 url = "/".join((stub_set["DOWNLOAD_URL"], stub_set["VERSION"], file))
85 URL="/".join((stub_set["TAG_URL"], stub_set["VERSION"])),
/hal_espressif-latest/components/efuse/esp32s2/include/
Desp_efuse_rtc_table.h18 //This is the ADC calibration value version burnt in efuse
68 * @brief Get rtc calibration version.
80 * @param version the version of the scheme to index for.
81 * @param extra_params defined differently for each version.
83 int esp_efuse_rtc_table_get_tag(int version, int adc_channel_num, int atten, int extra_params);
/hal_espressif-latest/components/esp_app_format/include/
Desp_app_desc.h27 uint32_t secure_version; /*!< Secure version */
29 char version[32]; /*!< Application version */ member
33 char idf_ver[32]; /*!< Version IDF */
44 * @brief Return esp_app_desc structure. This structure includes app version.

12345678910>>...60