mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-29 13:14:43 +00:00
esp32 temperature node
This commit is contained in:
@@ -1783,7 +1783,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_wifi_provisioning_
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER____idf_esp-idf-lib__i2cdev_unscanned_
|
||||
rule C_COMPILER____idf_espressif__i2c_bus_unscanned_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
@@ -1793,7 +1793,7 @@ rule C_COMPILER____idf_esp-idf-lib__i2cdev_unscanned_
|
||||
#############################################
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_esp-idf-lib__i2cdev_
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_espressif__i2c_bus_
|
||||
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
@@ -1802,7 +1802,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp-idf-lib__i2cdev_
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER____idf_esp-idf-lib__bmp280_unscanned_
|
||||
rule C_COMPILER____idf_espressif__bme280_unscanned_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
@@ -1812,7 +1812,7 @@ rule C_COMPILER____idf_esp-idf-lib__bmp280_unscanned_
|
||||
#############################################
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_esp-idf-lib__bmp280_
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_espressif__bme280_
|
||||
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
Reference in New Issue
Block a user