### Create Project from Example Source: https://components.espressif.com/components/espressif/iqmath/versions/1.11.0~1/examples/get_started_language=en This command creates a new project from the 'get_started' example of the espressif/iqmath component. It simplifies setting up a project with the IQMath library. ```bash idf.py create-project-from-example "espressif/iqmath=1.11.0~1:get_started" ``` -------------------------------- ### Example Output Log Source: https://components.espressif.com/components/espressif/iqmath/versions/1.11.0~1/examples/get_started_language=en This is the expected output log when the IQMath example runs successfully. It indicates that the IQMath test has passed. ```log I (308) main_task: Started on CPU0 I (308) main_task: Calling app_main() I (308) example: IQMath test passed I (318) main_task: Returned from app_main() ``` -------------------------------- ### Build, Flash, and Monitor Project Source: https://components.espressif.com/components/espressif/iqmath/versions/1.11.0~1/examples/get_started_language=en This command builds the project, flashes it to the development board, and opens a serial monitor to view output. Ensure the correct chip target is set before running. ```bash idf.py -p PORT build flash monitor ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.