RP2040Sharp 1.0.1-beta.7 — peripheral fixes + test coverage (BUSL confirmed)#49
Merged
Conversation
…ed DMA A DMA channel paced by a PIO RX DREQ only advances when OnRxPush fires (the RP2040Machine wires OnRxPush -> Dma.ResumeDreq). InjectRxData enqueued without firing it, so injected words never woke a stalled channel. Add a DMA regression that drives a paced channel to completion from injected RX words.
Working-set of emulator refinements shipped as 1.0.1-beta.7: RTC and SSI peripheral corrections, plus new integration coverage (CYW43 HTTP RX, FreeRTOS kernel, MicroPython REPL, PyMCU-vs-MicroPython benchmark). Licensing is unchanged: the RP2040Sharp core is MIT and the TestKit / Wireless / NanoFramework.TestKit packages remain BUSL-1.1. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
RP2040Sharp 1.0.1-beta.7
RTC/SSI peripheral fixes plus new integration test coverage (CYW43 HTTP RX, FreeRTOS kernel, MicroPython REPL, PyMCU benchmark) and a DREQ-paced DMA fix (
OnRxPushfromInjectRxData).⚖️ Licensing
No change — the dual model is already in place and confirmed:
RP2040Sharp(core)RP2040Sharp.TestKitRP2040Sharp.WirelessRP2040Sharp.NanoFramework.TestKit🤖 Generated with Claude Code