-
-
Notifications
You must be signed in to change notification settings - Fork 212
mbedOS crashes trying to run examples from Tensorflow 2.1.0-alpha #119
New issue
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
Comments
Precompiled bits of a library should not depend on any link time dependency (we cannot assure ABI stability). Fixes arduino/ArduinoCore-mbed#119
update. I tried the "hello_world" example on Portenta M7 Core. The code compiles ok but the crashes when run. TF Lite 2.4.0 Alpha , mbedOS core 1.3.1. The red LED flashes 4 long blinks and 4 short blinks |
@mbanzi the crash on Portenta is due to the example trying to |
Thanks for pointing that out. :) In the other Arduino cores trying to PWM a non PWM pin we just fall back to digitalWrite |
Precompiled bits of a library should not depend on any link time dependency (we cannot assure ABI stability). Fixes arduino/ArduinoCore-mbed#119
* Skip dependency detection if library is fully precompiled Precompiled bits of a library should not depend on any link time dependency (we cannot assure ABI stability). Fixes arduino/ArduinoCore-mbed#119 * Add output when skipping deps detection for precompiled libs Co-authored-by: Silvano Cerza <[email protected]>
* Skip dependency detection if library is fully precompiled Precompiled bits of a library should not depend on any link time dependency (we cannot assure ABI stability). Fixes arduino/ArduinoCore-mbed#119 * Add output when skipping deps detection for precompiled libs Co-authored-by: Silvano Cerza <[email protected]>
Trying to run examples from the latest version of the TensorFlow library crashed mbedOS
The text was updated successfully, but these errors were encountered: