We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/root/projects/tf_test/managed_components/espressif__esp-tflite-micro/tensorflow/lite/micro/micro_mutable_op_resolver.h:18:10: fatal error: cstdio: No such file or directory 18 | #include | ^~~~~~~~ compilation terminated.
dependencies: espressif/esp-tflite-micro: "^1.3.1"
idf: version: ">=4.1.0"
public
main
idf version 5.2.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/root/projects/tf_test/managed_components/espressif__esp-tflite-micro/tensorflow/lite/micro/micro_mutable_op_resolver.h:18:10: fatal error: cstdio: No such file or directory
18 | #include
| ^~~~~~~~
compilation terminated.
dependencies:
espressif/esp-tflite-micro: "^1.3.1"
Required IDF version
idf:
version: ">=4.1.0"
# Put list of dependencies here
# For components maintained by Espressif:
component: "~1.0.0"
# For 3rd party components:
username/component: ">=1.0.0,<2.0.0"
username2/component2:
version: "~1.0.0"
# For transient dependencies
public
flag can be set.#
public
flag doesn't have an effect dependencies of themain
component.# All dependencies of
main
are public by default.public: true
idf version 5.2.1
The text was updated successfully, but these errors were encountered: