Incorporate firmware engineer's filter table; fix MAC response format#3
Merged
Conversation
Filter corrections (from the authoritative firmware filter spec): - All processor IDs 0x01-0x1B exist in firmware; add SDK-exposed column - Restore Peak Detector (0x05) and add Punch Detector (0x04), Multi-Channel Averager (0x0E), Quaternion Averager (0x1A) as firmware-only types; 0x12-0x19 reserved/board-specific - Math: op 0 is an explicit no-op - Averager: byte 1 is average depth, byte 2 is input vector length - Comparator: byte 0 is a bitfield (sign, length-enable, length); single vs multi form disambiguated by config length (7 vs 1+4N) - Time: add mode 2 (passthrough); Sample Delay length is 4 bits - Buffer/Packer/Accounter/Delta: state semantics and field details - Fuser: count is bits 0-4, one ID byte per reference (the earlier one-byte fix had landed on the comparator's references row by mistake - both rows now correct) - Pulse: mode 3 (on-detection) confirmed supported on 1.7.x MAC address read (0x0B): response is 6 bytes on older firmware or 7 bytes with a leading address-type byte on current firmware (C++ convert_to_mac_address handles both); the previous always-6-bytes claim was wrong. Co-Authored-By: Claude Fable 5 <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.
Summary
mkdocs build --strictpasses.🤖 Generated with Claude Code