maxgerhardt / platform-raspberrypi

Raspberry Pi: development platform for PlatformIO
Apache License 2.0
94 stars 46 forks source link

Setting custom flash size #38

Closed L0rdL4nx closed 9 months ago

L0rdL4nx commented 9 months ago

Hi, i recently started using this "plugin" for Platform IO which is supposed to bring full Earle-Philower-core support (i believe so, if I'm wrong correct me please). But there is one feature I am still missing: setting custom flash sizes. I use a custom RP2040 board which has a 16MB module instead of a 2MB one and didnt found any information about how to configure that, unlike you can do in Arduino IDE. Could anyone please help me?

Thanks.

L0rdL4nx commented 9 months ago

EDIT: i just found _"maximumsize": 16777216 in generic.json, does that mean its already predefined or sth like "autodedect"?

L0rdL4nx commented 9 months ago

I figured it out.