Commit ce967d9
authored
Reorganize parts libraries (#492)
Adds sub-package structure to the parts library. Refactors
pyproject.toml to auto-discover packages and include package data by
extension.
Breaks some of them into vendor_parts (implementations of
abstract_parts, including the JLC library) and circuits (which are
solely composed of abstract parts).
A follow-on PR will break up electronics_model (separating out
electronics_interfaces) and abstract_parts (moving stuff into circuits)
Related: #4791 parent b690c01 commit ce967d9
290 files changed
Lines changed: 2160 additions & 2298 deletions
File tree
- edg
- circuits
- resources
- parts
- analog
- adc
- dac
- opamp
- switch
- connector
- debug
- display
- lcd
- oled
- resources
- human_interface
- interface
- logic
- microcontroller
- resources
- power
- converter
- gate_driver
- motor
- sensor
- vendor_parts
- jlcparts
- jlc
- resources
- examples
- BasicKeyboard
- BldcController
- BleJoystick
- CanAdapter
- Datalogger
- DeskController
- EspLora
- EspProgrammer
- Fcml
- HighSwitch
- IotCurtainCrawler
- IotDisplay
- IotFan
- resources
- IotIron
- IotKnob
- resources
- IotLedDriver
- IotRollerBlinds
- IotThermalCamera
- JacdacKeyswitch
- Keyboard
- LedMatrix
- Multimeter
- PcbBot
- PicoProbe
- ProtectedCharger
- RobotCrawler
- RobotDriver
- RobotOwl
- resources
- SevenSegment
- resources
- Simon
- SwdDebugger
- TestBlinkyArray
- TestBlinkyBasicBattery
- TestBlinkyChain
- TestBlinkyComplete
- TestBlinkyExpanded
- TestBlinkyImplicit
- TestBlinkyMicro
- TestBlinkyPacked
- TestBlinkyWithLibraryExport
- TestBlinkyWithLibrary
- TestBlinkyWithModeledSchematicImport
- TestBlinkyWithSchematicImport
- TofArray
- UsbFpgaProgrammer
- UsbKey
- UsbSourceMeasure
- UsbUart
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
6 | 14 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
4 | | - | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
File renamed without changes.
File renamed without changes.
0 commit comments