Searched refs:PWD (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.4.0/components/ulp/ |
D | component_ulp_common.mk | 45 $(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.4.0/tools/ci/ |
D | test_build_system_cmake.sh | 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" 516 echo ${PWD} 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… 624 …! grep "$PWD/components/esp32" $PWD/build/project_description.json || failure "Failed to build wi… 632 …! grep "$PWD/main/test" $PWD/build/project_description.json || failure "COMPONENT_DIRS has added c… 633 …grep "$PWD/main" $PWD/build/project_description.json || failure "COMPONENT_DIRS parent component d… [all …]
|
D | test_build_system.sh | 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.4.0/make/ |
D | component_wrapper.mk | 225 $(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))/$$@
|
/hal_espressif-3.4.0/docs/en/api-guides/tools/ |
D | idf-docker-image.rst | 49 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.4.0/docs/en/api-guides/jtag-debugging/ |
D | building-openocd-windows.rst | 48 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"
|
D | index.rst | 275 export OPENOCD_SCRIPTS=$PWD/tcl
|
/hal_espressif-3.4.0/ |
D | export.sh | 4 wdir="$PWD"; [ "$PWD" = "/" ] && wdir=""
|
/hal_espressif-3.4.0/components/newlib/ |
D | Makefile.old | 3 TARGET_DIR=$(PWD)/.build
|
/hal_espressif-3.4.0/docs/zh_CN/api-guides/jtag-debugging/ |
D | index.rst | 277 export OPENOCD_SCRIPTS=$PWD/tcl
|