Commit 0b22c21
authored
Break out abstract_parts, electronics_model (#495)
Break out some application circuits from abstract_parts into circuits;
break out anything non-Passive and infrastructure from electronics_model
into new package electronics_interface. Also creates a generic
vendor_parts package for custom and generic (E6/E12/... series) parts.
This focuses on simple file moves and import renames, with the exception
of breaking up Comparator which its application circuit has a dependency
on abstract parts. A future PR will:
- Remove AbstractLedDriver
- Break out AbstractResistor
- Break out PowerConverters
- Break out ZenerDiode
Resolves #479
Creates #493, #494 since there is some cross-coupling from Passive to
electronics_interface types, which needs a deeper structure refactor.1 parent ce967d9 commit 0b22c21
316 files changed
Lines changed: 1614 additions & 1709 deletions
File tree
- edg
- abstract_parts
- resources
- circuits
- resources
- electronics_interfaces
- resources
- electronics_model
- parts
- analog
- adc
- dac
- opamp
- switch
- connector
- debug
- display
- lcd
- oled
- human_interface
- interface
- logic
- microcontroller
- power
- converter
- gate_driver
- motor
- sensor
- vendor_parts
- generic
- examples
- BldcController
- BleJoystick
- CanAdapter
- Datalogger
- DeskController
- EspLora
- EspProgrammer
- Fcml
- HighSwitch
- IotCurtainCrawler
- IotDisplay
- IotFan
- IotIron
- IotKnob
- IotLedDriver
- IotRollerBlinds
- IotThermalCamera
- JacdacKeyswitch
- Keyboard
- LedMatrix
- Multimeter
- PcbBot
- PicoProbe
- ProtectedCharger
- RobotCrawler
- RobotDriver
- RobotOwl
- SevenSegment
- Simon
- SwdDebugger
- TestBlinkyArray
- TestBlinkyBasicBattery
- TestBlinkyBasic
- TestBlinkyChain
- TestBlinkyComplete
- TestBlinkyExpanded
- TestBlinkyImplicit
- TestBlinkyMicro
- TestBlinkyPacked
- TestBlinkyWithLibraryExport
- TestBlinkyWithLibrary
- TestBlinkyWithModeledSchematicImport
- TestBlinkyWithSchematicImport
- TestLed
- 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 | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | | - | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
7 | 5 | | |
| 6 | + | |
8 | 7 | | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
| 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 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments