Skip to content

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

Merged
merged 7 commits into from
Apr 23, 2025

Conversation

nascs
Copy link
Contributor

@nascs nascs commented Mar 24, 2025

Description of changes

@nascs nascs requested a review from a team as a code owner March 24, 2025 09:21
Copy link
Member

@RadxaYuntian RadxaYuntian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不过我们为什么要写这个呢

Comment on lines +103 to +111
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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 -->

试试

Copy link
Contributor Author

@nascs nascs Mar 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不加 "<!-- prettier-ignore -->" 无法转译空行

@nascs nascs requested a review from RadxaYuntian March 25, 2025 01:49
@peterwang2050 peterwang2050 merged commit 9ee5ec7 into radxa-docs:main Apr 23, 2025
4 of 6 checks passed
@nascs nascs deleted the rp2350_riscv32_tool-chain branch May 6, 2025 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants