rp2: boards: Add Soldered NULA Max RP2350 Board Definition.#19255
rp2: boards: Add Soldered NULA Max RP2350 Board Definition.#19255JosipKuci wants to merge 3 commits into
Conversation
Signed-off-by: Josip Šimun Kuči <josipsimunkuci@gmail.com>
Signed-off-by: Josip Šimun Kuči <josipsimunkuci@gmail.com>
Signed-off-by: Josip Šimun Kuči <josipsimunkuci@gmail.com>
|
Code size report: |
efe7a68 to
3319dd9
Compare
|
As the datasheet you reference shows the mcu to have gpio's up to 47, although not stating that, the board must be using a RP2 B-version, not an RP2350(A). You may want to explicit in that. |
Thank you for the comment, it has been specified as such in the soldered_nula_max_rp2350.h file with: |
|
I am not specifically knowledgeable in this domain. However, when I look at the RP2040/RP2350 download page, select (as an example) the RP230B Core model, I can see that in its definitions, in the file board.json, RP2350B is explicitly mentioned. Btw: I commented on your initiative as I was appealed by the specs of the board. |
Summary
This is a continuation of the following PR: #18090 due to its original fork being deleted
The PR adds a board definition for the Soldered NULA Max RP2350 which has the following features:
The board contains initialization code for all said modules and settings.
The board datasheet is available here:
Soldered NULA RP2350 Schematic-2.pdf
Testing
The following tests were done:
Generative AI
I did not use generative AI tools when creating this PR.