Skip to content

Add TAS2505 audio amplifier subcircuit - #93

Merged
techmannih merged 2 commits into
mainfrom
agent/add-tas2505-audio-amplifier-subcircuit
Aug 5, 2026
Merged

Add TAS2505 audio amplifier subcircuit#93
techmannih merged 2 commits into
mainfrom
agent/add-tas2505-audio-amplifier-subcircuit

Conversation

@techmannih

Copy link
Copy Markdown
Member

Summary

  • add a TAS2505 chip definition with its QFN footprint, pin labels, supplier part number, and schematic layout
  • add a reusable TAS2505 audio-amplifier application subcircuit with host, analog-input, speaker, headphone, and supply circuitry
  • export and document the new chip and subcircuit
  • add matching PCB and schematic snapshots

Why

This gives package consumers a ready-to-use TAS2505 audio-amplifier building block instead of requiring them to recreate the typical application circuit and low-level chip definition.

Impact

Consumers can import AudioAmplifier_TAS2505 from the package, or use the lower-level TAS2505 component directly.

Validation

  • bunx biome format README.md index.ts lib/chips/index.tsx lib/chips/TAS2505.circuit.tsx lib/subcircuits/AudioAmplifier_TAS2505.circuit.tsx
  • bunx tsc --noEmit --allowImportingTsExtensions
  • bunx tsci snapshot lib/subcircuits/AudioAmplifier_TAS2505.circuit.tsx --test (PCB and schematic snapshots match)

The repository's unmodified bun run typecheck currently reports TS5097 across existing .tsx-suffixed imports because allowImportingTsExtensions is not enabled; the compatible typecheck command above passes.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image

@techmannih
techmannih marked this pull request as ready for review August 5, 2026 06:57
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@techmannih
techmannih merged commit 7fb0395 into main Aug 5, 2026
2 checks passed
@techmannih
techmannih deleted the agent/add-tas2505-audio-amplifier-subcircuit branch August 5, 2026 06:58
@tscircuitbot

Copy link
Copy Markdown

Thank you for your contribution! 🎉

PR Rating:
Impact: Tiny

Track your contributions and see the leaderboard at: tscircuit Contribution Tracker


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants