Add TI footprint support to eval platform config - #2762
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: befe62503c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
seveibar
left a comment
There was a problem hiding this comment.
We dont want to integrate ti to eval?
|
@techmannih show users how to use a custom platform config js file with a custom parts engine in the docs- modifications to eval should not be necessary |
|
This PR has been automatically marked as stale because it has had no recent activity. It will be closed if no further activity occurs. |
|
This PR was closed because it has been inactive for 1 day since being marked as stale. |
Summary
evalthroughtiPartsEngineConfiggetPlatformConfig(...)to provide a built-inti:footprint resolverplatformoverride behavior while safely mergingprojectConfig.footprintLibraryMapfootprint="ti:MSP430"supportprojectConfig.footprintLibraryMap.timerge behaviorkicad:andjlcpcb:resolversWhy
This prepares
@tscircuit/evalto supportfootprint="ti:..."without requiringcorechanges.The new support is opt-in through
tiPartsEngineConfig, so TI integration can be enabled when needed while keeping the default platform behavior unchanged for other users.