Bump the minor-and-patch group with 1 update - #45
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps Daqifi.Core from 0.24.0 to 0.28.0 --- updated-dependencies: - dependency-name: Daqifi.Core dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #46. |
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.
Updated Daqifi.Core from 0.24.0 to 0.28.0.
Release notes
Sourced from Daqifi.Core's releases.
0.28.0
What's new
🤖 MCP server — drive a device from an AI agent (#277)
A new
Daqifi.Mcpproject ships a Model Context Protocol server so an AI agent (Claude Desktop/Code, Cursor, Codex, or any MCP-aware client) can control a DAQiFi Nyquist device end-to-end — no application code required. It's a thin, in-process layer overDaqifi.Core, distributed as adotnet tool.Tools:
discover_devices,connect_device,list_connected_devices,disconnect_device,get_device_status,list_channels,configure_analog_channels,set_sample_rate,start_sd_logging,stop_sd_logging.Scope is the basic control loop — discover, connect, configure analog channels + sample rate, and run on-device SD-card logging. (Live data streaming and SD file list/download are planned follow-ups.)
dotnet tool install -g Daqifi.Mcp, then point your client at thedaqifi-mcpcommand.--read-onlymode and a--max-sample-rate-hzclamp; the 1000 Hz hardware ceiling is always enforced.src/Daqifi.Mcp/README.md.Validated end-to-end against a real Nyquist 1 (firmware 3.6.2) over USB.
🔎 Discovery: echo-on devices are now found (#272, #268)
Serial discovery now resynchronizes the protobuf parser past echo/prompt noise, so devices with command echo enabled are discovered correctly instead of being skipped.
Also in this release
DaqifiDevice.GetChannelsSnapshot()— a lock-protected channel snapshot that is safe to enumerate off the device consumer thread (used by the MCP layer, and useful for any out-of-process consumer).Daqifi.Mcp.NET tool to NuGet, and theDaqifi.Corepush is idempotent (--skip-duplicate) so re-running a release no longer fails on already-published versions.Full Changelog: daqifi/daqifi-core@v0.27.0...v0.28.0
0.27.0
What's Changed
Full Changelog: daqifi/daqifi-core@v0.26.0...v0.27.0
0.26.0
What's new
HidLibraryTransport.ExclusiveAccess— opens a HID device exclusively (WindowsdwShareMode=0via HidSharp; macOS IOKitkIOHIDOptionsTypeSeizeDevice) so no other user-mode opener can touch it while the handle is held. Best-effort: a refused exclusive open falls back to a shared open. Enables grabbing and holding a sitting PIC32 HID bootloader and locking out other openers during a flash. (#274)Open() failure paths capture and chain both open causes and dispose leaked partial streams.
0.25.0
WiFi (WINC) flash lifecycle owned by Core (#270)
Core now owns the full WiFi-module flash lifecycle so consumers don't reimplement orchestration (closes the core of #269).
Highlights
Operation completed successfully, configurable viaWifiFlashSuccessMarker) — not from the unreliable exit code or a duration heuristic. This correctly fails the "tool couldn't open the port → returned in ~1s with no output" case,Programming device failed, and partial failures.PostLanDisconnectPortReleaseDelay), so the tool can actually open the COM port.WincBootPromptResponseDelay+ an injectableWifiBridgeActivationCallbackfired at the "Power cycle WINC" prompt (raw-serial specifics stay host-side).WifiFlashAttempts/WifiFlashRetryDelay); genuine programming failures are not retried.New
FirmwareUpdateServiceOptionsPostLanDisconnectPortReleaseDelay,WincBootPromptResponseDelay,WifiBridgeActivationCallback,WifiFlashAttempts,WifiFlashRetryDelay,WifiFlashSuccessMarker.Hardware-validated against a WINC1500 module. Full test suite green.
0.24.1
fix(discovery): disable echo before the serial identity probe so echo-on devices are found (#267)
Restores serial discovery of freshly-booted / never-connected (echo-on) DAQiFi devices, which v0.22.0–v0.24.0 silently dropped because the echoed SYSInfoPB? reply couldn't be framed by the protobuf parser.
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions