Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools/rp2040: Building picotool if necessary
Improved 1. The pre-installed "picotool" should not depend on `PICO_SDK_PATH` 2. Perhaps we should compile "picotool" from `PICO_SDK_PATH` if it was not found in $PATH Tests 1. The "picotool" is pre-installed or built from `PICO_SDK_PATH` LD: nuttx Generating: nuttx.uf2 Done. 2. `PICO_SDK_PATH` is specified but "picotool" is not installed LD: nuttx Building: picotool Generating: nuttx.uf2 Done. 3. Neither "picotool" nor `PICO_SDK_PATH` are installed/specified LD: nuttx PICO_SDK_PATH/picotool must be specified/installed for flash boot Signed-off-by: wangjianyu3 <[email protected]>
- Loading branch information