Route the audio and arduino itself, fix 3.3V bus
This commit is contained in:
parent
477a45d879
commit
21df1071b2
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
|||||||
|
KiCAD-MCP-Server
|
||||||
|
|
||||||
# Created by https://www.toptal.com/developers/gitignore/api/macos,linux,windows,kicad
|
# Created by https://www.toptal.com/developers/gitignore/api/macos,linux,windows,kicad
|
||||||
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,linux,windows,kicad
|
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,linux,windows,kicad
|
||||||
|
|
||||||
|
|||||||
@ -133,3 +133,17 @@ symbol_info_budget:
|
|||||||
# list of regex patterns which, when matched, mark a memory entry as read‑only.
|
# list of regex patterns which, when matched, mark a memory entry as read‑only.
|
||||||
# Extends the list from the global configuration, merging the two lists.
|
# Extends the list from the global configuration, merging the two lists.
|
||||||
read_only_memory_patterns: []
|
read_only_memory_patterns: []
|
||||||
|
|
||||||
|
# list of regex patterns for memories to completely ignore.
|
||||||
|
# Matching memories will not appear in list_memories or activate_project output
|
||||||
|
# and cannot be accessed via read_memory or write_memory.
|
||||||
|
# To access ignored memory files, use the read_file tool on the raw file path.
|
||||||
|
# Extends the list from the global configuration, merging the two lists.
|
||||||
|
# Example: ["_archive/.*", "_episodes/.*"]
|
||||||
|
ignored_memory_patterns: []
|
||||||
|
|
||||||
|
# advanced configuration option allowing to configure language server-specific options.
|
||||||
|
# Maps the language key to the options.
|
||||||
|
# Have a look at the docstring of the constructors of the LS implementations within solidlsp (e.g., for C# or PHP) to see which options are available.
|
||||||
|
# No documentation on options means no options are available.
|
||||||
|
ls_specific_settings: {}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -3,45 +3,8 @@
|
|||||||
"active_layer": 0,
|
"active_layer": 0,
|
||||||
"active_layer_preset": "",
|
"active_layer_preset": "",
|
||||||
"auto_track_width": true,
|
"auto_track_width": true,
|
||||||
"hidden_netclasses": [
|
"hidden_netclasses": [],
|
||||||
"ButtonsLEDs"
|
"hidden_nets": [],
|
||||||
],
|
|
||||||
"hidden_nets": [
|
|
||||||
"/Arduino MIDI/JOG1",
|
|
||||||
"/Arduino MIDI/LED_CUE",
|
|
||||||
"/Arduino MIDI/BTN_BACK",
|
|
||||||
"/Arduino MIDI/LED_RELOOP",
|
|
||||||
"/Arduino MIDI/BTN_LOOP_IN",
|
|
||||||
"/Arduino MIDI/BTN_LOOP_OUT",
|
|
||||||
"/Arduino MIDI/BTN_RELOOP",
|
|
||||||
"/Arduino MIDI/LED_LOOP_OUT",
|
|
||||||
"/Arduino MIDI/LED_LOOP_IN",
|
|
||||||
"/Arduino MIDI/BTN_MTEMPO",
|
|
||||||
"/Arduino MIDI/LED_MTEMPO",
|
|
||||||
"/Arduino MIDI/LED_TEMPO_RST",
|
|
||||||
"/Arduino MIDI/FADER_ADIN",
|
|
||||||
"/Arduino MIDI/BTN_TEMPO_RST",
|
|
||||||
"/Arduino MIDI/JOG_TOUCH",
|
|
||||||
"/Arduino MIDI/BTN_HOTCUE_1",
|
|
||||||
"/Arduino MIDI/LED_HOTCUE2",
|
|
||||||
"/Arduino MIDI/LED_HOTCUE1",
|
|
||||||
"/Arduino MIDI/BTN_HOTCUE_2",
|
|
||||||
"/Arduino MIDI/LED_HOTCUE3",
|
|
||||||
"/Arduino MIDI/BTN_HOTCUE_3",
|
|
||||||
"/Arduino MIDI/BTN_TRACK_R",
|
|
||||||
"/Arduino MIDI/BTN_SEARCH_L",
|
|
||||||
"/Arduino MIDI/BTN_TRACK_L",
|
|
||||||
"/Arduino MIDI/LED_PLAY",
|
|
||||||
"/Arduino MIDI/BTN_CUE",
|
|
||||||
"/Arduino MIDI/BTN_PLAY",
|
|
||||||
"/Arduino MIDI/BTN_SEARCH_R",
|
|
||||||
"/Arduino MIDI/LED_JOG_MODE_2",
|
|
||||||
"/Arduino MIDI/LED_JOG_MODE_1",
|
|
||||||
"/Arduino MIDI/BTN_JOG_MODE",
|
|
||||||
"/Arduino MIDI/BTN_TEMPO_RANGE",
|
|
||||||
"/Arduino MIDI/LED_DIRECTION",
|
|
||||||
"/Arduino MIDI/BTN_DIRECTION"
|
|
||||||
],
|
|
||||||
"high_contrast_mode": 0,
|
"high_contrast_mode": 0,
|
||||||
"net_color_mode": 1,
|
"net_color_mode": 1,
|
||||||
"opacity": {
|
"opacity": {
|
||||||
@ -55,15 +18,15 @@
|
|||||||
"selection_filter": {
|
"selection_filter": {
|
||||||
"dimensions": false,
|
"dimensions": false,
|
||||||
"footprints": true,
|
"footprints": true,
|
||||||
"graphics": true,
|
"graphics": false,
|
||||||
"keepouts": true,
|
"keepouts": false,
|
||||||
"lockedItems": false,
|
"lockedItems": false,
|
||||||
"otherItems": false,
|
"otherItems": false,
|
||||||
"pads": true,
|
"pads": false,
|
||||||
"text": false,
|
"text": false,
|
||||||
"tracks": true,
|
"tracks": true,
|
||||||
"vias": true,
|
"vias": true,
|
||||||
"zones": true
|
"zones": false
|
||||||
},
|
},
|
||||||
"visible_items": [
|
"visible_items": [
|
||||||
"vias",
|
"vias",
|
||||||
|
|||||||
@ -147,7 +147,7 @@
|
|||||||
"td_onpthpad": true,
|
"td_onpthpad": true,
|
||||||
"td_onroundshapesonly": false,
|
"td_onroundshapesonly": false,
|
||||||
"td_onsmdpad": true,
|
"td_onsmdpad": true,
|
||||||
"td_ontrackend": false,
|
"td_ontrackend": true,
|
||||||
"td_onvia": true
|
"td_onvia": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -574,7 +574,7 @@
|
|||||||
"gencad": "",
|
"gencad": "",
|
||||||
"idf": "",
|
"idf": "",
|
||||||
"netlist": "",
|
"netlist": "",
|
||||||
"plot": "",
|
"plot": "../../../Downloads/",
|
||||||
"pos_files": "",
|
"pos_files": "",
|
||||||
"specctra_dsn": "",
|
"specctra_dsn": "",
|
||||||
"step": "",
|
"step": "",
|
||||||
|
|||||||
4957
CDJ-MainBoard/CDJ-MainBoard_drc_violations.json
Normal file
4957
CDJ-MainBoard/CDJ-MainBoard_drc_violations.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -3414,6 +3414,24 @@
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(pin passive line
|
||||||
|
(at 2.54 -45.72 90)
|
||||||
|
(length 2.54)
|
||||||
|
(name "GND"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(number "45"
|
||||||
|
(effects
|
||||||
|
(font
|
||||||
|
(size 1.27 1.27)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
(pin bidirectional line
|
(pin bidirectional line
|
||||||
(at 15.24 38.1 180)
|
(at 15.24 38.1 180)
|
||||||
(length 2.54)
|
(length 2.54)
|
||||||
@ -5752,6 +5770,12 @@
|
|||||||
(color 0 0 0 0)
|
(color 0 0 0 0)
|
||||||
(uuid "00b260b5-84a1-4ef6-9c12-8a3ee410f72e")
|
(uuid "00b260b5-84a1-4ef6-9c12-8a3ee410f72e")
|
||||||
)
|
)
|
||||||
|
(junction
|
||||||
|
(at 100.33 147.32)
|
||||||
|
(diameter 0)
|
||||||
|
(color 0 0 0 0)
|
||||||
|
(uuid "08b051e2-5d7b-4b51-897e-5a3d2de39bfc")
|
||||||
|
)
|
||||||
(junction
|
(junction
|
||||||
(at 287.02 173.99)
|
(at 287.02 173.99)
|
||||||
(diameter 0)
|
(diameter 0)
|
||||||
@ -6076,6 +6100,16 @@
|
|||||||
)
|
)
|
||||||
(uuid "232b2e97-aaf9-4d3a-a7e4-06fa0ea79283")
|
(uuid "232b2e97-aaf9-4d3a-a7e4-06fa0ea79283")
|
||||||
)
|
)
|
||||||
|
(wire
|
||||||
|
(pts
|
||||||
|
(xy 100.33 147.32) (xy 102.87 147.32)
|
||||||
|
)
|
||||||
|
(stroke
|
||||||
|
(width 0)
|
||||||
|
(type default)
|
||||||
|
)
|
||||||
|
(uuid "23df70bb-0274-43ba-adbe-ab39639dbf0a")
|
||||||
|
)
|
||||||
(wire
|
(wire
|
||||||
(pts
|
(pts
|
||||||
(xy 52.07 58.42) (xy 54.61 58.42)
|
(xy 52.07 58.42) (xy 54.61 58.42)
|
||||||
@ -13354,7 +13388,6 @@
|
|||||||
(in_bom yes)
|
(in_bom yes)
|
||||||
(on_board yes)
|
(on_board yes)
|
||||||
(dnp no)
|
(dnp no)
|
||||||
(fields_autoplaced yes)
|
|
||||||
(uuid "776493bf-cc4f-41f2-8e7a-632ad96677db")
|
(uuid "776493bf-cc4f-41f2-8e7a-632ad96677db")
|
||||||
(property "Reference" "U14"
|
(property "Reference" "U14"
|
||||||
(at 102.4733 147.32 0)
|
(at 102.4733 147.32 0)
|
||||||
@ -13362,7 +13395,7 @@
|
|||||||
(font
|
(font
|
||||||
(size 1.27 1.27)
|
(size 1.27 1.27)
|
||||||
)
|
)
|
||||||
(justify left)
|
(justify right)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(property "Value" "ATmega32U4-A (Arduino MIDI controller)"
|
(property "Value" "ATmega32U4-A (Arduino MIDI controller)"
|
||||||
@ -13374,7 +13407,7 @@
|
|||||||
(justify left)
|
(justify left)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(property "Footprint" "JLC2KiCad_lib-footprints:VQFN-44_L7.0-W7.0-P0.50-BL-EP5.2"
|
(property "Footprint" "Package_QFP:TQFP-44_10x10mm_P0.8mm"
|
||||||
(at 100.33 101.6 0)
|
(at 100.33 101.6 0)
|
||||||
(effects
|
(effects
|
||||||
(font
|
(font
|
||||||
@ -13534,6 +13567,9 @@
|
|||||||
(pin "11"
|
(pin "11"
|
||||||
(uuid "8df299a1-2b03-422d-8325-7ad2f224018e")
|
(uuid "8df299a1-2b03-422d-8325-7ad2f224018e")
|
||||||
)
|
)
|
||||||
|
(pin "45"
|
||||||
|
(uuid "882043b5-c97f-4471-a171-5d79e602b549")
|
||||||
|
)
|
||||||
(instances
|
(instances
|
||||||
(project "CDJ-MainBoard"
|
(project "CDJ-MainBoard"
|
||||||
(path "/9b0e9ffe-08d2-4443-a3c7-7a8dbde036a8/73c6762a-885b-46bb-a26f-196c571f1a90"
|
(path "/9b0e9ffe-08d2-4443-a3c7-7a8dbde036a8/73c6762a-885b-46bb-a26f-196c571f1a90"
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
27542184653707499
|
27543958668861790
|
||||||
Audio_Module
|
Audio_Module
|
||||||
Reverb_BTDR-1H
|
Reverb_BTDR-1H
|
||||||
Digital Reverberation Unit, http://www.belton.co.kr/inc/downfile.php?seq=17&file=pdf (footprint from http://www.uk-electronic.de/PDF/BTDR-1.pdf)
|
Digital Reverberation Unit, http://www.belton.co.kr/inc/downfile.php?seq=17&file=pdf (footprint from http://www.uk-electronic.de/PDF/BTDR-1.pdf)
|
||||||
@ -70588,6 +70588,13 @@ SW-TH_XKB5858-Z-E footprint C780038
|
|||||||
6
|
6
|
||||||
6
|
6
|
||||||
JLC2KiCad_lib-footprints
|
JLC2KiCad_lib-footprints
|
||||||
|
TF-SMD_TF-15-15
|
||||||
|
TF-SMD_TF-15-15 footprint
|
||||||
|
TF-SMD_TF-15-15 footprint C111196
|
||||||
|
0
|
||||||
|
13
|
||||||
|
13
|
||||||
|
JLC2KiCad_lib-footprints
|
||||||
TSSOP-24_L7.8-W4.4-P0.65-LS6.4-BL
|
TSSOP-24_L7.8-W4.4-P0.65-LS6.4-BL
|
||||||
TSSOP-24_L7.8-W4.4-P0.65-LS6.4-BL footprint
|
TSSOP-24_L7.8-W4.4-P0.65-LS6.4-BL footprint
|
||||||
TSSOP-24_L7.8-W4.4-P0.65-LS6.4-BL footprint C179326
|
TSSOP-24_L7.8-W4.4-P0.65-LS6.4-BL footprint C179326
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user