Attempt at adding support for Waveshare RP2350B-Plus-W #3288
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've done my best to follow the guide for contributing and:
Edited
makeboards.py, although I am not sure if I understood what these parameters should be:(I do not know if the first BuildFlashMenu is correct to be included)
I also was unsure of what parameters 6, 7, and 10 should be, as the number I got for the device ID via
udevadmattributes walk is quite different from the others' IDs (but the manufacturer code matched so).I guess the 7th parameter is power in mA? The schematic says the LDO is
ME6217C33M5G, and the datasheet for that says it can output 800mA (this LDO is also used on the Waveshare RP2350B-Eth and RP2350B-Tiny), so I guess I'll update that and rerun the script.I also added
digital.cpp,pins_arduino.h, andinit.cpp. The comments at the top ofdigital.cppandpins_arduino.hinclude the datasheets I used as references.