-
Notifications
You must be signed in to change notification settings - Fork 77
Rp2350 riscv32 tool chain #733
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
Rp2350 riscv32 tool chain #733
Conversation
Signed-off-by: Nascs Fang <[email protected]>
Signed-off-by: Nascs Fang <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不过我们为什么要写这个呢
export PICO_SDK_PATH=path/to/pico-sdk | ||
<!-- prettier-ignore --> | ||
cd pico-examples | ||
<!-- prettier-ignore --> | ||
mkdir build | ||
<!-- prettier-ignore --> | ||
cd build | ||
<!-- prettier-ignore --> | ||
cmake .. -DPICO_PLATFORM=<b>rp2350-riscv</b> && make -j4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
export PICO_SDK_PATH=path/to/pico-sdk | |
<!-- prettier-ignore --> | |
cd pico-examples | |
<!-- prettier-ignore --> | |
mkdir build | |
<!-- prettier-ignore --> | |
cd build | |
<!-- prettier-ignore --> | |
cmake .. -DPICO_PLATFORM=<b>rp2350-riscv</b> && make -j4 | |
export PICO_SDK_PATH=path/to/pico-sdk | |
<!-- prettier-ignore-start --> | |
cd pico-examples | |
mkdir build | |
cd build | |
cmake .. -DPICO_PLATFORM=<b>rp2350-riscv</b> && make -j4 | |
<!-- prettier-ignore-end --> |
试试
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不加 "<!-- prettier-ignore -->" 无法转译空行
Signed-off-by: Nascs Fang <[email protected]>
Co-authored-by: ZHANG Yuntian <[email protected]>
Signed-off-by: Nascs Fang <[email protected]>
Signed-off-by: Nascs Fang <[email protected]>
Description of changes