Home
last modified time | relevance | path

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

12345678910>>...103

/hal_espressif-3.6.0/tools/ci/
Ddeploy_docs.py8 # Licensed under the Apache License, Version 2.0 (the "License");
29 import packaging.version
33 """ Shortcut to return the expanded version of an environment variable """
47 version = sanitize_version(ci_ver)
48 print('Git version: {}'.format(git_ver))
49 print('CI Version: {}'.format(ci_ver))
50 print('Deployment version: {}'.format(version))
52 if not version:
53 raise RuntimeError('A version is needed to deploy')
79 tarball_path, version_urls = build_doc_tarball(version, git_ver, build_dir)
[all …]
Dtest_build_system.sh226 # Make provision for getting IDF version
227 echo "IDF_VER_0123456789_0123456789_0123456789" > ${IDF_PATH}/version.txt
228 echo "project-version-w.z" > ${TESTDIR}/template/version.txt
238 rm -f ${IDF_PATH}/version.txt git
239 rm -f ${TESTDIR}/template/version.txt
243 print_status "Rebuild when app version was changed"
245 # App version
246 echo "project-version-1.0" > ${TESTDIR}/template/version.txt
249 print_status "Change app version"
251 echo "project-version-2.0(012345678901234567890123456789)" > ${TESTDIR}/template/version.txt
[all …]
Dcheck_idf_version.sh6 echo "Checking if IDF version in esp_idf_version.h matches 'git describe' output"
14 grep -E "^${1} :=" make/version.mk | awk '{print $3;}'
18 grep -E "^set\(${1}" tools/cmake/version.cmake | sed -En "s/set\(${1} ([0-9])\)/\1/p"
39 echo "Could not determine the version from 'git describe' output: ${git_desc}"
45 echo "From version.mk: ${version_from_make}"
46 echo "From version.cmake: ${version_from_cmake}"
55 echo "version.mk does not match 'git describe' output"
60 echo "version.cmake does not match 'git describe' output"
/hal_espressif-3.6.0/components/tcpip_adapter/include/
Dtcpip_adapter.h3 // Licensed under the Apache License, Version 2.0 (the "License");
107 * @brief Compatible version of setting ethernet default handlers
108 * @note Compatible version of wifi handlers are provided in a separate header,
115 * @brief Compatible version of network stack input function. Translates to esp_netif_receive()
120 * @brief Compatible version of network stack input function. Translates to esp_netif_receive()
125 * @brief Compatible version of network stack input function. Translates to esp_netif_receive()
130 * @brief Compatible version of former tcpip_adapter API to clear default WIFI handlers
136 * @brief Compatible version of former tcpip_adapter API to clear default ethernet handlers
142 * @brief Compatible version of former tcpip_adapter API of esp_netif_dhcps_stop
147 * @brief Compatible version of former tcpip_adapter API of esp_netif_dhcpc_stop
[all …]
/hal_espressif-3.6.0/docs/en/
Dversions.rst14 The documentation for the current stable release version can always be found at this URL:
18 Documentation for the latest version (master branch) can always be found at this URL:
22 …u can find release notes, links to each version of the documentation, and instructions for obtaini…
26 …umentation page, where you can go to the upper-left corner and click the version dropdown (between…
37 Which Version Should I Start With?
40version`_. Stable versions have been manually tested, and are updated with "bugfix releases" which…
42 …ures, use the `latest version (master branch in Git) <https://docs.espressif.com/projects/esp-idf/…
44 …s possible to check out a pre-release version or a release branch. It is recommended to start from…
70 Each ESP-IDF major and minor release version has an associated support period. After this period, t…
79 …ew release is available. Whenever a bug fix release is available for the version you are using, pl…
[all …]
/hal_espressif-3.6.0/components/efuse/esp32s3/include/
Desp_efuse_rtc_calib.h14 //This is the ADC calibration value version burnt in efuse
18 * @brief Get the RTC calibration efuse version
20 * @return Version of the stored efuse
27 * @param version Version of the stored efuse
32 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten);
37 * @param version Version of the stored efuse
43 * - ESP_ERR_INVALID_ARG: If efuse version or attenuation is invalid
46 esp_err_t esp_efuse_rtc_calib_get_cal_voltage(int version, uint32_t adc_unit, int atten, uint32_t* …
51 * @param version Version of the stored efuse
55 float esp_efuse_rtc_calib_get_cal_temp(int version);
/hal_espressif-3.6.0/components/efuse/esp32c3/include/
Desp_efuse_rtc_calib.h14 //This is the ADC calibration value version burnt in efuse
18 * @brief Get the RTC calibration efuse version
20 * @return Version of the stored efuse
27 * @param version Version of the stored efuse
32 uint32_t esp_efuse_rtc_calib_get_init_code(int version, uint32_t adc_unit, int atten);
37 * @param version Version of the stored efuse
42 * - ESP_ERR_INVALID_ARG: If efuse version or attenuation is invalid
45 esp_err_t esp_efuse_rtc_calib_get_cal_voltage(int version, int atten, uint32_t* out_digi, uint32_t*…
50 * @param version Version of the stored efuse
54 float esp_efuse_rtc_calib_get_cal_temp(int version);
/hal_espressif-3.6.0/tools/kconfig_new/test/confserver/
Dtest_confserver.py12 # Each protocol version to be tested needs a 'testcases_vX.txt' file
16 def parse_testcases(version): argument
17 with open('testcases_v%d.txt' % version, 'r') as f:
80 for version in PROTOCOL_VERSIONS:
81 test_protocol_version(p, version)
115 def test_protocol_version(p, version): argument
117 print('Testing version %d...' % version)
120 req = {'version': version, 'load': None}
125 cases = parse_testcases(version)
128 req = {'version': version, 'set': send}
[all …]
/hal_espressif-3.6.0/components/efuse/esp32h2/include/
Desp_efuse_rtc_calib.h15 * @brief Get the RTC calibration efuse version
17 * @return Version of the stored efuse
24 * @param version Version of the stored efuse
28 uint16_t esp_efuse_rtc_calib_get_init_code(int version, int atten);
33 * @param version Version of the stored efuse
38 * - ESP_ERR_INVALID_ARG: If efuse version or attenuation is invalid
41 esp_err_t esp_efuse_rtc_calib_get_cal_voltage(int version, int atten, uint32_t* out_digi, uint32_t*…
46 * @param version Version of the stored efuse
50 float esp_efuse_rtc_calib_get_cal_temp(int version);
/hal_espressif-3.6.0/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-3.6.0/tools/kconfig_new/
Dconfserver.py45 parser.add_argument('--version', help='Set protocol version to use on initial status',
50 if args.version < MIN_PROTOCOL_VERSION:
51 …print('Version %d is older than minimum supported protocol version %d. Client is much older than E…
52 (args.version, MIN_PROTOCOL_VERSION))
54 if args.version > MAX_PROTOCOL_VERSION:
55 …print('Version %d is newer than maximum supported protocol version %d. Client is newer than ESP-ID…
56 (args.version, MAX_PROTOCOL_VERSION))
98 json.dump({'version': 1, 'values': values_dict, 'ranges': ranges_dict}, sys.stdout)
100 # V2 onwards: separate visibility from version
101 …json.dump({'version': default_version, 'values': config_dict, 'ranges': ranges_dict, 'visible': vi…
[all …]
DREADME.md27 "version": 2,
40 * "version" key is the protocol version in use.
52 { "version": 2,
60 The `version` key *must* be present in the request and must match a protocol version supported by c…
73 { "version": 2,
80 * `version` is the protocol version used by the server.
88 { "version": 2,
110 { "version": 777,
111 "error": [ "Unsupported request version 777. Server supports versions 1-2" ]
117 ### Protocol Version Changes
/hal_espressif-3.6.0/tools/
Didf_tools.py57 …# check the Python version before it will fail with an exception on syntax or package incompatibil…
323 # An alternative version of urlretrieve which takes SSL context as an argument
447 def __init__(self, version, status): # type: (str, str) -> None argument
448 self.version = version
459 return self.version < other.version
464 return self.status == other.status and self.version == other.version
537 def add_version(self, version): # type: (IDFToolVersion) -> None argument
538 assert(type(version) is IDFToolVersion)
539 self.versions[version.version] = version
544 def get_path_for_version(self, version): # type: (str) -> str argument
[all …]
/hal_espressif-3.6.0/components/esp_common/include/
Desp_idf_version.h3 // Licensed under the Apache License, Version 2.0 (the "License");
21 /** Major version number (X.x.x) */
23 /** Minor version number (x.X.x) */
25 /** Patch version number (x.x.X) */
29 * Macro to convert IDF version number into an integer
36 * Current IDF version, as an integer
47 * Return full IDF version string, same as 'git describe' output.
49 * @note If you are printing the ESP-IDF version in a log file or other information,
50 * this function provides more information than using the numerical version macros.
51 * For example, numerical version macros don't differentiate between development,
/hal_espressif-3.6.0/examples/system/ota/native_ota_example/main/
Dnative_ota_example.c152 // check current version with downloading in ota_example_task()
154 ESP_LOGI(TAG, "New firmware version: %s", new_app_info.version); in ota_example_task()
158 ESP_LOGI(TAG, "Running firmware version: %s", running_app_info.version); in ota_example_task()
164 … ESP_LOGI(TAG, "Last invalid firmware version: %s", invalid_app_info.version); in ota_example_task()
167 // check current version with last invalid partition in ota_example_task()
169 … if (memcmp(invalid_app_info.version, new_app_info.version, sizeof(new_app_info.version)) == 0) { in ota_example_task()
170 ESP_LOGW(TAG, "New version is the same as invalid version."); in ota_example_task()
171 …here was an attempt to launch the firmware with %s version, but it failed.", invalid_app_info.vers… in ota_example_task()
172 … ESP_LOGW(TAG, "The firmware has been rolled back to the previous version."); in ota_example_task()
178 … if (memcmp(new_app_info.version, running_app_info.version, sizeof(new_app_info.version)) == 0) { in ota_example_task()
[all …]
/hal_espressif-3.6.0/components/esptool_py/esptool/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-3.6.0/tools/cmake/
Dcrosstool_version_check.cmake1 # Function to check the toolchain used the expected version
8 message(WARNING "Toolchain ${CMAKE_C_COMPILER} version ${CMAKE_C_COMPILER_VERSION} "
9 "is not the supported version ${expected_gcc_version}. ${ctng_version_warning}")
15 COMMAND ${CMAKE_C_COMPILER} --version
20 # We use FIND to match version instead of STREQUAL because some toolchains are built
21 # with longer git hash strings than others. This will match any version which starts with
22 # the expected version string.
29 … "crosstool-ng version ${ctng_version} doesn't match supported version ${expected_ctng_version}"
/hal_espressif-3.6.0/examples/common_components/qrcode/
Dqrcodegen.c57 testable void addEccAndInterleave(uint8_t data[], int version, enum qrcodegen_Ecc ecl, uint8_t resu…
58 testable int getNumDataCodewords(int version, enum qrcodegen_Ecc ecl);
66 testable void initializeFunctionModules(int version, uint8_t qrcode[]);
67 static void drawWhiteFunctionModules(uint8_t qrcode[], int version);
69 testable int getAlignmentPatternPositions(int version, uint8_t result[7]);
85 testable int getTotalBits(const struct qrcodegen_Segment segs[], size_t len, int version);
86 static int numCharCountBits(enum qrcodegen_Mode mode, int version);
98 // Version: (note that index 0 is for padding, and is set to an illegal value)
110 // Version: (note that index 0 is for padding, and is set to an illegal value)
210 // Find the minimal version number to use in qrcodegen_encodeSegmentsAdvanced()
[all …]
Dqrcodegen.h107 * the largest QR Code (version 40) has 31329 modules.
132 #define qrcodegen_VERSION_MIN 1 // The minimum version number supported in the QR Code Model 2 s…
133 #define qrcodegen_VERSION_MAX 40 // The maximum version number supported in the QR Code Model 2 s…
135 // Calculates the number of bytes needed to store any QR Code up to and including the given version
137 // can store any single QR Code from version 1 to 25 (inclusive). The result fits in an int (or int…
142 // version 40. This value equals 3918, which is just under 4 kilobytes.
152 * If the data is too long to fit in any version in the given range
162 * - In the most optimistic case, a QR Code at version 40 with low ECC
167 * data capacities per version, ECC level, and text encoding mode.
175 * If the data is too long to fit in any version in the given range
[all …]
/hal_espressif-3.6.0/examples/peripherals/i2s/i2s_es8311/main/
Didf_component.yml2 ## Version of your project. Should conform Semantic Versioning 2.0 rules https://semver.org/
3 version: "1.0.0"
7 ## Required IDF version
9 version: "^4.4"
13 # version: "~1.0.0"
16 # version: "~1.0.0"
/hal_espressif-3.6.0/examples/protocols/esp_local_ctrl/scripts/
Desp_local_ctrl.py5 # Licensed under the Apache License, Version 2.0 (the "License");
150 nu_lookup={'esp_local_ctrl/version': '0001',
167 # First assume this to be a simple version string
287 parser.add_argument('--version', dest='version', type=str,
288 help='Protocol version', default='')
304 'the compatible security version is automatically determined from '
305 'capabilities retrieved via the version endpoint'))
320 if args.version != '':
321 print('==== Esp_Ctrl Version: ' + args.version + ' ====')
333 # If security version not specified check in capabilities
[all …]
/hal_espressif-3.6.0/components/nvs_flash/nvs_partition_generator/
Dnvs_partition_gen.py8 # Licensed under the Apache License, Version 2.0 (the "License");
99 def __init__(self, page_num, version, is_rsrv_page=False): argument
102 self.version = version
106 self.set_header(page_num, version)
108 def set_header(self, page_num, version): argument
115 # set version
116 if version == Page.VERSION2:
118 elif version == Page.VERSION1:
364 if self.version == Page.VERSION1:
381 if not (self.version == Page.VERSION2 and encoding in ['hex2bin', 'binary', 'base64']):
[all …]
/hal_espressif-3.6.0/components/efuse/esp32s3/
Desp_efuse_rtc_calib.c27 ESP_LOGW("eFuse", "calibration efuse version does not match, set default version: %d", 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 assert(version == 1); in esp_efuse_rtc_calib_get_init_code()
52 //Version 1 logic for calculating ADC ICode based on EFUSE burnt value in esp_efuse_rtc_calib_get_init_code()
68 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
70 assert(version == 1); in esp_efuse_rtc_calib_get_cal_voltage()
100 float esp_efuse_rtc_calib_get_cal_temp(int version) in esp_efuse_rtc_calib_get_cal_temp() argument
102 assert(version == 1); in esp_efuse_rtc_calib_get_cal_temp()
/hal_espressif-3.6.0/tools/idf_py_actions/
Dconstants.py22 # - version: version command line
27 'version': ['ninja', '--version'],
33 'version': [MAKE_CMD, '--version'],
/hal_espressif-3.6.0/tools/kconfig_new/test/gen_kconfig_doc/
DKconfig112 prompt "CHIPA version"
117 bool "Version 1"
119 bool "Version 2"
121 bool "Version 3"
132 bool "Feature available from version 1"
136 bool "Feature available from version 3"
139 int "option with default value depending on the chip version"

12345678910>>...103