Skip to content

Pico 2 (RP2350) のサポート#7

Open
matsudai wants to merge 1 commit intogfd-dennou-club:masterfrom
matsudai:feature/support-pico2
Open

Pico 2 (RP2350) のサポート#7
matsudai wants to merge 1 commit intogfd-dennou-club:masterfrom
matsudai:feature/support-pico2

Conversation

@matsudai
Copy link

@matsudai matsudai commented Mar 5, 2026

既存のPico(RP2040 )に加えて、Pico2(RP2350)対応を追加しました。

RubyのAPIおよびC拡張には変更がありませんが、ファームウェアの生成手順・生成先に非互換があります。

1.現行

make # => build/main.uf2 に出力

2.本PRでの変更

pico pico2 を切り替え可能になるため、ビルド成果物の出力先が衝突しないよう build/pico/main.uf2 または build/pico2/main.uf2 としております。

#
# 1. make (引数なし)コマンドの場合
#
make # => 引数なしの場合は下記メニューから選択

    # 1) pico  2) pico2 : 1 ※ 「1」を選択した場合
    # make[1]: Entering directory '/path/to/mrubyc-pico'

#
# 2. make コマンドに引数を指定
#

# 2.1 pico(現行)
make pico # => build/pico/main.uf2 に出力

# 2.2 pico2(追加)
make pico2 # => build/pico2/main.uf2 に出力

# 2.3 全ボード
make all # => 上記2つを実行

お手数ですがご確認いただけますと幸いにございます。

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.

1 participant