Searched full:push (Results 1 – 25 of 98) sorted by relevance
1234
/hal_espressif-3.4.0/.gitlab/ci/ |
D | rules.yml | 188 .if-dev-push: &if-dev-push 189 …& $CI_COMMIT_TAG !~ /^v\d+\.\d+(\.\d+)?($|-)/ && ($CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SO… 214 - <<: *if-dev-push 235 - <<: *if-dev-push 241 - <<: *if-dev-push 246 - <<: *if-dev-push 248 - <<: *if-dev-push 250 - <<: *if-dev-push 368 - <<: *if-dev-push 370 - <<: *if-dev-push [all …]
|
D | docs.yml | 29 .if-dev-push: &if-dev-push 30 …& $CI_COMMIT_TAG !~ /^v\d+\.\d+(\.\d+)?($|-)/ && ($CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SO… 38 - <<: *if-dev-push 123 - <<: *if-dev-push 176 - <<: *if-dev-push
|
D | README.md | 25 1. Push to a remote branch 28 4. if you push a new commit, a new pipeline will be created automatically. 102 - <<: *if-dev-push 142 - <<: *if-dev-push
|
/hal_espressif-3.4.0/tools/ci/ |
D | push_to_github.sh | 3 # gitlab-ci script to push current tested revision (tag or branch) to github 9 git push github "${CI_COMMIT_TAG}" 12 git push github "${CI_COMMIT_SHA}:refs/heads/${CI_COMMIT_REF_NAME}"
|
/hal_espressif-3.4.0/examples/protocols/modbus/mb_example_common/include/ |
D | modbus_params.h | 12 #pragma pack(push, 1) 27 #pragma pack(push, 1) 35 #pragma pack(push, 1) 50 #pragma pack(push, 1)
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_buf.h | 356 * @brief Push data to the beginning of the buffer. 369 * @brief Push 16-bit value to the beginning of the buffer 380 * @brief Push 16-bit value to the beginning of the buffer 391 * @brief Push 8-bit value to the beginning of the buffer 401 * @brief Push 24-bit value to the beginning of the buffer 412 * @brief Push 24-bit value to the beginning of the buffer 423 * @brief Push 32-bit value to the beginning of the buffer 434 * @brief Push 32-bit value to the beginning of the buffer 445 * @brief Push 48-bit value to the beginning of the buffer 456 * @brief Push 48-bit value to the beginning of the buffer [all …]
|
/hal_espressif-3.4.0/components/driver/test/touch_sensor_test/ |
D | test_touch_v2.c | 173 ESP_LOGI(TAG, "touch push"); in test_touch_push_all() 841 printf_touch_hw_read("push"); in test_touch_interrupt() 909 printf_touch_hw_read("push"); in test_touch_scan_done_interrupt() 974 // Only fake push one touch pad. in test_touch_timeout_interrupt() 989 printf_touch_hw_read("push"); in test_touch_timeout_interrupt() 1075 /* Fake the process of push debounce. */ in test_touch_filter_parameter_debounce() 1080 printf_touch_hw_read("push"); in test_touch_filter_parameter_debounce() 1193 /* Fake the process of push debounce. */ in test_touch_filter_parameter_reset() 1196 printf_touch_hw_read("push"); in test_touch_filter_parameter_reset() 1276 /* Fake the process of push debounce. */ in test_touch_filter_parameter_jitter() [all …]
|
/hal_espressif-3.4.0/tools/idf_monitor_base/ |
D | serial_reader.py | 21 """ Read serial data from the serial port and push to the 97 """ Read data from the subprocess that runs runnable and push to the
|
/hal_espressif-3.4.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/ |
D | asm_arm_mult_square_umaal.inc | 7 "push {r3} \n\t" \ 9 "push {r2} \n\t" \ 415 "push {r3} \n\t" \ 634 "push {r1, r2} \n\t" \ 750 "push {r1, r2} \n\t" \ 766 "push {r4, r5} \n\t" \ 888 "push {r2} \n\t" \ 918 "push {r1} \n\t" \ 1056 "push {r2} \n\t" \ 1086 "push {r1} \n\t" \ [all …]
|
D | asm_arm_mult_square.inc | 7 "push {r3} \n\t" \ 257 "push {r3} \n\t" \ 588 "push {r3} \n\t" \ 1025 "push {r3} \n\t" \ 1430 "push {r2} \n\t" \ 1432 "push {r1} \n\t" \ 1587 "push {r2} \n\t" \ 1589 "push {r1} \n\t" \ 1785 "push {r2} \n\t" \ 1787 "push {r1} \n\t" \ [all …]
|
/hal_espressif-3.4.0/ |
D | .gitlab-ci.yml | 14 # Disable those non-protected push triggered pipelines 15 …H !~ /^release\/v/ && $CI_COMMIT_TAG !~ /^v\d+\.\d+(\.\d+)?($|-)/ && $CI_PIPELINE_SOURCE == "push"'
|
/hal_espressif-3.4.0/.github/workflows/ |
D | release_zips.yml | 4 push:
|
/hal_espressif-3.4.0/examples/protocols/http_server/restful_server/front/web-demo/src/ |
D | store.js | 13 state.chart_value.push(new_value);
|
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/ |
D | rtc_i2c_struct.h | 30 uint32_t sda_force_out: 1; /*1=push pull 0=open drain*/ 31 uint32_t scl_force_out: 1; /*1=push pull 0=open drain*/
|
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/ |
D | rtc_i2c_struct.h | 30 uint32_t sda_force_out: 1; /*1=push pull 0=open drain*/ 31 uint32_t scl_force_out: 1; /*1=push pull 0=open drain*/
|
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/ |
D | rtc_i2c_struct.h | 30 uint32_t sda_force_out: 1; /*1=push pull 0=open drain*/ 31 uint32_t scl_force_out: 1; /*1=push pull 0=open drain*/
|
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/common_components/button/include/ |
D | iot_button.h | 33 BUTTON_CB_PUSH = 0, /*!<button push callback event */ 137 * btn->add_cb(BUTTON_CB_PUSH, button_tap_cb, (void*) push, 50 / portTICK_PERIOD_MS);
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/external/sbc/decoder/include/ |
D | oi_modules.h | 83 OI_MODULE_OPP_CLI, /**< 25 Object Push Profile protocol client */ 84 OI_MODULE_OPP_SRV, /**< 26 Object Push Profile protocol server */
|
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/common_components/button/ |
D | README.md | 10 * One push event callback
|
/hal_espressif-3.4.0/components/mdns/host_test/components/freertos_linux/ |
D | queue_unique_ptr.hpp | 34 q.push(std::move(t)); in send()
|
/hal_espressif-3.4.0/examples/system/gcov/main/ |
D | gcov_example_main.c | 36 /* Set the GPIO as a push/pull output */ in blink_task()
|
/hal_espressif-3.4.0/examples/peripherals/uart/uart_select/ |
D | README.md | 58 You can push any key on your keyboard to see the result of a successful detection by `select()` and…
|
/hal_espressif-3.4.0/examples/get-started/blink/main/ |
D | blink_example_main.c | 64 /* Set the GPIO as a push/pull output */ in configure_led()
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/eap_peer/ |
D | eap_tlv_common.h | 39 #pragma pack(push, 1)
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/include/ |
D | bt_sdp.h | 35 SDP_TYPE_OPP_SERVER, // Object Push Profile
|
1234