Enable the usage of multiple ICE40 in bitbang mode on the same SPI peripheral #87900
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 will fix #77983, but I'm still uncertain if we should actually merge it. Because at least for the hardware which I have available deinit is not yet implemented, so I wasn't even able to test it.
With this PR we will basically change the situation for some devices from the state "you can have only one ICE40" to "the ICE40 is not supported". But, at least in such cases there is now a clear path forward: Implement deinit for the SPI peripheral on this device. Considering this, as well as that this bitbang version of the driver won't be in use for most devices anyway, I think it is better to move along this path.