Add support for RM2 Wireless Module #18
Merged
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.
This PR adds initial support for the Yukon RM2 Wireless Module: https://shop.pimoroni.com/products/rm2-wireless-module-for-yukon
This build is still based on MicroPython 1.23, so is lacking the dynamic pin assignment for RM2 that should hopefully be coming in 1.25 (micropython/micropython#16057). For now this means that the RM2 Module is locked to a specific slot of Yukon (SLOT5), and you need to flash your board with specific wireless build to support it. If you wish to use the slot for another module you will need to flash your board with the non-wireless build.
To make this transition easier, I have adjusted the flash allocation of both builds to be the same, so you can switch between them without loosing the contents of your filesystem, which seems to have worked in my testing. Sadly this will require you to back up your filesystem when upgrading from Yukon 1.0.2 to 1.0.3, as your files WILL be lost otherwise.