Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 25 of 33) sorted by relevance

12

/hal_espressif-3.6.0/docs/en/contribute/
Dinstall-pre-commit-hook.rst1 Install pre-commit Hook for ESP-IDF Project
9 If you still have python versions not compatible, please do not install pre-commit hook and update …
11 Install pre-commit
14 Run ``pip install pre-commit``
16 Install pre-commit hook
21 …re-commit install --allow-missing-config``. Install hook by this approach will let you commit succ…
23 3. pre-commit hook will run automatically when you're running ``git commit`` command
25 Uninstall pre-commit
28 Run ``pre-commit uninstall``
35 .. _pre-commit: https://www.pre-commit.com/
[all …]
Dstyle-guide.rst101 … will not fit. So other lines would have to be realigned, adding meaningless changes to the commit.
181 Windows users can configure git to check out CRLF (Windows style) endings locally and commit LF end…
187 …git rebase --exec 'git diff-tree --no-commit-id --name-only -r HEAD | xargs dos2unix && git commit
191 For updating a single commit, it's possible to run ``dos2unix FILENAME`` and then run ``git commit
/hal_espressif-3.6.0/components/esptool_py/esptool/
DCONTRIBUTING.rst67 … <https://eli.thegreenplace.net/2014/02/19/squashing-github-pull-requests-into-a-single-commit/>`_?
76 Pre-commit checks
79 `pre-commit <https://pre-commit.com/>`_ is a framework for managing pre-commit hooks. These hooks h…
81 To use the tool, first install ``pre-commit`` and then the git hooks:
85 $ python -m pip install pre-commit
86 $ pre-commit install
88commit ``pre-commit`` will install the hooks, subsequent checks will be significantly faster. If a…
100 ``Black`` and ``flake8`` tools will be automatically run by ``pre-commit`` if that is configured. T…
/hal_espressif-3.6.0/
DCONTRIBUTING.rst20 * Have you installed the :doc:`pre-commit hook <install-pre-commit-hook>` for esp-idf project?
32 … <https://eli.thegreenplace.net/2014/02/19/squashing-github-pull-requests-into-a-single-commit/>`_?
57 install-pre-commit-hook
/hal_espressif-3.6.0/examples/protocols/http_server/restful_server/front/web-demo/src/
Dstore.js18 update_chart_value({ commit }) {
21 commit("update_chart_value", data.data.raw);
/hal_espressif-3.6.0/tools/docker/
DDockerfile40 # To build the image with a specific commit ID of IDF, pass --build-arg IDF_CHECKOUT_REF=commit-id.
43 # IDF_CHECKOUT_REF=<some commit on release/vX.Y branch>.
/hal_espressif-3.6.0/docs/zh_CN/
Dversions.rst137 | - ``306``:v3.2 开发启动后的 commit 数量。
138 | - ``beb3611ca``:commit 标识符。
142 | - ``75``:添加预发布 beta 标签后的 commit 数量。
143 | - ``346d6b0ea``:commit 标识符。
/hal_espressif-3.6.0/tools/ci/
Dci_get_mr_info.py68 return '\n'.join([commit.id for commit in mr.commits()])
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_handle_locked.cpp60 esp_err_t NVSHandleLocked::commit() { in commit() function in nvs::NVSHandleLocked
62 return handle->commit(); in commit()
Dnvs_handle_locked.hpp56 esp_err_t commit() override;
Dnvs_handle_simple.hpp63 esp_err_t commit() override;
Dnvs_handle_simple.cpp92 esp_err_t NVSHandleSimple::commit() in commit() function in nvs::NVSHandleSimple
/hal_espressif-3.6.0/docs/zh_CN/contribute/
Dinstall-pre-commit-hook.rst1 .. include:: ../../en/contribute/install-pre-commit-hook.rst
/hal_espressif-3.6.0/.gitlab/merge_request_templates/
DMixed Template.md11 * [ ] Any GitHub issues are linked inside the git commit message and corresponding release notes
18 * [ ] The commit log is clean and ready to merge.
25 _If this issue is a regression, specify in the `Related` subsection below, in which commit or MR it…
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_nvs_cxx_api.cpp157 CHECK(handle->commit() == ESP_OK);
187 CHECK(handle->commit() == ESP_OK);
/hal_espressif-3.6.0/examples/storage/nvs_rw_value_cxx/main/
Dnvs_value_example_main.cpp70 err = handle->commit(); in app_main()
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/
DREADME.md7 Use actual documentation generated within about 20 minutes on each commit:
/hal_espressif-3.6.0/docs/
DREADME.md7 Use actual documentation generated within about 20 minutes on each commit:
/hal_espressif-3.6.0/components/nvs_flash/include/
Dnvs_handle.hpp184 virtual esp_err_t commit() = 0;
/hal_espressif-3.6.0/tools/cmake/
Dgit_submodules.cmake59 # same if the HEAD file in the submodule's directory changes (ie commit changes).
/hal_espressif-3.6.0/.gitlab/ci/
DREADME.md28 4. if you push a new commit, a new pipeline will be created automatically.
34 …If you found a job that is not running as expected with some file changes, a git commit to improve…
/hal_espressif-3.6.0/tools/cmake/third_party/
DGetGitRevisionDescription.cmake3 # These functions force a re-configure on each git commit so that you can
/hal_espressif-3.6.0/examples/openthread/ot_cli/
DREADME.md75 > dataset commit active
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dwifi.rst1333 | 类型/吞吐量 | 实验室空气状况 | 屏蔽箱 | 测试工具 | IDF 版本 (commit ID) |
1353 | 类型/吞吐量 | 实验室空气状况 | 屏蔽箱 | 测试工具 | IDF 版本 (commit ID) |
1373 | 类型/吞吐量 | 实验室空气状况 | 屏蔽箱 | 测试工具 | IDF 版本 (commit ID) |
1400 - IDF 版本 (commit ID)
/hal_espressif-3.6.0/docs/en/
Dversions.rst138 | - ``beb3611ca`` - commit identifier.
143 | - ``346d6b0ea`` - commit identifier.

12