Home
last modified time | relevance | path

Searched full:pwd (Results 1 – 23 of 23) sorted by relevance

/hal_espressif-3.5.0/docs/en/api-guides/tools/
Didf-docker-image.rst49 docker run --rm -v $PWD:/project -w /project espressif/idf idf.py build
56 - ``-v $PWD:/project``: mounts the current directory on the host (``$PWD``) as ``/project`` directo…
62 docker run --rm -v $PWD:/project -w /project espressif/idf:release-v4.0 idf.py build
72 docker run --rm -v $PWD:/project -w /project espressif/idf make defconfig all -j4
81 …docker run --rm -v $PWD:/project -v kconfig:/opt/esp/idf/tools/kconfig -w /project espressif/idf m…
92 docker run --rm -v $PWD:/project -w /project -it espressif/idf
/hal_espressif-3.5.0/tools/ci/
Dtest_build_system_cmake.sh7 # Assumes PWD is an out-of-tree build directory, and will create a
454 (idf.py reconfigure | grep "$PWD/main") || failure "Failed to verify original `main` directory"
459 … (idf.py reconfigure | grep "$PWD/main/main/main") || failure "Failed to set EXTRA_COMPONENT_DIRS"
490 … -C $IDF_PATH/examples/build_system/cmake/import_lib -B `pwd`/build -D SDKCONFIG_DEFAULTS="`pwd`/s…
516 echo ${PWD}
545 export PATH="$(pwd):$PATH"
605 …(export PATH=$PWD:$PATH && idf.py --ccache reconfigure | grep "ccache will be used") || failure "c…
607 (export PATH=$PWD:$PATH && idf.py reconfigure| grep -c "ccache will be used" | grep -wq 0) \
609 …(export PATH=$PWD:$PATH && idf.py --no-ccache reconfigure| grep -c "ccache will be used" | grep -w…
617 …grep "$PWD/components/bootloader/subproject/main/bootloader_start.c" build/bootloader/compile_comm…
[all …]
Dtest_build_system.sh7 # Assumes PWD is an out-of-tree build directory, and will create a
235 export PATH="$PWD:$PATH"
363 …make EXTRA_COMPONENT_DIRS=$PWD/mycomponents/mycomponent || failure "EXTRA_COMPONENT_DIRS has added…
368 …make EXTRA_COMPONENT_DIRS=$PWD/mycomponents || failure "EXTRA_COMPONENT_DIRS has added a sibling d…
428 …(make list-components | grep "$PWD/extra_dir/my_component") || failure "Unable to find component …
431 …(make list-components | grep "$PWD/components/my_component") || failure "Project components shoul…
485 TESTDIR=${PWD}/build_system_tests_$$
/hal_espressif-3.5.0/components/ulp/
Dcomponent_ulp_common.mk45 $(summary) CPP $(patsubst $(PWD)/%,%,$(CURDIR))/$@
51 $(summary) CPP $(patsubst $(PWD)/%,%,$<)
56 $(summary) ULP_AS $(patsubst $(PWD)/%,%,$(CURDIR))/$@
61 $(summary) ULP_LD $(patsubst $(PWD)/%,%,$(CURDIR))/$@
70 $(summary) ULP_BIN $(patsubst $(PWD)/%,%,$@)
86 $(summary) ULP_MAPGEN $(patsubst $(PWD)/%,%,$(CURDIR))/$<
/hal_espressif-3.5.0/components/wpa_supplicant/test/
Dtest_sae.c69 u8 pwd[] = "ESP32-WPA3"; variable
77 … TEST_ASSERT(sae_prepare_commit(addr1, addr2, pwd, strlen((const char *)pwd), NULL, &sae) == 0);
103 u8 pwd[] = "ESP32-WPA3"; variable
115 … TEST_ASSERT(sae_prepare_commit(addr1, addr2, pwd, strlen((const char *)pwd), NULL, &sae1) == 0);
118 … TEST_ASSERT(sae_prepare_commit(addr2, addr1, pwd, strlen((const char *)pwd), NULL, &sae2) == 0);
/hal_espressif-3.5.0/docs/en/api-guides/jtag-debugging/
Dbuilding-openocd-windows.rst48 export CPPFLAGS="$CPPFLAGS -I${PWD}/libusb/include/libusb-1.0"
49 export LDFLAGS="$LDFLAGS -L${PWD}/libusb/MinGW32/.libs/dll"
92 …export CPPFLAGS="$CPPFLAGS -I${PWD}/libusb/include/libusb-1.0"; export LDFLAGS="$LDFLAGS -L${PWD}/…
103 # export DESTDIR="$PWD"
Dindex.rst275 export OPENOCD_SCRIPTS=$PWD/tcl
/hal_espressif-3.5.0/components/wpa_supplicant/src/common/
Dsae.c276 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN); in sae_test_pwd_seed_ecc()
278 /* pwd-value = KDF-z(pwd-seed, "SAE Hunting and Pecking", p) */ in sae_test_pwd_seed_ecc()
285 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-value", in sae_test_pwd_seed_ecc()
320 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-seed", pwd_seed, SHA256_MAC_LEN); in sae_test_pwd_seed_ffc()
322 /* pwd-value = KDF-z(pwd-seed, "SAE Hunting and Pecking", p) */ in sae_test_pwd_seed_ffc()
327 wpa_hexdump_key(MSG_DEBUG, "SAE: pwd-value", pwd_value, in sae_test_pwd_seed_ffc()
332 wpa_printf(MSG_DEBUG, "SAE: pwd-value >= p"); in sae_test_pwd_seed_ffc()
336 /* PWE = pwd-value^((p-1)/r) modulo p */ in sae_test_pwd_seed_ffc()
343 * PWE = pwd-value^2 modulo p in sae_test_pwd_seed_ffc()
464 * pwd-seed = H(MAX(STA-A-MAC, STA-B-MAC) || MIN(STA-A-MAC, STA-B-MAC), in sae_derive_pwe_ecc()
[all …]
/hal_espressif-3.5.0/
Dexport.sh4 wdir="$PWD"; [ "$PWD" = "/" ] && wdir=""
57 script_dir="$(cd "${script_dir}" || exit 1; pwd)"
D.gitlab-ci.yml84 export OPENOCD_SCRIPTS=$PWD/openocd-esp32/share/openocd/scripts
85 export PATH=$PWD/openocd-esp32/bin:$PATH
Dinstall.sh7 IDF_PATH=$(cd "${basedir}"; pwd)
/hal_espressif-3.5.0/make/
Dcomponent_wrapper.mk225 $(summary) AR $(patsubst $(PWD)/%,%,$(CURDIR))/$@
263 $$(summary) CC $$(patsubst $$(PWD)/%,%,$$(CURDIR))/$$@
268 $$(summary) CXX $$(patsubst $$(PWD)/%,%,$$(CURDIR))/$$@
273 $$(summary) CXX $$(patsubst $$(PWD)/%,%,$$(CURDIR))/$$@
278 $$(summary) AS $$(patsubst $$(PWD)/%,%,$$(CURDIR))/$$@
324 $(summary) EMBED $$(patsubst $$(PWD)/%,%,$$(CURDIR))/$$@
Dproject.mk5 # together into the final file. If so, PWD is the project dir (we assume).
574 $(summary) LD $(patsubst $(PWD)/%,%,$@)
738 echo $(ESPTOOL_WRITE_FLASH_OPTIONS) $(ESPTOOL_ALL_FLASH_ARGS) | sed -e 's:'$(PWD)/build/'::g'
/hal_espressif-3.5.0/examples/protocols/http_server/restful_server/
DMakefile8 WEB_SRC_DIR = $(shell pwd)/front/web-demo
/hal_espressif-3.5.0/components/esptool_py/esptool/flasher_stub/
Drun_tests_with_stub.sh7 THISDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
/hal_espressif-3.5.0/components/newlib/
DMakefile.old3 TARGET_DIR=$(PWD)/.build
/hal_espressif-3.5.0/examples/storage/parttool/
Dparttool_example.sh7 # $2 - path to this example's built binary file (parttool.bin), by default $PWD/build/parttool.bin
/hal_espressif-3.5.0/examples/system/ota/otatool/
Dotatool_example.sh7 # $2 - path to this example's built binary file (parttool.bin), by default $PWD/build/otatool.bin
/hal_espressif-3.5.0/.gitlab/ci/
Dpre_check.yml41 - export IDF_PATH=$PWD
Dbuild.yml376 …# We can't mount $PWD/examples/get-started/blink into the container, see https://gitlab.com/gitlab…
/hal_espressif-3.5.0/docs/zh_CN/api-guides/jtag-debugging/
Dindex.rst277 export OPENOCD_SCRIPTS=$PWD/tcl
/hal_espressif-3.5.0/examples/protocols/mqtt/ssl_ds/
Dconfigure_ds.py323 '--pwd', '--password',
/hal_espressif-3.5.0/components/esp_wifi/include/
Desp_mesh.h923 * @param[in] pwd pointer to the password
931 esp_err_t esp_mesh_set_ap_password(const uint8_t *pwd, int len);