46 Commits

Author SHA1 Message Date
fd34ac13ca merge gitmodules 2023-01-01 08:53:20 +01:00
59519e4f55 led, sensor, power 2023-01-01 08:52:10 +01:00
aaa75c0c88 build fixes 2022-09-30 10:25:21 +02:00
3fd12c0e52 clean repo 2022-09-30 09:50:14 +02:00
b9b66dd009 HW updates 2022-09-30 09:50:07 +02:00
6daf89c1f8 merge new remote#2 2022-09-30 09:49:47 +02:00
dd205539df update submodule 2022-09-30 09:33:42 +02:00
5f7ee8042d merge origin master 2022-09-30 09:33:12 +02:00
b0ed6e52ca clean-up songs 2022-01-05 14:52:45 +01:00
d27b693db1 battery management 2022-01-04 17:02:02 +01:00
14b25a9459 fix vbat 2022-01-04 15:50:20 +01:00
ec47ddc402 update battery lib 2022-01-04 10:26:07 +01:00
f2eeba9b73 update confg + ota 2022-01-03 17:14:48 +01:00
c340ab9d2a extend power statemachine 2022-01-02 18:50:22 +01:00
7509858aa4 update JCbutton 2022-01-02 18:49:48 +01:00
57b6142a31 update 2021-12-17 13:47:24 +01:00
010572211c update lib heads 2021-12-14 19:23:34 +01:00
a9288d8cbd battery sense head 2021-12-14 18:38:00 +01:00
7357c74293 battery sense head 2021-12-14 18:37:37 +01:00
a88d83ce5d audio updates 2021-12-14 18:36:05 +01:00
568f07901c update batterysense head 2021-12-14 18:35:56 +01:00
cce21d299a update game 2021-12-14 16:27:15 +01:00
6fdeb985e7 add batterysense lib 2021-12-14 16:26:55 +01:00
cdb0b37ef6 updated PN532 head 2021-12-14 11:28:09 +01:00
3a9c59d3e9 Added Battery sense lib 2021-12-14 11:27:47 +01:00
59c60b765e update game 2021-12-11 20:21:44 +01:00
16410f5d6a update PN532 lib 2021-12-11 20:21:36 +01:00
021540339d updated lbs 2021-12-11 19:35:06 +01:00
b522a701f4 updated lbs 2021-12-11 19:33:03 +01:00
9aa81b72c3 Merge branch 'master' of http://192.168.2.3/Bonobo.Git.Server/muziekdoos 2021-12-11 19:25:55 +01:00
d097fbdd9d update audio 2021-12-10 17:22:02 +01:00
7e73a3fbd4 feat: started game design 2021-12-10 17:15:22 +01:00
94017d771c update libs head 2021-12-10 17:15:15 +01:00
99088ed908 update libs 2021-11-29 16:52:20 +01:00
8c6cbbf247 extend sensor vbatt and hall 2021-11-29 16:51:17 +01:00
dc285288f0 update schematics 2021-11-28 12:19:54 +01:00
e37b1120ff Add ADS1X15 code 2021-11-28 12:19:21 +01:00
b42ad028ed Add ADC submodule 2021-11-28 12:19:01 +01:00
dd4fb43465 update storage to be compatible with int. LittleFS 2021-11-27 11:18:04 +01:00
4815afada0 update lib head 2021-11-27 11:09:01 +01:00
bb9c4c8228 working rfid on hwv2, latest arduino-esp 2021-11-27 11:07:16 +01:00
c5291f5566 add DXF 2021-11-23 09:25:01 +01:00
ba5ec27681 updated PCB for ordering 2021-11-23 09:10:47 +01:00
d0d7f6c7da minor changes to component value 2021-11-22 09:49:25 +01:00
590f1fb371 revert to PN532 2021-11-21 18:26:20 +01:00
c8f1206a33 restore PN532 submodule and remove C95 2021-11-21 18:26:00 +01:00
1345 changed files with 747743 additions and 1104755 deletions

24
.gitmodules vendored
View File

@@ -1,12 +1,24 @@
[submodule "FW/leo_muziekdoos_esp32/lib/ESP8266Audio"]
path = FW/leo_muziekdoos_esp32/lib/ESP8266Audio
url = http://192.168.2.3/Bonobo.Git.Server/ESP8266Audio.git
url = http://debianvm.local:3000/libs/ESP8266Audio.git
[submodule "FW/leo_muziekdoos_esp32/lib/littleFS_esp32"]
path = FW/leo_muziekdoos_esp32/lib/littleFS_esp32
url = http://192.168.2.3/Bonobo.Git.Server/LittleFS_esp32.git
url = http://debianvm.local:3000/libs/LittleFS_esp32
[submodule "FW/leo_muziekdoos_esp32/lib/JCButton"]
path = FW/leo_muziekdoos_esp32/lib/JCButton
url = http://192.168.2.3/Bonobo.Git.Server/JCButton.git
[submodule "FW/leo_muziekdoos_esp32/lib/rfid_C95HF"]
path = FW/leo_muziekdoos_esp32/lib/rfid_C95HF
url = http://192.168.2.3/Bonobo.Git.Server/rfid.C95HF.git
url = http://debianvm.local:3000/libs/JCButton.git
[submodule "FW/leo_muziekdoos_esp32/lib/NDEF"]
path = FW/leo_muziekdoos_esp32/lib/NDEF
url = http://debianvm.local:3000/libs/rfid.NDEF.git
[submodule "FW/leo_muziekdoos_esp32/lib/PN532"]
path = FW/leo_muziekdoos_esp32/lib/PN532
url = http://debianvm.local:3000/libs/rfid.PN532.git
[submodule "FW/leo_muziekdoos_esp32/lib/PN532_SPI"]
path = FW/leo_muziekdoos_esp32/lib/PN532_SPI
url = http://debianvm.local:3000/libs/rfid.PN532_SPI.git
[submodule "FW/leo_muziekdoos_esp32/lib/ADC_ADS1x15"]
path = FW/leo_muziekdoos_esp32/lib/ADC_ADS1x15
url = http://debianvm.local:3000/libs/ADC_ADS1X15.git
[submodule "FW/leo_muziekdoos_esp32/lib/BatterySense"]
path = FW/leo_muziekdoos_esp32/lib/BatterySense
url = http://debianvm.local:3000/libs/BatterySense.git

File diff suppressed because it is too large Load Diff

View File

@@ -25,9 +25,9 @@ Text Label 5700 2950 2 50 ~ 0
ESP_RX1
Text HLabel 5700 3150 2 50 Input ~ 0
BTN_PWR
Text HLabel 5700 3350 2 50 Output ~ 0
Text HLabel 5700 4150 2 50 Output ~ 0
MEAS_EN
Text HLabel 5700 3250 2 50 Output ~ 0
Text HLabel 5700 3050 2 50 Output ~ 0
PW_HOLD
Text HLabel 5700 4550 2 50 Input ~ 0
NFC_SPI_MISO
@@ -469,8 +469,6 @@ NoConn ~ 5200 4850
NoConn ~ 3600 2750
NoConn ~ 3600 2850
NoConn ~ 3600 2950
Wire Wire Line
5700 3350 5200 3350
Wire Wire Line
2850 1600 4300 1600
Wire Wire Line
@@ -644,10 +642,6 @@ F 4 "Espressive" H 4400 3850 50 0001 C CNN "Manufacturer"
1 4400 3850
1 0 0 -1
$EndComp
Wire Wire Line
5700 3150 5200 3150
Wire Wire Line
5700 3250 5200 3250
Wire Wire Line
5700 4350 5200 4350
Wire Wire Line
@@ -656,8 +650,7 @@ Wire Wire Line
5700 4550 5200 4550
Wire Wire Line
5700 3650 5200 3650
NoConn ~ 5200 3050
NoConn ~ 5200 4150
NoConn ~ 5200 3450
$Comp
L Device:C C22
U 1 1 61885C4A
@@ -785,7 +778,6 @@ Wire Wire Line
7650 5600 7650 5450
Wire Wire Line
5700 3550 5200 3550
NoConn ~ 5200 3450
$Comp
L Analog_ADC:ADS1114IDGS U6
U 1 1 6177DA48
@@ -801,4 +793,12 @@ Wire Wire Line
9050 5500 9550 5500
Wire Wire Line
9450 5600 9550 5600
Wire Wire Line
5700 4150 5200 4150
NoConn ~ 5200 3250
NoConn ~ 5200 3350
Wire Wire Line
5200 3050 5700 3050
Wire Wire Line
5700 3150 5200 3150
$EndSCHEMATC

View File

@@ -0,0 +1,890 @@
(kicad_sch (version 20211123) (generator eeschema)
(uuid 3c121a93-b189-409b-a104-2bdd37ff0b51)
(paper "A4")
(lib_symbols
(symbol "Analog_DAC:AUDIOAMP_MAX98357" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "U" (id 0) (at -12.7 17.78 0)
(effects (font (size 1.0668 1.0668)) (justify left bottom))
)
(property "Value" "Analog_DAC_AUDIOAMP_MAX98357" (id 1) (at -12.7 -17.78 0)
(effects (font (size 1.0668 1.0668)) (justify left bottom))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_locked" "" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)))
)
(symbol "AUDIOAMP_MAX98357_1_0"
(polyline
(pts
(xy -12.7 -15.24)
(xy 12.7 -15.24)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -12.7 -10.16)
(xy -12.7 -15.24)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -12.7 -10.16)
(xy -12.7 10.16)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -12.7 10.16)
(xy -12.7 15.24)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -12.7 10.16)
(xy 12.7 10.16)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -12.7 15.24)
(xy 12.7 15.24)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 12.7 -15.24)
(xy 12.7 -10.16)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 12.7 -10.16)
(xy -12.7 -10.16)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 12.7 10.16)
(xy 12.7 -10.16)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 12.7 15.24)
(xy 12.7 10.16)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(text "2.5-5.5V_-40~{85°C}" (at 2.54 -12.7 0)
(effects (font (size 1.0668 1.0668)) (justify left))
)
(text "MAX98357_3.2W I2S Mono Amp" (at 0 12.7 0)
(effects (font (size 1.0668 1.0668)))
)
(text "VDD:_Op. Temp:" (at -10.16 -12.7 0)
(effects (font (size 1.0668 1.0668)) (justify left))
)
(pin bidirectional line (at -15.24 0 0) (length 2.54)
(name "DIN" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin output line (at 15.24 0 180) (length 2.54)
(name "OUTN" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -15.24 -7.62 0) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -15.24 2.54 0) (length 2.54)
(name "LRCLK" (effects (font (size 1.27 1.27))))
(number "14" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -15.24 -7.62 0) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "15" (effects (font (size 0 0))))
)
(pin bidirectional line (at -15.24 5.08 0) (length 2.54)
(name "BCLK" (effects (font (size 1.27 1.27))))
(number "16" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 15.24 -7.62 180) (length 2.54)
(name "GAIN" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -15.24 -7.62 0) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 0 0))))
)
(pin bidirectional line (at -15.24 7.62 0) (length 2.54)
(name "~{SD_MODE}" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -15.24 -5.08 0) (length 2.54)
(name "VDD" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 0 0))))
)
(pin power_in line (at -15.24 -5.08 0) (length 2.54)
(name "VDD" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin output line (at 15.24 7.62 180) (length 2.54)
(name "OUTP" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
(symbol "AUDIOAMP_MAX98357_1_1"
(pin power_in line (at -15.24 -10.16 0) (length 2.54)
(name "THERMAL" (effects (font (size 1.27 1.27))))
(number "17" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
(property "Reference" "C" (id 0) (at 0.635 2.54 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "C" (id 1) (at 0.635 -2.54 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (id 2) (at 0.9652 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "cap capacitor" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Unpolarized capacitor" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "C_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "C_0_1"
(polyline
(pts
(xy -2.032 -0.762)
(xy 2.032 -0.762)
)
(stroke (width 0.508) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -2.032 0.762)
(xy 2.032 0.762)
)
(stroke (width 0.508) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "C_1_1"
(pin passive line (at 0 3.81 270) (length 2.794)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -3.81 90) (length 2.794)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "R" (id 0) (at 2.032 0 90)
(effects (font (size 1.27 1.27)))
)
(property "Value" "R" (id 1) (at 0 0 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at -1.778 0 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "R res resistor" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Resistor" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "R_0_1"
(rectangle (start -1.016 -2.54) (end 1.016 2.54)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "R_1_1"
(pin passive line (at 0 3.81 270) (length 1.27)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -3.81 90) (length 1.27)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:+3V3" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+3V3" (id 1) (at 0 3.556 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "+3V3_0_1"
(polyline
(pts
(xy -0.762 1.27)
(xy 0 2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 0)
(xy 0 2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 2.54)
(xy 0.762 1.27)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "+3V3_1_1"
(pin power_in line (at 0 0 90) (length 0) hide
(name "+3V3" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -6.35 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 0 -3.81 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "GND_0_1"
(polyline
(pts
(xy 0 0)
(xy 0 -1.27)
(xy 1.27 -1.27)
(xy 0 -2.54)
(xy -1.27 -1.27)
(xy 0 -1.27)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "GND_1_1"
(pin power_in line (at 0 0 270) (length 0) hide
(name "GND" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
)
(junction (at 80.01 97.79) (diameter 0) (color 0 0 0 0)
(uuid 0e592cd4-1950-44ef-9727-8e526f4c4e12)
)
(junction (at 115.57 105.41) (diameter 0) (color 0 0 0 0)
(uuid 68039801-1b0f-480a-861d-d55f24af0c17)
)
(junction (at 124.46 105.41) (diameter 0) (color 0 0 0 0)
(uuid 843b53af-dd34-4db8-aa6b-5035b25affc7)
)
(junction (at 184.15 100.33) (diameter 0) (color 0 0 0 0)
(uuid 89df70f4-3579-42b9-861e-6beb04a3b25e)
)
(junction (at 191.77 92.71) (diameter 0) (color 0 0 0 0)
(uuid dc628a9d-67e8-4a03-b99f-8cc7a42af6ef)
)
(junction (at 133.35 110.49) (diameter 0) (color 0 0 0 0)
(uuid ef3dded2-639c-45d4-8076-84cfb5189592)
)
(wire (pts (xy 191.77 120.65) (xy 191.77 113.03))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 0938c137-668b-4d2f-b92b-cadb1df72bdb)
)
(wire (pts (xy 130.81 95.25) (xy 135.89 95.25))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 2522909e-6f5c-4f36-9c3a-869dca14e50f)
)
(wire (pts (xy 135.89 97.79) (xy 130.81 97.79))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3a45fb3b-7899-44f2-a78a-f676359df67b)
)
(wire (pts (xy 191.77 92.71) (xy 200.66 92.71))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 42bd0f96-a831-406e-abb7-03ed1bbd785f)
)
(wire (pts (xy 201.93 97.79) (xy 200.66 97.79))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 57543893-39bf-4d83-b4e0-8d020b4a6d48)
)
(wire (pts (xy 80.01 111.76) (xy 80.01 107.95))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5a397f61-35c4-4c18-9dcd-73a2d44cc9af)
)
(wire (pts (xy 124.46 105.41) (xy 135.89 105.41))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5b70b09b-6762-4725-9d48-805300c0bdc8)
)
(wire (pts (xy 80.01 97.79) (xy 80.01 100.33))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5bbde4f9-fcdb-4d27-a2d6-3847fcdd87ba)
)
(wire (pts (xy 184.15 100.33) (xy 200.66 100.33))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 629fdb7a-7978-43d0-987e-b84465775826)
)
(wire (pts (xy 115.57 120.65) (xy 115.57 118.11))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6316acb7-63a1-40e7-8695-2822d4a240b5)
)
(wire (pts (xy 133.35 107.95) (xy 133.35 110.49))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6ce41a48-c5e2-4d5f-8548-1c7b5c309a8a)
)
(wire (pts (xy 184.15 120.65) (xy 184.15 113.03))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 74096bdc-b668-408c-af3a-b048c20bd605)
)
(wire (pts (xy 130.81 92.71) (xy 135.89 92.71))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 7c6e532b-1afd-48d4-9389-2942dcbc7c3c)
)
(wire (pts (xy 115.57 105.41) (xy 124.46 105.41))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 7de6564c-7ad6-4d57-a54c-8d2835ff5cdc)
)
(wire (pts (xy 200.66 92.71) (xy 200.66 95.25))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8cb5a828-8cef-4784-b78d-175b49646952)
)
(wire (pts (xy 191.77 92.71) (xy 191.77 105.41))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 94c3d0e3-d7fb-421d-bbb4-5c800d76c809)
)
(wire (pts (xy 184.15 100.33) (xy 184.15 105.41))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9a595c4c-9ac1-4ae3-8ff3-1b7f2281a894)
)
(wire (pts (xy 135.89 107.95) (xy 133.35 107.95))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9b07d532-5f76-4469-8dbf-25ac27eef589)
)
(wire (pts (xy 200.66 95.25) (xy 201.93 95.25))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9bb406d9-c650-4e67-9a26-3195d4de542e)
)
(wire (pts (xy 200.66 97.79) (xy 200.66 100.33))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9c5933cf-1535-4465-90dd-da9b75afcdcf)
)
(wire (pts (xy 83.82 97.79) (xy 80.01 97.79))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a150f0c9-1a23-4200-b489-18791f6d5ce5)
)
(wire (pts (xy 115.57 105.41) (xy 115.57 102.87))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a26bdee6-0e16-4ea6-87f7-fb32c714896e)
)
(wire (pts (xy 80.01 82.55) (xy 80.01 86.36))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a49e8613-3cd2-48ed-8977-6bb5023f7722)
)
(wire (pts (xy 133.35 110.49) (xy 133.35 120.65))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b4675fcd-90dd-499b-8feb-46b51a88378c)
)
(wire (pts (xy 124.46 120.65) (xy 124.46 118.11))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid c56bbebe-0c9a-418d-911e-b8ba7c53125d)
)
(wire (pts (xy 166.37 92.71) (xy 191.77 92.71))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid c8072c34-0f81-4552-9fbe-4bfe60c53e21)
)
(wire (pts (xy 130.81 100.33) (xy 135.89 100.33))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid c81031ca-cd56-4ea3-b0db-833cbbdd7b2e)
)
(wire (pts (xy 135.89 110.49) (xy 133.35 110.49))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d53baa32-ba88-4646-9db3-0e9b0f0da4f0)
)
(wire (pts (xy 124.46 110.49) (xy 124.46 105.41))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid dff67d5c-d976-4516-ae67-dbbdb70f8ddd)
)
(wire (pts (xy 80.01 93.98) (xy 80.01 97.79))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e77c17df-b20e-4e7d-b937-f281c75a0014)
)
(wire (pts (xy 166.37 107.95) (xy 173.99 107.95))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid ea28e946-b74f-4ba8-ac7b-b1884c5e7296)
)
(wire (pts (xy 115.57 110.49) (xy 115.57 105.41))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f6dcb5b4-0971-448a-b9ab-6db37a750704)
)
(wire (pts (xy 166.37 100.33) (xy 184.15 100.33))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid ff2f00dc-dff2-4a19-af27-f5c793a8d261)
)
(text "Gain=9dB" (at 166.37 110.49 0)
(effects (font (size 1.4986 1.4986)) (justify left bottom))
(uuid 39845449-7a31-4262-86b1-e7af14a6659f)
)
(text "R1 Channel Selection:\nLEFT = VDD (0 Ohm)\nRIGHT = 370K (94*VDD-100)\nLEFT/2 + RIGHT/2 = 1.011M (222.2*VDD-100)"
(at 138.43 77.47 0)
(effects (font (size 1.4986 1.4986)) (justify left bottom))
(uuid 4f2f68c4-6fa0-45ce-b5c2-e911daddcd12)
)
(text "ToDo: Ferrite (select w/high Z at high F,\nlow Z at low F). Try to block everything\n>1MHz or so."
(at 173.99 85.09 0)
(effects (font (size 1.4986 1.4986)) (justify left bottom))
(uuid dd6c35f3-ae45-4706-ad6f-8028797ca8e0)
)
(label "GAIN" (at 83.82 97.79 0)
(effects (font (size 1.778 1.778)) (justify left bottom))
(uuid 07652224-af43-42a2-841c-1883ba305bc4)
)
(label "VO+" (at 194.31 92.71 0)
(effects (font (size 1.778 1.778)) (justify left bottom))
(uuid 2c488362-c230-4f6d-82f9-a229b1171a23)
)
(label "VO-" (at 194.31 100.33 0)
(effects (font (size 1.778 1.778)) (justify left bottom))
(uuid a5e6f7cb-0a81-4357-a11f-231d23300342)
)
(label "GAIN" (at 173.99 107.95 180)
(effects (font (size 1.778 1.778)) (justify right bottom))
(uuid d6040293-95f0-436a-938c-ad69875a4be8)
)
(hierarchical_label "I2S_BCLK" (shape input) (at 130.81 95.25 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 003974b6-cb8f-491b-a226-fc7891eb9a62)
)
(hierarchical_label "SPK_OUT-" (shape output) (at 201.93 97.79 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 2d0d333a-99a0-4575-9433-710c8cc7ac0b)
)
(hierarchical_label "I2S_LRCLK" (shape input) (at 130.81 97.79 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 7c0866b5-b180-4be6-9e62-43f5b191d6d4)
)
(hierarchical_label "I2S_DIN" (shape input) (at 130.81 100.33 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid d1817a81-d444-4cd9-95f6-174ec9e2a60e)
)
(hierarchical_label "SPKOUT+" (shape output) (at 201.93 95.25 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid df9a1242-2d73-4343-b170-237bc9a8080f)
)
(hierarchical_label "I2S_SD_MODE" (shape input) (at 130.81 92.71 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid e42fd0d4-9927-4308-81d9-4cca814c8ea9)
)
(symbol (lib_id "Analog_DAC:AUDIOAMP_MAX98357") (at 151.13 100.33 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-000060fe0c5f)
(property "Reference" "U5" (id 0) (at 156.21 83.82 0)
(effects (font (size 1.0668 1.0668)) (justify left bottom))
)
(property "Value" "MAX98357A" (id 1) (at 138.43 118.11 0)
(effects (font (size 1.0668 1.0668)) (justify left bottom))
)
(property "Footprint" "Package_DFN_QFN:QFN-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm_ThermalVias" (id 2) (at 151.13 100.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 151.13 100.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "MPN" "MAX98357AETE+T" (id 4) (at 151.13 100.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Manufacturer" "Maxim IC" (id 5) (at 151.13 100.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ordercode" "2949165" (id 6) (at 151.13 100.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "supplier" "farnell" (id 7) (at 151.13 100.33 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 8da6f0cc-b6e1-40b6-8400-08d4f8963904))
(pin "10" (uuid ae159df0-1d25-4128-a917-08577de98700))
(pin "11" (uuid 108d8eba-bbfb-4553-8118-48ca4dfbf0d8))
(pin "14" (uuid b04fff51-ed2d-4ab1-b43b-9e452f4af7fb))
(pin "15" (uuid fcc5d5fc-0396-4d0d-80e8-10163ae8f018))
(pin "16" (uuid 8c6586e4-31ba-413a-bc44-44197d9486ea))
(pin "2" (uuid 892761a1-b562-49e7-a13c-bc73a4f345d0))
(pin "3" (uuid 6775a1ee-a7d0-4b82-8c1e-e517fab46a3b))
(pin "4" (uuid d39f834c-0cc2-455e-8ed3-80e7888cc6fe))
(pin "7" (uuid 9c5a82d5-3ee6-4063-97d8-5173a0d21bc2))
(pin "8" (uuid 06764674-c69f-48d2-ab72-b234dd1757f5))
(pin "9" (uuid 9b773d52-dcb3-405a-9f75-fe75db29f67b))
(pin "17" (uuid 1e98dba8-7f9c-4a56-b98d-c093ef42202f))
)
(symbol (lib_id "Device:R") (at 80.01 90.17 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-000060fe0c75)
(property "Reference" "R27" (id 0) (at 81.788 89.0016 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "10K" (id 1) (at 81.788 91.313 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Resistor_SMD:R_0402_1005Metric" (id 2) (at 78.232 90.17 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 80.01 90.17 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "StockRef" "R10K_0402" (id 4) (at 80.01 90.17 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ordercode" "2447096" (id 5) (at 80.01 90.17 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "supplier" "farnell" (id 6) (at 80.01 90.17 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "DNP" "DNP" (id 7) (at 80.01 90.17 90))
(pin "1" (uuid c75ecc0c-d64e-4c5c-9632-93f61a2cbcec))
(pin "2" (uuid cb14b51d-0428-4a83-9e5a-851c1b79d547))
)
(symbol (lib_id "Device:R") (at 80.01 104.14 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-000060fe0c7b)
(property "Reference" "R28" (id 0) (at 81.788 102.9716 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "10K" (id 1) (at 81.788 105.283 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Resistor_SMD:R_0402_1005Metric" (id 2) (at 78.232 104.14 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 80.01 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "StockRef" "R10K_0402" (id 4) (at 80.01 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ordercode" "2447096" (id 5) (at 80.01 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "supplier" "farnell" (id 6) (at 80.01 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "DNP" "DNP" (id 7) (at 80.01 104.14 90))
(pin "1" (uuid 2b9ae516-0e35-4530-947a-024c22a8bceb))
(pin "2" (uuid 8838c7cf-935d-4363-bab2-e0bb969163a7))
)
(symbol (lib_id "power:+3V3") (at 80.01 82.55 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-000060fe0c85)
(property "Reference" "#PWR0149" (id 0) (at 80.01 86.36 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+3V3" (id 1) (at 80.391 78.1558 0))
(property "Footprint" "" (id 2) (at 80.01 82.55 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 80.01 82.55 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 08673bb3-2a81-4a5b-86b7-67d8b882751b))
)
(symbol (lib_id "power:GND") (at 80.01 111.76 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-000060fe0c8c)
(property "Reference" "#PWR0150" (id 0) (at 80.01 118.11 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 80.137 116.1542 0))
(property "Footprint" "" (id 2) (at 80.01 111.76 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 80.01 111.76 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 3a3fae06-766b-4901-b48e-c257a5fda0a2))
)
(symbol (lib_id "Device:C") (at 115.57 114.3 0) (mirror x) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-000060fe0c93)
(property "Reference" "C32" (id 0) (at 112.6744 113.1316 0)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "10nF" (id 1) (at 112.6744 115.443 0)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (id 2) (at 116.5352 110.49 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 115.57 114.3 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ordercode" "3013347" (id 4) (at 115.57 114.3 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "supplier" "farnell" (id 5) (at 115.57 114.3 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 50c8ba6e-d535-4da2-adb5-6cf68a00874b))
(pin "2" (uuid 09854350-9635-4e9f-b3dd-3decf0af5bdc))
)
(symbol (lib_id "Device:C") (at 124.46 114.3 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-000060fe0c99)
(property "Reference" "C33" (id 0) (at 127.381 113.1316 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "100nF" (id 1) (at 127.381 115.443 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (id 2) (at 125.4252 118.11 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 124.46 114.3 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ordercode" "2524678" (id 4) (at 124.46 114.3 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "supplier" "farnell" (id 5) (at 124.46 114.3 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 0ec5cb89-86bd-4fe6-adf8-11cf9ae2394d))
(pin "2" (uuid 51009fe8-7f77-4201-9863-1353f7f8a9a2))
)
(symbol (lib_id "power:GND") (at 115.57 120.65 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-000060fe0ca3)
(property "Reference" "#PWR0151" (id 0) (at 115.57 127 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 115.697 125.0442 0))
(property "Footprint" "" (id 2) (at 115.57 120.65 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 115.57 120.65 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 9516c50e-74ec-46ef-99bf-ee2b581a2d16))
)
(symbol (lib_id "power:GND") (at 124.46 120.65 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-000060fe0ca9)
(property "Reference" "#PWR0152" (id 0) (at 124.46 127 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 124.587 125.0442 0))
(property "Footprint" "" (id 2) (at 124.46 120.65 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 124.46 120.65 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid cfd51045-ee92-48e5-b773-bda559b891b9))
)
(symbol (lib_id "power:GND") (at 133.35 120.65 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-000060fe0cb1)
(property "Reference" "#PWR0153" (id 0) (at 133.35 127 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 133.477 125.0442 0))
(property "Footprint" "" (id 2) (at 133.35 120.65 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 133.35 120.65 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 9e7ccff9-fc90-440c-b68a-e5c77199419a))
)
(symbol (lib_id "power:+3V3") (at 115.57 102.87 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-000060fe0cba)
(property "Reference" "#PWR0154" (id 0) (at 115.57 106.68 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+3V3" (id 1) (at 115.951 98.4758 0))
(property "Footprint" "" (id 2) (at 115.57 102.87 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 115.57 102.87 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 6031bbf7-fcd8-485b-87a6-f3d014b63fa1))
)
(symbol (lib_id "Device:C") (at 184.15 109.22 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-000060fe0cd7)
(property "Reference" "C34" (id 0) (at 179.07 109.22 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "220pF" (id 1) (at 176.53 111.76 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (id 2) (at 185.1152 113.03 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 184.15 109.22 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ordercode" "2812289" (id 4) (at 184.15 109.22 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "supplier" "farnell" (id 5) (at 184.15 109.22 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid c04163b8-dab4-4149-84d6-43cfaf52e6e0))
(pin "2" (uuid 2e20a1af-9313-4b49-8c20-2ab5d5e1f3b1))
)
(symbol (lib_id "Device:C") (at 191.77 109.22 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-000060fe0cdd)
(property "Reference" "C35" (id 0) (at 194.691 108.0516 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "220pF" (id 1) (at 194.691 110.363 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (id 2) (at 192.7352 113.03 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 191.77 109.22 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ordercode" "2812289" (id 4) (at 191.77 109.22 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "supplier" "farnell" (id 5) (at 191.77 109.22 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid e7a73f6e-9899-47b9-be65-02c795f15461))
(pin "2" (uuid b22f29f2-0bcd-4d17-8b2a-59f72f75b499))
)
(symbol (lib_id "power:GND") (at 184.15 120.65 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-000060fe0ce3)
(property "Reference" "#PWR0156" (id 0) (at 184.15 127 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 184.277 125.0442 0))
(property "Footprint" "" (id 2) (at 184.15 120.65 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 184.15 120.65 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 417b9231-7c90-4495-91f3-0a9a38ab8c5c))
)
(symbol (lib_id "power:GND") (at 191.77 120.65 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-000060fe0ce9)
(property "Reference" "#PWR0157" (id 0) (at 191.77 127 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 191.897 125.0442 0))
(property "Footprint" "" (id 2) (at 191.77 120.65 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 191.77 120.65 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 406d304f-6b16-4d45-9546-61528ccffb1b))
)
)

View File

@@ -1,40 +1,40 @@
Reference Type, Quantity, Reference, Value, Footprint, Datasheet, StockRef, ordercode, supplier, MPN, Manufacturer, Field4, partnr, Category, DK_Datasheet_Link, DK_Detail_Page, Description, Digi-Key_PN, Family, Status
"ANT","1","ANT1,","2450AT18A100E","MySymbols:wifi antenna","https://www.johansontechnology.com/datasheets/2450AT18A100/2450AT18A100.pdf","","https://www.ebay.nl/itm/164779252093","ebay","2450AT18A100E","Johanson Technology Inc.","","","RF/IF and RFID","https://www.johansontechnology.com/datasheets/2450AT18A100/2450AT18A100.pdf","/product-detail/en/johanson-technology-inc/2450AT18A100E/712-1005-1-ND/1560834","RF ANT 2.4GHZ CHIP SOLDER SMD","712-1005-1-ND","RF Antennas","Active"
"C","2","C16,C17,","C","Capacitor_SMD:C_0402_1005Metric","~","","","","","","DNP","","","","","","","",""
"C","1","C15,","1nF","Capacitor_SMD:C_0402_1005Metric","~","","2320774","farnell","","","","","","","","","","",""
"C","5","C10,C12,C6,C7,C32,","10nF","Capacitor_SMD:C_0402_1005Metric","~","","3013347","farnell","","","","","","","","","","",""
"C","10","C2,C4,C8,C14,C21,C18,C26,C19,C33,C29,","100nF","Capacitor_SMD:C_0402_1005Metric","~","C100n_0603","2524678","farnell","","","","","","","","","","",""
"C","1","C27,","1.5pF","Capacitor_SMD:C_0402_1005Metric","~","","2812055","farnell","","","","","","","","","","",""
"C","1","C25,","15pF","Capacitor_SMD:C_0402_1005Metric","~","","2627389","farnell","","","","","","","","","","",""
"C","2","C20,C23,","150pF","Capacitor_SMD:C_0402_1005Metric","~","","2812303","farnell","","","","","","","","","","",""
"C","3","C24,C34,C35,","220pF","Capacitor_SMD:C_0402_1005Metric","~","","2812289","farnell","","","","","","","","","","",""
"C","3","C3,C1,C9,","4u7","Capacitor_SMD:C_0603_1608Metric","~","C04u7_0603","2112745","farnell","","","","","","","","","","",""
"C","1","C13,","1uF","Capacitor_SMD:C_0402_1005Metric","~","","3013381","farnell","","","","","","","","","","",""
"C","1","C5,","10uF","Capacitor_SMD:C_0805_2012Metric","~","C010u_0805","2112746","farnell","","","","","","","","","","",""
"D","2","D1,D2,","LED","LED_SMD:LED_0805_2012Metric","~","LED_SMD_GREEN_0805_20mA","2290331","farnell","","","","","","","","","","",""
"D","1","D3,","1SS355","Diode_SMD:D_SOD-323","https://assets.nexperia.com/documents/data-sheet/BAS16_SER.pdf","DIODE_BAS316","1525435","farnell","1SS355TE-17","ROHM","","","","","","","","",""
Reference Type, Quantity, Reference, Value, Footprint, Datasheet, StockRef, ordercode, supplier, MPN, Manufacturer, Field4, partnr, Category, DK_Datasheet_Link, DK_Detail_Page, Description, Digi-Key_PN, Family, Status, DNP
"ANT","1","ANT1,","2450AT14A100E","MySymbols:wifi antenna","https://www.johansontechnology.com/datasheets/2450AT18A100/2450AT18A100.pdf","","https://www.ebay.nl/itm/164779252093","ebay","2450AT18A100E","Johanson Technology Inc.","","","RF/IF and RFID","https://www.johansontechnology.com/datasheets/2450AT18A100/2450AT18A100.pdf","/product-detail/en/johanson-technology-inc/2450AT18A100E/712-1005-1-ND/1560834","RF ANT 2.4GHZ CHIP SOLDER SMD","712-1005-1-ND","RF Antennas","Active",""
"C","1","C15,","1nF","Capacitor_SMD:C_0402_1005Metric","~","","2320774","farnell","","","","","","","","","","","",""
"C","3","C6,C7,C32,","10nF","Capacitor_SMD:C_0402_1005Metric","~","","3013347","farnell","","","","","","","","","","","",""
"C","18","C2,C4,C36,C10,C8,C14,C12,C31,C30,C21,C26,C19,C11,C18,C22,C28,C33,C29,","100nF","Capacitor_SMD:C_0402_1005Metric","~","C100n_0603","2524678","farnell","","","","","","","","","","","",""
"C","1","C27,","1.5pF","Capacitor_SMD:C_0402_1005Metric","~","","2812055","farnell","","","","","","","","","","","",""
"C","2","C20,C23,","22pF","Capacitor_SMD:C_0402_1005Metric","~","","2812303","farnell","","","","","","","","","","","",""
"C","2","C24,C25,","200pF","Capacitor_SMD:C_0402_1005Metric","~","","2812289","farnell","","","","","","","","","","","",""
"C","4","C16,C17,C34,C35,","220pF","Capacitor_SMD:C_0402_1005Metric","~","","","","","","DNP","","","","","","","","",""
"C","3","C3,C1,C9,","4u7","Capacitor_SMD:C_0603_1608Metric","~","C04u7_0603","2112745","farnell","","","","","","","","","","","",""
"C","2","C5,C13,","10uF","Capacitor_SMD:C_0805_2012Metric","~","C010u_0805","2112746","farnell","","","","","","","","","","","",""
"D","2","D1,D2,","LED","LED_SMD:LED_0805_2012Metric","~","LED_SMD_GREEN_0805_20mA","2290331","farnell","","","","","","","","","","","",""
"D","1","D4,","PMEG4005","Diode_SMD:D_SOD-323","~","","8738025","farnell","PMEG4005AEA, 115","NEXPERIA","","","","","","","","","",""
"D","1","D3,","1SS355","Diode_SMD:D_SOD-323","https://assets.nexperia.com/documents/data-sheet/BAS16_SER.pdf","DIODE_BAS316","1525435","farnell","1SS355TE-17","ROHM","","","","","","","","","",""
"J","1","J9,","Conn_01x01","MySymbols:AntennaTrace","~"
"J","3","J3,J1,J4,","Conn_01x02","Connector_PinHeader_1.27mm:PinHeader_1x02_P1.27mm_Vertical_small_CrtYd","~"
"J","1","J2,","USB_B_Micro","MySymbols:USB_Micro_B_Female","~"
"L","1","L4,","1.8nH","Inductor_SMD:L_0402_1005Metric","~","","1865820","farnell","","","","","","","","","","",""
"L","2","L2,L1,","560nH","Inductor_SMD:L_0402_1005Metric","~","","3471481","farnell","","","","","","","","","","",""
"L","1","L4,","1.8nH","Inductor_SMD:L_0402_1005Metric","~","","1865820","farnell","","","","","","","","","","","",""
"L","2","L2,L1,","560nH","Inductor_SMD:L_0402_1005Metric","~","","3471481","farnell","","","","","","","","","","","",""
"M","2","M1,M2,","MOUNTINGHOLE3.0","MountingHole:MountingHole_3mm",""
"Q","1","Q2,","Dual_NMOS_2N7002PS","Package_TO_SOT_SMD:SOT-363_SC-70-6","","2N7002PS","1758102","farnell","","","","","","","","","","",""
"Q","1","Q1,","Dual_PMOS_BSS84AKS,115","Package_TO_SOT_SMD:SOT-363_SC-70-6","","BSS84AKS,115","1972665","farnell","","","","","","","","","","",""
"Q","1","Q5,","UMH3N","Package_TO_SOT_SMD:SOT-363_SC-70-6","http://rohmfs.rohm.com/en/products/databook/datasheet/discrete/transistor/digital/emh3t2r-e.pdf","UMH3N","1680404","farnell","","","","","","","","","","",""
"R","2","R19,R18,","330E","Resistor_SMD:R_0402_1005Metric","~","R330E_0402","2447159","farnell","","","","","","","","","","",""
"R","2","R6,R5,","470E","Resistor_SMD:R_0402_1005Metric","~","R470E_0402","2447178","farnell","","","","","","","","","","",""
"R","15","R4,R2,R7,R8,R9,R10,R15,R12,R14,R21,R22,R23,R27,R28,R11,","10K","Resistor_SMD:R_0402_1005Metric","~","R10K_0402","2447096","farnell","","","","","","","","","","",""
"R","2","R1,R17,","3K3","Resistor_SMD:R_0402_1005Metric","~","R03K3_0402","2447170","farnell","","","","","","","","","","",""
"R","1","R20,","1M","Resistor_SMD:R_0402_1005Metric","~","","","farnell","","","DNP","","","","","","","",""
"R","1","R3,","4k7","Resistor_SMD:R_0402_1005Metric","~","R4K7_0402","2073069","farnell","","","","","","","","","","",""
"SW","1","SW1,","SW_Push","Button_Switch_SMD:SW_SPST_B3U-3000P","~","SW_PUSH_SPST_V_6x6x5,4","1333656","farnell","","","","","","","","","","",""
"U","1","U10,","CP2109-InterfaceUSB","Package_DFN_QFN:QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm","","","2930584","farnell","CP2109-A01-GM","Silabs","","","","","","","","",""
"U","1","U3,","CR95HF-VMD5T","Package_DFN_QFN:QFN-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm_ThermalVias","","","2807107","farnell","","ST","","","","","","","","",""
"U","1","U8,","DRV5055A3xDBZxQ1","Package_TO_SOT_SMD:SOT-23","https://www.ti.com/lit/ds/symlink/drv5055-q1.pdf","","3008999","farnell","DRV5055","TI","","","","","","","","",""
"U","1","U5,","MAX98357A","Package_DFN_QFN:QFN-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm_ThermalVias","","","2949165","farnell","MAX98357AETE+T","Maxim IC","","","","","","","","",""
"U","1","U1,","MCP73831-2-OT","Package_DFN_QFN:DFN-8-1EP_3x2mm_P0.5mm_EP1.75x1.45mm","http://ww1.microchip.com/downloads/en/DeviceDoc/20001984g.pdf","","2709764","farnell","","Microchip","","","","","","","","",""
"U","1","U4,","RF_Module_ESP32-PICO-D4","Package_DFN_QFN:QFN-48-1EP_7x7mm_P0.5mm_EP5.3x5.3mm","","","","","","Espressive","","","","","","","","",""
"U","1","U6,","W25Q256","Package_SO:SOIC-8_5.23x5.23mm_P1.27mm","http://www.winbond.com/resource-files/w25q32jv%20revg%2003272018%20plus.pdf"
"U","1","U2,","XCL214B333DR","Package_DFN_QFN:USP-9B01","https://www.torexsemi.com/file/xcl214/XCL213-XCL214.pdf","","3535992","farnell","","Torex","","","","","","","","",""
"Y","1","Y1,","27,12Mhz","Crystal:Crystal_SMD_EuroQuartz_X22-4Pin_2.5x2.0mm","~","","2853901","farnell","MCSJK-7E-27.12-10-30-60-B-30","mComp pro","","NX2016SA","","","","","","",""
"Q","1","Q2,","Dual_NMOS_2N7002PS","Package_TO_SOT_SMD:SOT-363_SC-70-6","","2N7002PS","1758102","farnell","","","","","","","","","","","",""
"Q","1","Q1,","Dual_PMOS_BSS84AKS,115","Package_TO_SOT_SMD:SOT-363_SC-70-6","","BSS84AKS,115","1972665","farnell","","","","","","","","","","","",""
"Q","1","Q5,","UMH3N","Package_TO_SOT_SMD:SOT-363_SC-70-6","http://rohmfs.rohm.com/en/products/databook/datasheet/discrete/transistor/digital/emh3t2r-e.pdf","UMH3N","1680404","farnell","","","","","","","","","","","",""
"R","2","R6,R5,","470E","Resistor_SMD:R_0402_1005Metric","~","R470E_0402","2447178","farnell","","","","","","","","","","","",""
"R","1","R17,","1K","Resistor_SMD:R_0402_1005Metric","~","R03K3_0402","2447170","farnell","","","","","","","","","","","",""
"R","16","R4,R2,R7,R8,R9,R10,R12,R14,R21,R22,R23,R13,R16,R27,R28,R11,","10K","Resistor_SMD:R_0402_1005Metric","~","R10K_0402","2447096","farnell","","","","","","","","","","","",""
"R","1","R15,","1K6","Resistor_SMD:R_0402_1005Metric","~","R10K_0402","2447096","farnell","","","","","","","","","","","",""
"R","1","R1,","3K3","Resistor_SMD:R_0402_1005Metric","~","R03K3_0402","2447170","farnell","","","","","","","","","","","",""
"R","1","R3,","4k7","Resistor_SMD:R_0402_1005Metric","~","R4K7_0402","2073069","farnell","","","","","","","","","","","",""
"SW","1","SW1,","SW_Push","Button_Switch_SMD:SW_SPST_B3U-3000P-B","~","SW_PUSH_SPST_V_6x6x5,4","1333656","farnell","","","","","","","","","","","",""
"TP","1","TP1,","TestPoint","TestPoint:TestPoint_Pad_D1.0mm","~"
"U","1","U6,","ADS1114IDGS","Package_SO:TSSOP-10_3x3mm_P0.5mm","http://www.ti.com/lit/ds/symlink/ads1113.pdf"
"U","1","U10,","CP2109-InterfaceUSB","Package_DFN_QFN:QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm","","","2930584","farnell","CP2109-A01-GM","Silabs","","","","","","","","","",""
"U","1","U8,","DRV5055A3xDBZxQ1","Package_TO_SOT_SMD:SOT-23","https://www.ti.com/lit/ds/symlink/drv5055-q1.pdf","","3008999","farnell","DRV5055","TI","","","","","","","","","",""
"U","1","U5,","MAX98357A","Package_DFN_QFN:QFN-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm_ThermalVias","","","2949165","farnell","MAX98357AETE+T","Maxim IC","","","","","","","","","",""
"U","1","U1,","MCP73831-2-OT","Package_DFN_QFN:DFN-8-1EP_3x2mm_P0.5mm_EP1.75x1.45mm","http://ww1.microchip.com/downloads/en/DeviceDoc/20001984g.pdf","","2709764","farnell","","Microchip","","","","","","","","","",""
"U","1","U3,","PN5321A3HN_C1xx","Package_DFN_QFN:QFN-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm_ThermalVias","https://www.nxp.com/docs/en/nxp/data-sheets/PN532_C1.pdf"
"U","1","U4,","RF_Module_ESP32-PICO-D4","Package_DFN_QFN:QFN-48-1EP_7x7mm_P0.5mm_EP5.3x5.3mm","","","","","","Espressive","","","","","","","","","",""
"U","1","U2,","XCL214B333DR","Package_DFN_QFN:USP-9B01","https://www.torexsemi.com/file/xcl214/XCL213-XCL214.pdf","","3535992","farnell","","Torex","","","","","","","","","",""
"Y","1","Y1,","27,12Mhz","Crystal:Crystal_SMD_EuroQuartz_X22-4Pin_2.5x2.0mm","~","","2853901","farnell","MCSJK-7E-27.12-10-30-60-B-30","mComp pro","","NX2016SA","","","","","","","",""
1 Reference Type Quantity Reference Value Footprint Datasheet StockRef ordercode supplier MPN Manufacturer Field4 partnr Category DK_Datasheet_Link DK_Detail_Page Description Digi-Key_PN Family Status DNP
2 ANT 1 ANT1, 2450AT18A100E 2450AT14A100E MySymbols:wifi antenna https://www.johansontechnology.com/datasheets/2450AT18A100/2450AT18A100.pdf https://www.ebay.nl/itm/164779252093 ebay 2450AT18A100E Johanson Technology Inc. RF/IF and RFID https://www.johansontechnology.com/datasheets/2450AT18A100/2450AT18A100.pdf /product-detail/en/johanson-technology-inc/2450AT18A100E/712-1005-1-ND/1560834 RF ANT 2.4GHZ CHIP SOLDER SMD 712-1005-1-ND RF Antennas Active
3 C 2 1 C16,C17, C15, C 1nF Capacitor_SMD:C_0402_1005Metric ~ 2320774 farnell DNP
4 C 1 3 C15, C6,C7,C32, 1nF 10nF Capacitor_SMD:C_0402_1005Metric ~ 2320774 3013347 farnell
5 C 5 18 C10,C12,C6,C7,C32, C2,C4,C36,C10,C8,C14,C12,C31,C30,C21,C26,C19,C11,C18,C22,C28,C33,C29, 10nF 100nF Capacitor_SMD:C_0402_1005Metric ~ C100n_0603 3013347 2524678 farnell
6 C 10 1 C2,C4,C8,C14,C21,C18,C26,C19,C33,C29, C27, 100nF 1.5pF Capacitor_SMD:C_0402_1005Metric ~ C100n_0603 2524678 2812055 farnell
7 C 1 2 C27, C20,C23, 1.5pF 22pF Capacitor_SMD:C_0402_1005Metric ~ 2812055 2812303 farnell
8 C 1 2 C25, C24,C25, 15pF 200pF Capacitor_SMD:C_0402_1005Metric ~ 2627389 2812289 farnell
9 C 2 4 C20,C23, C16,C17,C34,C35, 150pF 220pF Capacitor_SMD:C_0402_1005Metric ~ 2812303 farnell DNP
10 C 3 C24,C34,C35, C3,C1,C9, 220pF 4u7 Capacitor_SMD:C_0402_1005Metric Capacitor_SMD:C_0603_1608Metric ~ C04u7_0603 2812289 2112745 farnell
11 C 3 2 C3,C1,C9, C5,C13, 4u7 10uF Capacitor_SMD:C_0603_1608Metric Capacitor_SMD:C_0805_2012Metric ~ C04u7_0603 C010u_0805 2112745 2112746 farnell
12 C D 1 2 C13, D1,D2, 1uF LED Capacitor_SMD:C_0402_1005Metric LED_SMD:LED_0805_2012Metric ~ LED_SMD_GREEN_0805_20mA 3013381 2290331 farnell
13 C D 1 C5, D4, 10uF PMEG4005 Capacitor_SMD:C_0805_2012Metric Diode_SMD:D_SOD-323 ~ C010u_0805 2112746 8738025 farnell PMEG4005AEA, 115 NEXPERIA
14 D 2 1 D1,D2, D3, LED 1SS355 LED_SMD:LED_0805_2012Metric Diode_SMD:D_SOD-323 ~ https://assets.nexperia.com/documents/data-sheet/BAS16_SER.pdf LED_SMD_GREEN_0805_20mA DIODE_BAS316 2290331 1525435 farnell 1SS355TE-17 ROHM
D 1 D3, 1SS355 Diode_SMD:D_SOD-323 https://assets.nexperia.com/documents/data-sheet/BAS16_SER.pdf DIODE_BAS316 1525435 farnell 1SS355TE-17 ROHM
15 J 1 J9, Conn_01x01 MySymbols:AntennaTrace ~
16 J 3 J3,J1,J4, Conn_01x02 Connector_PinHeader_1.27mm:PinHeader_1x02_P1.27mm_Vertical_small_CrtYd ~
17 J 1 J2, USB_B_Micro MySymbols:USB_Micro_B_Female ~
18 L 1 L4, 1.8nH Inductor_SMD:L_0402_1005Metric ~ 1865820 farnell
19 L 2 L2,L1, 560nH Inductor_SMD:L_0402_1005Metric ~ 3471481 farnell
20 M 2 M1,M2, MOUNTINGHOLE3.0 MountingHole:MountingHole_3mm
21 Q 1 Q2, Dual_NMOS_2N7002PS Package_TO_SOT_SMD:SOT-363_SC-70-6 2N7002PS 1758102 farnell
22 Q 1 Q1, Dual_PMOS_BSS84AKS,115 Package_TO_SOT_SMD:SOT-363_SC-70-6 BSS84AKS,115 1972665 farnell
23 Q 1 Q5, UMH3N Package_TO_SOT_SMD:SOT-363_SC-70-6 http://rohmfs.rohm.com/en/products/databook/datasheet/discrete/transistor/digital/emh3t2r-e.pdf UMH3N 1680404 farnell
24 R 2 R19,R18, R6,R5, 330E 470E Resistor_SMD:R_0402_1005Metric ~ R330E_0402 R470E_0402 2447159 2447178 farnell
25 R 2 1 R6,R5, R17, 470E 1K Resistor_SMD:R_0402_1005Metric ~ R470E_0402 R03K3_0402 2447178 2447170 farnell
26 R 15 16 R4,R2,R7,R8,R9,R10,R15,R12,R14,R21,R22,R23,R27,R28,R11, R4,R2,R7,R8,R9,R10,R12,R14,R21,R22,R23,R13,R16,R27,R28,R11, 10K Resistor_SMD:R_0402_1005Metric ~ R10K_0402 2447096 farnell
27 R 2 1 R1,R17, R15, 3K3 1K6 Resistor_SMD:R_0402_1005Metric ~ R03K3_0402 R10K_0402 2447170 2447096 farnell
28 R 1 R20, R1, 1M 3K3 Resistor_SMD:R_0402_1005Metric ~ R03K3_0402 2447170 farnell DNP
29 R 1 R3, 4k7 Resistor_SMD:R_0402_1005Metric ~ R4K7_0402 2073069 farnell
30 SW 1 SW1, SW_Push Button_Switch_SMD:SW_SPST_B3U-3000P Button_Switch_SMD:SW_SPST_B3U-3000P-B ~ SW_PUSH_SPST_V_6x6x5,4 1333656 farnell
31 U TP 1 U10, TP1, CP2109-InterfaceUSB TestPoint Package_DFN_QFN:QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm TestPoint:TestPoint_Pad_D1.0mm ~
32 U 1 U3, U6, CR95HF-VMD5T ADS1114IDGS Package_DFN_QFN:QFN-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm_ThermalVias Package_SO:TSSOP-10_3x3mm_P0.5mm http://www.ti.com/lit/ds/symlink/ads1113.pdf
33 U 1 U8, U10, DRV5055A3xDBZxQ1 CP2109-InterfaceUSB Package_TO_SOT_SMD:SOT-23 Package_DFN_QFN:QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm https://www.ti.com/lit/ds/symlink/drv5055-q1.pdf 3008999 2930584 farnell DRV5055 CP2109-A01-GM TI Silabs
34 U 1 U5, U8, MAX98357A DRV5055A3xDBZxQ1 Package_DFN_QFN:QFN-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm_ThermalVias Package_TO_SOT_SMD:SOT-23 https://www.ti.com/lit/ds/symlink/drv5055-q1.pdf 2949165 3008999 farnell MAX98357AETE+T DRV5055 Maxim IC TI
35 U 1 U1, U5, MCP73831-2-OT MAX98357A Package_DFN_QFN:DFN-8-1EP_3x2mm_P0.5mm_EP1.75x1.45mm Package_DFN_QFN:QFN-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm_ThermalVias http://ww1.microchip.com/downloads/en/DeviceDoc/20001984g.pdf 2709764 2949165 farnell MAX98357AETE+T Microchip Maxim IC
36 U 1 U4, U1, RF_Module_ESP32-PICO-D4 MCP73831-2-OT Package_DFN_QFN:QFN-48-1EP_7x7mm_P0.5mm_EP5.3x5.3mm Package_DFN_QFN:DFN-8-1EP_3x2mm_P0.5mm_EP1.75x1.45mm http://ww1.microchip.com/downloads/en/DeviceDoc/20001984g.pdf 2709764 farnell Espressive Microchip
37 U 1 U6, U3, W25Q256 PN5321A3HN_C1xx Package_SO:SOIC-8_5.23x5.23mm_P1.27mm Package_DFN_QFN:QFN-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm_ThermalVias http://www.winbond.com/resource-files/w25q32jv%20revg%2003272018%20plus.pdf https://www.nxp.com/docs/en/nxp/data-sheets/PN532_C1.pdf
38 U 1 U2, U4, XCL214B333DR RF_Module_ESP32-PICO-D4 Package_DFN_QFN:USP-9B01 Package_DFN_QFN:QFN-48-1EP_7x7mm_P0.5mm_EP5.3x5.3mm https://www.torexsemi.com/file/xcl214/XCL213-XCL214.pdf 3535992 farnell Torex Espressive
39 Y U 1 Y1, U2, 27,12Mhz XCL214B333DR Crystal:Crystal_SMD_EuroQuartz_X22-4Pin_2.5x2.0mm Package_DFN_QFN:USP-9B01 ~ https://www.torexsemi.com/file/xcl214/XCL213-XCL214.pdf 2853901 3535992 farnell MCSJK-7E-27.12-10-30-60-B-30 mComp pro Torex NX2016SA
40 Y 1 Y1, 27,12Mhz Crystal:Crystal_SMD_EuroQuartz_X22-4Pin_2.5x2.0mm ~ 2853901 farnell MCSJK-7E-27.12-10-30-60-B-30 mComp pro NX2016SA

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,386 @@
{
"board": {
"design_settings": {
"defaults": {
"board_outline_line_width": 0.05,
"copper_line_width": 0.2,
"copper_text_italic": false,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"copper_text_upright": true,
"courtyard_line_width": 0.05,
"other_line_width": 0.15,
"other_text_italic": false,
"other_text_size_h": 1.0,
"other_text_size_v": 1.0,
"other_text_thickness": 0.15,
"other_text_upright": true,
"silk_line_width": 0.12,
"silk_text_italic": false,
"silk_text_size_h": 1.0,
"silk_text_size_v": 1.0,
"silk_text_thickness": 0.15,
"silk_text_upright": true
},
"diff_pair_dimensions": [
{
"gap": 0.25,
"via_gap": 0.25,
"width": 0.2
}
],
"drc_exclusions": [],
"rule_severitieslegacy_courtyards_overlap": true,
"rule_severitieslegacy_no_courtyard_defined": false,
"rules": {
"allow_blind_buried_vias": false,
"allow_microvias": false,
"min_hole_to_hole": 0.1524,
"min_microvia_diameter": 0.2,
"min_microvia_drill": 0.09999999999999999,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.14986,
"min_via_diameter": 0.4,
"solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0,
"solder_paste_clearance": 0.0,
"solder_paste_margin_ratio": -0.0
},
"track_widths": [
0.1524,
0.1524,
0.2032
],
"via_dimensions": [
{
"diameter": 0.5,
"drill": 0.3
},
{
"diameter": 0.5,
"drill": 0.3
}
]
},
"layer_presets": []
},
"boards": [],
"cvpcb": {
"equivalence_files": []
},
"erc": {
"erc_exclusions": [],
"meta": {
"version": 0
},
"pin_map": [
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
1,
2
],
[
0,
1,
0,
0,
0,
0,
1,
1,
2,
1,
1,
2
],
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2
],
[
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
2
],
[
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
2
],
[
0,
2,
1,
2,
0,
0,
1,
0,
2,
2,
2,
2
],
[
0,
2,
0,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
0,
2,
1,
1,
0,
0,
1,
0,
2,
0,
0,
2
],
[
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
],
"rule_severities": {
"bus_definition_conflict": "error",
"bus_entry_needed": "error",
"bus_label_syntax": "error",
"bus_to_bus_conflict": "error",
"bus_to_net_conflict": "error",
"different_unit_footprint": "error",
"different_unit_net": "error",
"duplicate_reference": "error",
"duplicate_sheet_names": "error",
"extra_units": "error",
"global_label_dangling": "warning",
"hier_label_mismatch": "error",
"label_dangling": "error",
"lib_symbol_issues": "warning",
"multiple_net_names": "warning",
"net_not_bus_member": "warning",
"no_connect_connected": "warning",
"no_connect_dangling": "warning",
"pin_not_connected": "error",
"pin_not_driven": "error",
"pin_to_pin": "warning",
"power_pin_not_driven": "error",
"similar_labels": "warning",
"unannotated": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
}
},
"libraries": {
"pinned_footprint_libs": [],
"pinned_symbol_libs": []
},
"meta": {
"filename": "Leo_muziekdoos.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [
{
"bus_width": 12.0,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6.0
}
],
"meta": {
"version": 2
},
"net_colors": null
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "",
"specctra_dsn": "",
"step": "",
"vrml": ""
},
"page_layout_descr_file": ""
},
"schematic": {
"annotate_start_num": 0,
"drawing": {
"default_line_thickness": 6.0,
"default_text_size": 50.0,
"field_names": [],
"intersheets_ref_own_page": false,
"intersheets_ref_prefix": "",
"intersheets_ref_short": false,
"intersheets_ref_show": false,
"intersheets_ref_suffix": "",
"junction_size_choice": 3,
"label_size_ratio": 0.25,
"pin_symbol_size": 25.0,
"text_offset_ratio": 0.08
},
"legacy_lib_dir": "",
"legacy_lib_list": [],
"meta": {
"version": 1
},
"net_format_name": "Pcbnew",
"ngspice": {
"fix_include_paths": true,
"fix_passive_vals": false,
"meta": {
"version": 0
},
"model_mode": 0,
"workbook_filename": ""
},
"page_layout_descr_file": "empty.kicad_wks",
"plot_directory": "",
"spice_adjust_passive_values": false,
"spice_external_command": "spice \"%I\"",
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [
[
"6f80f798-dc24-438f-a1eb-4ee2936267c8",
""
],
[
"00000000-0000-0000-0000-000060ffceac",
"CPU"
],
[
"00000000-0000-0000-0000-000060fdb9aa",
"I2S_DAC_AMP"
],
[
"00000000-0000-0000-0000-000060fe21ee",
"NFC"
],
[
"00000000-0000-0000-0000-000060fe1698",
"Power"
],
[
"00000000-0000-0000-0000-0000613cb1d0",
"programmer"
]
],
"text_variables": {}
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
update=2021 September 22, Wednesday 12:07:19
update=2021 November 21, Sunday 18:31:23
version=1
last_client=kicad
[general]

View File

@@ -34,7 +34,7 @@ F2 "SPI_MOSI" I L 8150 4300 50
F3 "SPI_SCK" I L 8150 4400 50
F4 "NFC_SPI_CS" I L 8150 4600 50
F5 "SPI_MISO" I L 8150 4500 50
F6 "NFC_RST" I L 8150 4850 50
F6 "~NFC_RST" I L 8150 4850 50
$EndSheet
$Sheet
S 4800 1400 2450 4300

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -787,7 +787,7 @@ F 0 "R12" H 2850 2650 50 0000 C CNN
F 1 "10K" H 2900 2550 50 0000 C CNN
F 2 "Resistor_SMD:R_0402_1005Metric" V 2680 2600 50 0001 C CNN
F 3 "~" H 2750 2600 50 0001 C CNN
F 4 "R03K3_0402" H 2750 2600 50 0001 C CNN "StockRef"
F 4 "R10K_0402" H 2750 2600 50 0001 C CNN "StockRef"
F 5 "2447170" H 2750 2600 50 0001 C CNN "ordercode"
F 6 "farnell" H 2750 2600 50 0001 C CNN "supplier"
1 2750 2600

View File

@@ -787,7 +787,7 @@ F 0 "R12" H 2850 2650 50 0000 C CNN
F 1 "10K" H 2900 2550 50 0000 C CNN
F 2 "Resistor_SMD:R_0402_1005Metric" V 2680 2600 50 0001 C CNN
F 3 "~" H 2750 2600 50 0001 C CNN
F 4 "R03K3_0402" H 2750 2600 50 0001 C CNN "StockRef"
F 4 "R10K_0402" H 2750 2600 50 0001 C CNN "StockRef"
F 5 "2447170" H 2750 2600 50 0001 C CNN "ordercode"
F 6 "farnell" H 2750 2600 50 0001 C CNN "supplier"
1 2750 2600

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,70 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(5.1.9-0-10_14)*%
%TF.CreationDate,2021-10-29T13:13:03+02:00*%
%TF.ProjectId,Leo_muziekdoos,4c656f5f-6d75-47a6-9965-6b646f6f732e,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Bot*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.1.9-0-10_14)) date 2021-10-29 13:13:03*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.800000*%
%ADD11C,1.000000*%
%ADD12O,1.000000X1.000000*%
%ADD13R,1.000000X1.000000*%
%ADD14C,3.000000*%
%ADD15R,1.800000X2.000000*%
%ADD16O,2.150000X1.300000*%
%ADD17C,0.550000*%
G04 APERTURE END LIST*
D10*
%TO.C,SW1*%
X55890000Y-65836800D03*
%TD*%
D11*
%TO.C,TP1*%
X79629000Y-72796400D03*
%TD*%
D12*
%TO.C,J3*%
X77762100Y-66548000D03*
D13*
X79032100Y-66548000D03*
%TD*%
D12*
%TO.C,J1*%
X73952100Y-89928700D03*
D13*
X73952100Y-88658700D03*
%TD*%
D14*
%TO.C,M2*%
X82397600Y-88696800D03*
%TD*%
D12*
%TO.C,J4*%
X52311300Y-65074800D03*
D13*
X52311300Y-66344800D03*
%TD*%
D15*
%TO.C,J2*%
X78704200Y-84495800D03*
D16*
X81864200Y-84295800D03*
D15*
X78704200Y-76895800D03*
D16*
X81864200Y-77095800D03*
D17*
X79714200Y-82695800D03*
X79714200Y-78695800D03*
%TD*%
D14*
%TO.C,M1*%
X69450000Y-65370000D03*
%TD*%
M02*

View File

@@ -0,0 +1,15 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(5.1.9-0-10_14)*%
%TF.CreationDate,2021-10-29T13:13:03+02:00*%
%TF.ProjectId,Leo_muziekdoos,4c656f5f-6d75-47a6-9965-6b646f6f732e,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.1.9-0-10_14)) date 2021-10-29 13:13:03*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 APERTURE END LIST*
M02*

View File

@@ -0,0 +1,526 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(5.1.9-0-10_14)*%
%TF.CreationDate,2021-10-29T13:13:03+02:00*%
%TF.ProjectId,Leo_muziekdoos,4c656f5f-6d75-47a6-9965-6b646f6f732e,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Legend,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.1.9-0-10_14)) date 2021-10-29 13:13:03*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.127000*%
%ADD11C,0.101600*%
%ADD12C,0.120000*%
%ADD13C,0.150000*%
%ADD14C,0.800000*%
%ADD15C,1.000000*%
%ADD16O,1.000000X1.000000*%
%ADD17R,1.000000X1.000000*%
%ADD18C,3.000000*%
%ADD19R,1.800000X2.000000*%
%ADD20O,2.150000X1.300000*%
%ADD21C,0.550000*%
G04 APERTURE END LIST*
D10*
X75869195Y-87546542D02*
X75778480Y-87576780D01*
X75748242Y-87607019D01*
X75718004Y-87667495D01*
X75718004Y-87758209D01*
X75748242Y-87818685D01*
X75778480Y-87848923D01*
X75838957Y-87879161D01*
X76080861Y-87879161D01*
X76080861Y-87244161D01*
X75869195Y-87244161D01*
X75808719Y-87274400D01*
X75778480Y-87304638D01*
X75748242Y-87365114D01*
X75748242Y-87425590D01*
X75778480Y-87486066D01*
X75808719Y-87516304D01*
X75869195Y-87546542D01*
X76080861Y-87546542D01*
X75476100Y-87697733D02*
X75173719Y-87697733D01*
X75536576Y-87879161D02*
X75324909Y-87244161D01*
X75113242Y-87879161D01*
X74992290Y-87244161D02*
X74629433Y-87244161D01*
X74810861Y-87879161D02*
X74810861Y-87244161D01*
X74508480Y-87244161D02*
X74145623Y-87244161D01*
X74327052Y-87879161D02*
X74327052Y-87244161D01*
X75400504Y-88716757D02*
X74916695Y-88716757D01*
X75158600Y-88958661D02*
X75158600Y-88474852D01*
X75400504Y-89796257D02*
X74916695Y-89796257D01*
D11*
X61658531Y-71570971D02*
X61549674Y-71607257D01*
X61513388Y-71643542D01*
X61477102Y-71716114D01*
X61477102Y-71824971D01*
X61513388Y-71897542D01*
X61549674Y-71933828D01*
X61622245Y-71970114D01*
X61912531Y-71970114D01*
X61912531Y-71208114D01*
X61658531Y-71208114D01*
X61585960Y-71244400D01*
X61549674Y-71280685D01*
X61513388Y-71353257D01*
X61513388Y-71425828D01*
X61549674Y-71498400D01*
X61585960Y-71534685D01*
X61658531Y-71570971D01*
X61912531Y-71570971D01*
X61041674Y-71970114D02*
X61114245Y-71933828D01*
X61150531Y-71861257D01*
X61150531Y-71208114D01*
X60751388Y-71970114D02*
X60751388Y-71462114D01*
X60751388Y-71208114D02*
X60787674Y-71244400D01*
X60751388Y-71280685D01*
X60715102Y-71244400D01*
X60751388Y-71208114D01*
X60751388Y-71280685D01*
X60388531Y-71970114D02*
X60388531Y-71208114D01*
X60315960Y-71679828D02*
X60098245Y-71970114D01*
X60098245Y-71462114D02*
X60388531Y-71752400D01*
X59771674Y-71679828D02*
X59191102Y-71679828D01*
X58828245Y-71970114D02*
X58828245Y-71462114D01*
X58828245Y-71208114D02*
X58864531Y-71244400D01*
X58828245Y-71280685D01*
X58791960Y-71244400D01*
X58828245Y-71208114D01*
X58828245Y-71280685D01*
X58574245Y-71462114D02*
X58283960Y-71462114D01*
X58465388Y-71208114D02*
X58465388Y-71861257D01*
X58429102Y-71933828D01*
X58356531Y-71970114D01*
X58283960Y-71970114D01*
X61912531Y-73214714D02*
X61912531Y-72452714D01*
X61658531Y-72997000D01*
X61404531Y-72452714D01*
X61404531Y-73214714D01*
X60715102Y-72706714D02*
X60715102Y-73214714D01*
X61041674Y-72706714D02*
X61041674Y-73105857D01*
X61005388Y-73178428D01*
X60932817Y-73214714D01*
X60823959Y-73214714D01*
X60751388Y-73178428D01*
X60715102Y-73142142D01*
X60424817Y-72706714D02*
X60025674Y-72706714D01*
X60424817Y-73214714D01*
X60025674Y-73214714D01*
X59735388Y-73214714D02*
X59735388Y-72706714D01*
X59735388Y-72452714D02*
X59771674Y-72489000D01*
X59735388Y-72525285D01*
X59699102Y-72489000D01*
X59735388Y-72452714D01*
X59735388Y-72525285D01*
X59082245Y-73178428D02*
X59154817Y-73214714D01*
X59299960Y-73214714D01*
X59372531Y-73178428D01*
X59408817Y-73105857D01*
X59408817Y-72815571D01*
X59372531Y-72743000D01*
X59299960Y-72706714D01*
X59154817Y-72706714D01*
X59082245Y-72743000D01*
X59045960Y-72815571D01*
X59045960Y-72888142D01*
X59408817Y-72960714D01*
X58719388Y-73214714D02*
X58719388Y-72452714D01*
X58646817Y-72924428D02*
X58429102Y-73214714D01*
X58429102Y-72706714D02*
X58719388Y-72997000D01*
X57775960Y-73214714D02*
X57775960Y-72452714D01*
X57775960Y-73178428D02*
X57848531Y-73214714D01*
X57993674Y-73214714D01*
X58066245Y-73178428D01*
X58102531Y-73142142D01*
X58138817Y-73069571D01*
X58138817Y-72851857D01*
X58102531Y-72779285D01*
X58066245Y-72743000D01*
X57993674Y-72706714D01*
X57848531Y-72706714D01*
X57775960Y-72743000D01*
X57304245Y-73214714D02*
X57376817Y-73178428D01*
X57413102Y-73142142D01*
X57449388Y-73069571D01*
X57449388Y-72851857D01*
X57413102Y-72779285D01*
X57376817Y-72743000D01*
X57304245Y-72706714D01*
X57195388Y-72706714D01*
X57122817Y-72743000D01*
X57086531Y-72779285D01*
X57050245Y-72851857D01*
X57050245Y-73069571D01*
X57086531Y-73142142D01*
X57122817Y-73178428D01*
X57195388Y-73214714D01*
X57304245Y-73214714D01*
X56614817Y-73214714D02*
X56687388Y-73178428D01*
X56723674Y-73142142D01*
X56759960Y-73069571D01*
X56759960Y-72851857D01*
X56723674Y-72779285D01*
X56687388Y-72743000D01*
X56614817Y-72706714D01*
X56505960Y-72706714D01*
X56433388Y-72743000D01*
X56397102Y-72779285D01*
X56360817Y-72851857D01*
X56360817Y-73069571D01*
X56397102Y-73142142D01*
X56433388Y-73178428D01*
X56505960Y-73214714D01*
X56614817Y-73214714D01*
X56070531Y-73178428D02*
X55997960Y-73214714D01*
X55852817Y-73214714D01*
X55780245Y-73178428D01*
X55743960Y-73105857D01*
X55743960Y-73069571D01*
X55780245Y-72997000D01*
X55852817Y-72960714D01*
X55961674Y-72960714D01*
X56034245Y-72924428D01*
X56070531Y-72851857D01*
X56070531Y-72815571D01*
X56034245Y-72743000D01*
X55961674Y-72706714D01*
X55852817Y-72706714D01*
X55780245Y-72743000D01*
X54909388Y-72706714D02*
X54727960Y-73214714D01*
X54546531Y-72706714D01*
X54292531Y-72525285D02*
X54256245Y-72489000D01*
X54183674Y-72452714D01*
X54002245Y-72452714D01*
X53929674Y-72489000D01*
X53893388Y-72525285D01*
X53857102Y-72597857D01*
X53857102Y-72670428D01*
X53893388Y-72779285D01*
X54328817Y-73214714D01*
X53857102Y-73214714D01*
X53530531Y-73142142D02*
X53494245Y-73178428D01*
X53530531Y-73214714D01*
X53566817Y-73178428D01*
X53530531Y-73142142D01*
X53530531Y-73214714D01*
X53022531Y-72452714D02*
X52949960Y-72452714D01*
X52877388Y-72489000D01*
X52841102Y-72525285D01*
X52804817Y-72597857D01*
X52768531Y-72743000D01*
X52768531Y-72924428D01*
X52804817Y-73069571D01*
X52841102Y-73142142D01*
X52877388Y-73178428D01*
X52949960Y-73214714D01*
X53022531Y-73214714D01*
X53095102Y-73178428D01*
X53131388Y-73142142D01*
X53167674Y-73069571D01*
X53203960Y-72924428D01*
X53203960Y-72743000D01*
X53167674Y-72597857D01*
X53131388Y-72525285D01*
X53095102Y-72489000D01*
X53022531Y-72452714D01*
X61912531Y-74459314D02*
X61912531Y-73697314D01*
X61731102Y-73697314D01*
X61622245Y-73733600D01*
X61549674Y-73806171D01*
X61513388Y-73878742D01*
X61477102Y-74023885D01*
X61477102Y-74132742D01*
X61513388Y-74277885D01*
X61549674Y-74350457D01*
X61622245Y-74423028D01*
X61731102Y-74459314D01*
X61912531Y-74459314D01*
X60860245Y-74423028D02*
X60932817Y-74459314D01*
X61077960Y-74459314D01*
X61150531Y-74423028D01*
X61186817Y-74350457D01*
X61186817Y-74060171D01*
X61150531Y-73987600D01*
X61077960Y-73951314D01*
X60932817Y-73951314D01*
X60860245Y-73987600D01*
X60823960Y-74060171D01*
X60823960Y-74132742D01*
X61186817Y-74205314D01*
X60533674Y-74423028D02*
X60461102Y-74459314D01*
X60315960Y-74459314D01*
X60243388Y-74423028D01*
X60207102Y-74350457D01*
X60207102Y-74314171D01*
X60243388Y-74241600D01*
X60315960Y-74205314D01*
X60424817Y-74205314D01*
X60497388Y-74169028D01*
X60533674Y-74096457D01*
X60533674Y-74060171D01*
X60497388Y-73987600D01*
X60424817Y-73951314D01*
X60315960Y-73951314D01*
X60243388Y-73987600D01*
X59880531Y-74459314D02*
X59880531Y-73951314D01*
X59880531Y-73697314D02*
X59916817Y-73733600D01*
X59880531Y-73769885D01*
X59844245Y-73733600D01*
X59880531Y-73697314D01*
X59880531Y-73769885D01*
X59191102Y-73951314D02*
X59191102Y-74568171D01*
X59227388Y-74640742D01*
X59263674Y-74677028D01*
X59336245Y-74713314D01*
X59445102Y-74713314D01*
X59517674Y-74677028D01*
X59191102Y-74423028D02*
X59263674Y-74459314D01*
X59408817Y-74459314D01*
X59481388Y-74423028D01*
X59517674Y-74386742D01*
X59553960Y-74314171D01*
X59553960Y-74096457D01*
X59517674Y-74023885D01*
X59481388Y-73987600D01*
X59408817Y-73951314D01*
X59263674Y-73951314D01*
X59191102Y-73987600D01*
X58828245Y-73951314D02*
X58828245Y-74459314D01*
X58828245Y-74023885D02*
X58791960Y-73987600D01*
X58719388Y-73951314D01*
X58610531Y-73951314D01*
X58537960Y-73987600D01*
X58501674Y-74060171D01*
X58501674Y-74459314D01*
X57848531Y-74423028D02*
X57921102Y-74459314D01*
X58066245Y-74459314D01*
X58138817Y-74423028D01*
X58175102Y-74350457D01*
X58175102Y-74060171D01*
X58138817Y-73987600D01*
X58066245Y-73951314D01*
X57921102Y-73951314D01*
X57848531Y-73987600D01*
X57812245Y-74060171D01*
X57812245Y-74132742D01*
X58175102Y-74205314D01*
X57159102Y-74459314D02*
X57159102Y-73697314D01*
X57159102Y-74423028D02*
X57231674Y-74459314D01*
X57376817Y-74459314D01*
X57449388Y-74423028D01*
X57485674Y-74386742D01*
X57521960Y-74314171D01*
X57521960Y-74096457D01*
X57485674Y-74023885D01*
X57449388Y-73987600D01*
X57376817Y-73951314D01*
X57231674Y-73951314D01*
X57159102Y-73987600D01*
X56215674Y-74459314D02*
X56215674Y-73697314D01*
X56215674Y-73987600D02*
X56143102Y-73951314D01*
X55997960Y-73951314D01*
X55925388Y-73987600D01*
X55889102Y-74023885D01*
X55852817Y-74096457D01*
X55852817Y-74314171D01*
X55889102Y-74386742D01*
X55925388Y-74423028D01*
X55997960Y-74459314D01*
X56143102Y-74459314D01*
X56215674Y-74423028D01*
X55598817Y-73951314D02*
X55417388Y-74459314D01*
X55235960Y-73951314D02*
X55417388Y-74459314D01*
X55489960Y-74640742D01*
X55526245Y-74677028D01*
X55598817Y-74713314D01*
X54437674Y-73697314D02*
X54256245Y-74459314D01*
X54111102Y-73915028D01*
X53965960Y-74459314D01*
X53784531Y-73697314D01*
X53494245Y-74459314D02*
X53494245Y-73951314D01*
X53494245Y-73697314D02*
X53530531Y-73733600D01*
X53494245Y-73769885D01*
X53457960Y-73733600D01*
X53494245Y-73697314D01*
X53494245Y-73769885D01*
X53022531Y-74459314D02*
X53095102Y-74423028D01*
X53131388Y-74350457D01*
X53131388Y-73697314D01*
X52623388Y-74459314D02*
X52695960Y-74423028D01*
X52732245Y-74350457D01*
X52732245Y-73697314D01*
X52042817Y-74423028D02*
X52115388Y-74459314D01*
X52260531Y-74459314D01*
X52333102Y-74423028D01*
X52369388Y-74350457D01*
X52369388Y-74060171D01*
X52333102Y-73987600D01*
X52260531Y-73951314D01*
X52115388Y-73951314D01*
X52042817Y-73987600D01*
X52006531Y-74060171D01*
X52006531Y-74132742D01*
X52369388Y-74205314D01*
X51679960Y-74459314D02*
X51679960Y-73951314D01*
X51679960Y-74023885D02*
X51643674Y-73987600D01*
X51571102Y-73951314D01*
X51462245Y-73951314D01*
X51389674Y-73987600D01*
X51353388Y-74060171D01*
X51353388Y-74459314D01*
X51353388Y-74060171D02*
X51317102Y-73987600D01*
X51244531Y-73951314D01*
X51135674Y-73951314D01*
X51063102Y-73987600D01*
X51026817Y-74060171D01*
X51026817Y-74459314D01*
D12*
%TO.C,TP1*%
X80329000Y-72796400D02*
G75*
G03*
X80329000Y-72796400I-700000J0D01*
G01*
D13*
X78858904Y-71613780D02*
X78287476Y-71613780D01*
X78573190Y-72613780D02*
X78573190Y-71613780D01*
X77954142Y-72613780D02*
X77954142Y-71613780D01*
X77573190Y-71613780D01*
X77477952Y-71661400D01*
X77430333Y-71709019D01*
X77382714Y-71804257D01*
X77382714Y-71947114D01*
X77430333Y-72042352D01*
X77477952Y-72089971D01*
X77573190Y-72137590D01*
X77954142Y-72137590D01*
X76430333Y-72613780D02*
X77001761Y-72613780D01*
X76716047Y-72613780D02*
X76716047Y-71613780D01*
X76811285Y-71756638D01*
X76906523Y-71851876D01*
X77001761Y-71899495D01*
%TD*%
%LPC*%
D14*
%TO.C,SW1*%
X55890000Y-65836800D03*
%TD*%
D15*
%TO.C,TP1*%
X79629000Y-72796400D03*
%TD*%
D16*
%TO.C,J3*%
X77762100Y-66548000D03*
D17*
X79032100Y-66548000D03*
%TD*%
D16*
%TO.C,J1*%
X73952100Y-89928700D03*
D17*
X73952100Y-88658700D03*
%TD*%
D18*
%TO.C,M2*%
X82397600Y-88696800D03*
%TD*%
D16*
%TO.C,J4*%
X52311300Y-65074800D03*
D17*
X52311300Y-66344800D03*
%TD*%
D19*
%TO.C,J2*%
X78704200Y-84495800D03*
D20*
X81864200Y-84295800D03*
D19*
X78704200Y-76895800D03*
D20*
X81864200Y-77095800D03*
D21*
X79714200Y-82695800D03*
X79714200Y-78695800D03*
%TD*%
D18*
%TO.C,M1*%
X69450000Y-65370000D03*
%TD*%
M02*

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,44 @@
%TF.GenerationSoftware,KiCad,Pcbnew,(5.1.9-0-10_14)*%
%TF.CreationDate,2021-10-29T13:13:03+02:00*%
%TF.ProjectId,Leo_muziekdoos,4c656f5f-6d75-47a6-9965-6b646f6f732e,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Profile,NP*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (5.1.9-0-10_14)) date 2021-10-29 13:13:03*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%TA.AperFunction,Profile*%
%ADD10C,0.200000*%
%TD*%
G04 APERTURE END LIST*
D10*
X41167565Y-69831020D02*
G75*
G02*
X47040565Y-63958020I5873000J0D01*
G01*
X72669999Y-80277773D02*
X72669398Y-92377773D01*
X62069398Y-78427773D02*
X62069398Y-80277773D01*
X41169399Y-78427773D02*
X62069398Y-78427773D01*
X41167565Y-69831020D02*
X41169399Y-78427773D01*
X72669398Y-92377773D02*
X83669398Y-92377773D01*
X62069398Y-80277773D02*
X72669999Y-80277773D01*
X74669398Y-63958020D02*
X47040565Y-63958020D01*
X74669398Y-63958020D02*
G75*
G02*
X83669398Y-72958020I0J-9000000D01*
G01*
X83669398Y-92377773D02*
X83669398Y-72958020D01*
M02*

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,24 @@
M48
; DRILL file {KiCad (5.1.9-0-10_14)} date Friday, October 29, 2021 at 01:13:06 PM
; FORMAT={-:-/ absolute / inch / decimal}
; #@! TF.CreationDate,2021-10-29T13:13:06+02:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(5.1.9-0-10_14)
; #@! TF.FileFunction,NonPlated,1,4,NPTH
FMAT,2
INCH
T1C0.0217
T2C0.0315
T3C0.1181
%
G90
G05
T1
X3.1384Y-3.0983
X3.1384Y-3.2557
T2
X2.2004Y-2.592
T3
X2.7343Y-2.5736
X3.244Y-3.492
T0
M30

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,331 @@
M48
; DRILL file {KiCad (5.1.9-0-10_14)} date Friday, October 29, 2021 at 01:13:06 PM
; FORMAT={-:-/ absolute / inch / decimal}
; #@! TF.CreationDate,2021-10-29T13:13:06+02:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(5.1.9-0-10_14)
; #@! TF.FileFunction,Plated,1,4,PTH
FMAT,2
INCH
T1C0.0079
T2C0.0118
T3C0.0256
T4C0.0276
%
G90
G05
T1
X1.7473Y-2.7423
X1.7473Y-2.7826
X1.7473Y-2.823
X1.7473Y-2.8634
X1.7473Y-2.9037
X1.7876Y-2.7423
X1.7876Y-2.7826
X1.7876Y-2.823
X1.7876Y-2.8634
X1.7876Y-2.9037
X1.828Y-2.7423
X1.828Y-2.7826
X1.828Y-2.823
X1.828Y-2.8634
X1.828Y-2.9037
X1.8684Y-2.7423
X1.8684Y-2.7826
X1.8684Y-2.823
X1.8684Y-2.8634
X1.8684Y-2.9037
X1.9087Y-2.7423
X1.9087Y-2.7826
X1.9087Y-2.823
X1.9087Y-2.8634
X1.9087Y-2.9037
T2
X1.6408Y-2.7398
X1.6415Y-2.7915
X1.65Y-2.971
X1.6505Y-2.999
X1.6808Y-2.8814
X1.6895Y-2.8525
X1.697Y-2.728
X1.698Y-2.936
X1.707Y-2.9975
X1.717Y-2.95
X1.7222Y-2.6796
X1.7788Y-2.6792
X1.814Y-3.053
X1.8209Y-2.5929
X1.838Y-2.68
X1.8509Y-3.0018
X1.8707Y-2.9854
X1.8964Y-2.984
X1.9219Y-2.9792
X1.929Y-3.067
X1.9336Y-2.6764
X1.945Y-2.936
X1.9455Y-2.964
X1.97Y-2.69
X1.974Y-2.754
X1.9901Y-2.6519
X1.9904Y-2.5406
X1.9999Y-2.8901
X2.0086Y-2.8594
X2.0131Y-2.9444
X2.0334Y-2.7666
X2.058Y-2.722
X2.0665Y-3.041
X2.0885Y-2.8905
X2.0995Y-3.041
X2.1Y-2.73
X2.1131Y-2.8694
X2.1366Y-2.6457
X2.14Y-3.06
X2.1465Y-2.8985
X2.1589Y-2.8321
X2.17Y-3.06
X2.18Y-2.69
X2.18Y-2.72
X2.18Y-2.75
X2.188Y-2.936
X2.2Y-3.06
X2.2066Y-2.816
X2.21Y-2.69
X2.21Y-2.72
X2.21Y-2.75
X2.223Y-2.936
X2.23Y-3.06
X2.26Y-2.55
X2.26Y-2.58
X2.26Y-2.61
X2.26Y-2.64
X2.26Y-3.06
X2.2805Y-2.7561
X2.2807Y-2.7253
X2.287Y-2.828
X2.29Y-2.55
X2.29Y-2.58
X2.29Y-2.61
X2.29Y-2.64
X2.29Y-3.06
X2.32Y-2.5492
X2.32Y-2.58
X2.32Y-2.61
X2.32Y-2.64
X2.33Y-2.66
X2.3304Y-2.7228
X2.3308Y-2.7456
X2.332Y-2.9333
X2.3323Y-2.8798
X2.338Y-3.045
X2.3512Y-2.7346
X2.36Y-2.66
X2.3723Y-3.0547
X2.39Y-2.66
X2.4Y-2.79
X2.403Y-3.056
X2.42Y-2.86
X2.42Y-2.9
X2.42Y-2.94
X2.42Y-2.98
X2.4304Y-3.0436
X2.4588Y-3.0555
X2.46Y-2.66
X2.46Y-2.8
X2.46Y-2.86
X2.46Y-2.9
X2.46Y-2.94
X2.46Y-2.98
X2.4601Y-2.7169
X2.473Y-3.134
X2.4877Y-3.0539
X2.49Y-2.66
X2.5Y-2.8
X2.5Y-2.86
X2.5Y-2.9
X2.5Y-2.94
X2.5Y-2.98
X2.5074Y-2.7064
X2.5113Y-3.0428
X2.52Y-2.66
X2.5276Y-3.0653
X2.5312Y-2.7162
X2.55Y-2.66
X2.56Y-2.718
X2.56Y-2.8
X2.56Y-2.86
X2.56Y-2.9
X2.56Y-2.94
X2.5689Y-2.5492
X2.5689Y-2.58
X2.5689Y-2.61
X2.5689Y-2.64
X2.5892Y-2.719
X2.5976Y-2.8
X2.6Y-2.86
X2.6Y-2.9
X2.6Y-2.94
X2.604Y-3.0663
X2.61Y-2.55
X2.61Y-2.58
X2.61Y-2.61
X2.61Y-2.64
X2.613Y-3.123
X2.634Y-2.753
X2.65Y-2.55
X2.65Y-2.58
X2.65Y-2.61
X2.65Y-2.64
X2.6658Y-2.7738
X2.6698Y-2.9389
X2.6701Y-2.9132
X2.6735Y-2.8844
X2.68Y-3.03
X2.68Y-3.05
X2.68Y-3.07
X2.68Y-3.1
X2.68Y-3.12
X2.68Y-3.14
X2.6825Y-2.8601
X2.686Y-2.7962
X2.712Y-2.756
X2.713Y-2.782
X2.7233Y-2.9353
X2.7424Y-2.7738
X2.7552Y-3.0025
X2.76Y-3.03
X2.76Y-3.05
X2.76Y-3.07
X2.76Y-3.1
X2.76Y-3.12
X2.76Y-3.14
X2.77Y-2.902
X2.77Y-2.961
X2.7818Y-3.0025
X2.7892Y-2.758
X2.79Y-3.04
X2.7922Y-2.8818
X2.8092Y-3.1112
X2.8092Y-3.1404
X2.817Y-2.757
X2.8189Y-2.883
X2.865Y-2.935
X2.865Y-2.965
X2.865Y-2.995
X2.865Y-3.025
X2.8662Y-2.7609
X2.883Y-3.153
X2.89Y-3.28
X2.89Y-3.3
X2.89Y-3.32
X2.8939Y-2.8387
X2.8948Y-3.2489
X2.8948Y-3.2231
X2.8948Y-3.1981
X2.895Y-2.935
X2.895Y-2.965
X2.895Y-2.995
X2.895Y-3.025
X2.8978Y-2.7549
X2.9061Y-3.4247
X2.9122Y-2.795
X2.925Y-2.935
X2.925Y-2.965
X2.925Y-2.995
X2.925Y-3.025
X2.9307Y-3.3732
X2.9331Y-2.622
X2.934Y-3.406
X2.9495Y-3.1115
X2.9504Y-3.3866
X2.952Y-3.426
X2.955Y-2.935
X2.955Y-2.965
X2.955Y-2.995
X2.955Y-3.025
X2.965Y-3.226
X2.965Y-3.25
X2.9709Y-3.5931
X2.9713Y-3.3736
X2.9717Y-3.4015
X2.9816Y-2.6775
X2.9855Y-3.5155
X2.9855Y-3.5525
X3.0115Y-3.5155
X3.0115Y-3.5525
X3.02Y-3.252
X3.0219Y-2.7492
X3.024Y-2.7232
X3.025Y-2.853
X3.025Y-3.147
X3.036Y-2.556
X3.0438Y-2.7982
X3.0443Y-2.8306
X3.048Y-2.6725
X3.054Y-3.466
X3.054Y-3.488
X3.0543Y-2.8776
X3.0559Y-3.5917
X3.0663Y-2.8106
X3.074Y-3.263
X3.0825Y-2.8789
X3.09Y-2.9107
X3.0928Y-2.7143
X3.0928Y-2.736
X3.0928Y-2.7577
X3.108Y-2.9722
X3.1145Y-2.7143
X3.1145Y-2.736
X3.1145Y-2.7577
X3.13Y-3.519
X3.13Y-3.54
X3.13Y-3.6
X3.1362Y-2.7143
X3.1362Y-2.736
X3.1362Y-2.7577
X3.15Y-3.47
X3.165Y-2.793
X3.165Y-3.227
X3.17Y-3.56
X3.1933Y-3.175
X3.1933Y-3.2046
X3.2Y-3.6
X3.2095Y-2.6787
X3.21Y-3.1
X3.21Y-3.24
X3.21Y-3.4
X3.218Y-2.9375
X3.2205Y-2.8935
X3.2496Y-2.7706
X3.2633Y-3.1767
X3.27Y-2.99
X3.27Y-3.39
X3.27Y-3.6
T3
X2.0595Y-2.562
X2.0595Y-2.612
X2.9115Y-3.4905
X2.9115Y-3.5405
X3.0615Y-2.62
X3.1115Y-2.62
T4
G00X3.1104Y-3.0353
M15
G01X3.0868Y-3.0353
M16
G05
G00X3.0868Y-3.3187
M15
G01X3.1104Y-3.3187
M16
G05
G00X3.2112Y-3.0353
M15
G01X3.2348Y-3.0353
M16
G05
G00X3.2112Y-3.3187
M15
G01X3.2348Y-3.3187
M16
G05
T0
M30

View File

@@ -0,0 +1,165 @@
{
"Header":
{
"GenerationSoftware":
{
"Vendor": "KiCad",
"Application": "Pcbnew",
"Version": "(5.1.9-0-10_14)"
},
"CreationDate": "2021-10-29T13:13:03+02:00"
},
"GeneralSpecs":
{
"ProjectId":
{
"Name": "Leo_muziekdoos",
"GUID": "4c656f5f-6d75-47a6-9965-6b646f6f732e",
"Revision": "rev?"
},
"Size":
{
"X": 42.702,
"Y": 28.620
},
"LayerNumber": 4,
"BoardThickness": 1.600
},
"DesignRules":
[
{
"Layers": "Outer",
"PadToPad": 0.025,
"PadToTrack": 0.025,
"TrackToTrack": 0.152,
"MinLineWidth": 0.152,
"TrackToRegion": 0.152,
"RegionToRegion": 0.152
},
{
"Layers": "Inner",
"PadToPad": 0.152,
"PadToTrack": 0.152,
"TrackToTrack": 0.152,
"MinLineWidth": 0.152,
"TrackToRegion": 0.152,
"RegionToRegion": 0.152
}
],
"FilesAttributes":
[
{
"Path": "Leo_muziekdoos-F_Cu.gbr",
"FileFunction": "Copper,L1,Top",
"FilePolarity": "Positive"
},
{
"Path": "Leo_muziekdoos-In1_Cu.gbr",
"FileFunction": "Copper,L2,Inr",
"FilePolarity": "Positive"
},
{
"Path": "Leo_muziekdoos-In2_Cu.gbr",
"FileFunction": "Copper,L3,Inr",
"FilePolarity": "Positive"
},
{
"Path": "Leo_muziekdoos-B_Cu.gbr",
"FileFunction": "Copper,L4,Bot",
"FilePolarity": "Positive"
},
{
"Path": "Leo_muziekdoos-F_Paste.gbr",
"FileFunction": "SolderPaste,Top",
"FilePolarity": "Positive"
},
{
"Path": "Leo_muziekdoos-B_Paste.gbr",
"FileFunction": "SolderPaste,Bot",
"FilePolarity": "Positive"
},
{
"Path": "Leo_muziekdoos-F_SilkS.gbr",
"FileFunction": "Legend,Top",
"FilePolarity": "Positive"
},
{
"Path": "Leo_muziekdoos-B_SilkS.gbr",
"FileFunction": "Legend,Bot",
"FilePolarity": "Positive"
},
{
"Path": "Leo_muziekdoos-F_Mask.gbr",
"FileFunction": "SolderMask,Top",
"FilePolarity": "Negative"
},
{
"Path": "Leo_muziekdoos-B_Mask.gbr",
"FileFunction": "SolderMask,Bot",
"FilePolarity": "Negative"
},
{
"Path": "Leo_muziekdoos-Edge_Cuts.gbr",
"FileFunction": "Profile",
"FilePolarity": "Positive"
}
],
"MaterialStackup":
[
{
"Type": "Legend",
"Notes": "Layer F.SilkS"
},
{
"Type": "SolderPaste",
"Notes": "Layer F.Paste"
},
{
"Type": "SolderMask",
"Notes": "Layer F.Mask"
},
{
"Type": "Copper",
"Notes": "Layer F.Cu"
},
{
"Type": "Dielectric",
"Material": "FR4",
"Notes": "Layers L1/L2"
},
{
"Type": "Copper",
"Notes": "Layer In1.Cu"
},
{
"Type": "Dielectric",
"Material": "FR4",
"Notes": "Layers L2/L3"
},
{
"Type": "Copper",
"Notes": "Layer In2.Cu"
},
{
"Type": "Dielectric",
"Material": "FR4",
"Notes": "Layers L3/L4"
},
{
"Type": "Copper",
"Notes": "Layer B.Cu"
},
{
"Type": "SolderMask",
"Notes": "Layer B.Mask"
},
{
"Type": "SolderPaste",
"Notes": "Layer B.Paste"
},
{
"Type": "Legend",
"Notes": "Layer B.SilkS"
}
]
}

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -962,4 +962,30 @@ F 3 "" H 5950 3600 50 0001 C CNN
$EndComp
Wire Wire Line
5950 3600 5950 3550
$Comp
L Device:C_Polarized C?
U 1 1 617D88E1
P 9000 2000
AR Path="/617D88E1" Ref="C?" Part="1"
AR Path="/6158A412/617D88E1" Ref="C?" Part="1"
AR Path="/60FE1698/617D88E1" Ref="C37" Part="1"
F 0 "C37" H 9118 2046 50 0000 L CNN
F 1 "10uF" H 9118 1955 50 0000 L CNN
F 2 "Capacitor_SMD:C_0805_2012Metric" H 9038 1850 50 0001 C CNN
F 3 "~" H 9000 2000 50 0001 C CNN
F 4 "C010u_0805" H 9000 2000 50 0001 C CNN "StockRef"
F 5 "2112746" H 9000 2000 50 0001 C CNN "ordercode"
F 6 "farnell" H 9000 2000 50 0001 C CNN "supplier"
1 9000 2000
1 0 0 -1
$EndComp
Wire Wire Line
8500 2700 9000 2700
Wire Wire Line
9000 2700 9000 2150
Connection ~ 8500 2700
Wire Wire Line
8500 1450 9000 1450
Wire Wire Line
9000 1450 9000 1850
$EndSCHEMATC

View File

@@ -962,4 +962,30 @@ F 3 "" H 5950 3600 50 0001 C CNN
$EndComp
Wire Wire Line
5950 3600 5950 3550
$Comp
L Device:C_Polarized C?
U 1 1 617D88E1
P 9000 2000
AR Path="/617D88E1" Ref="C?" Part="1"
AR Path="/6158A412/617D88E1" Ref="C?" Part="1"
AR Path="/60FE1698/617D88E1" Ref="C37" Part="1"
F 0 "C37" H 9118 2046 50 0000 L CNN
F 1 "10uF" H 9118 1955 50 0000 L CNN
F 2 "Capacitor_SMD:C_0805_2012Metric" H 9038 1850 50 0001 C CNN
F 3 "~" H 9000 2000 50 0001 C CNN
F 4 "C010u_0805" H 9000 2000 50 0001 C CNN "StockRef"
F 5 "2112746" H 9000 2000 50 0001 C CNN "ordercode"
F 6 "farnell" H 9000 2000 50 0001 C CNN "supplier"
1 9000 2000
1 0 0 -1
$EndComp
Wire Wire Line
8500 2700 9000 2700
Wire Wire Line
9000 2700 9000 2150
Connection ~ 8500 2700
Wire Wire Line
8500 1450 9000 1450
Wire Wire Line
9000 1450 9000 1850
$EndSCHEMATC

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,991 @@
(kicad_sch (version 20211123) (generator eeschema)
(uuid e0781b80-6f1b-4d08-b53f-b7d3f582e2ea)
(paper "A4")
(lib_symbols
(symbol "Connector:TestPoint" (pin_numbers hide) (pin_names (offset 0.762) hide) (in_bom yes) (on_board yes)
(property "Reference" "TP" (id 0) (at 0 6.858 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "TestPoint" (id 1) (at 0 5.08 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 5.08 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 5.08 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "test point tp" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "test point" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "Pin* Test*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "TestPoint_0_1"
(circle (center 0 3.302) (radius 0.762)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "TestPoint_1_1"
(pin passive line (at 0 0 90) (length 2.54)
(name "1" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
(property "Reference" "C" (id 0) (at 0.635 2.54 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "C" (id 1) (at 0.635 -2.54 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (id 2) (at 0.9652 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "cap capacitor" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Unpolarized capacitor" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "C_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "C_0_1"
(polyline
(pts
(xy -2.032 -0.762)
(xy 2.032 -0.762)
)
(stroke (width 0.508) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -2.032 0.762)
(xy 2.032 0.762)
)
(stroke (width 0.508) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "C_1_1"
(pin passive line (at 0 3.81 270) (length 2.794)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -3.81 90) (length 2.794)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:D_Schottky" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
(property "Reference" "D" (id 0) (at 0 2.54 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "D_Schottky" (id 1) (at 0 -2.54 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "diode Schottky" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Schottky diode" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "D_Schottky_0_1"
(polyline
(pts
(xy 1.27 0)
(xy -1.27 0)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 1.27 1.27)
(xy 1.27 -1.27)
(xy -1.27 0)
(xy 1.27 1.27)
)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -1.905 0.635)
(xy -1.905 1.27)
(xy -1.27 1.27)
(xy -1.27 -1.27)
(xy -0.635 -1.27)
(xy -0.635 -0.635)
)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "D_Schottky_1_1"
(pin passive line (at -3.81 0 0) (length 2.54)
(name "K" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 3.81 0 180) (length 2.54)
(name "A" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "R" (id 0) (at 2.032 0 90)
(effects (font (size 1.27 1.27)))
)
(property "Value" "R" (id 1) (at 0 0 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at -1.778 0 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "R res resistor" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Resistor" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "R_0_1"
(rectangle (start -1.016 -2.54) (end 1.016 2.54)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "R_1_1"
(pin passive line (at 0 3.81 270) (length 1.27)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -3.81 90) (length 1.27)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Interface_USB:CP2109-InterfaceUSB" (in_bom yes) (on_board yes)
(property "Reference" "U" (id 0) (at -8.89 31.75 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "Interface_USB_CP2109-InterfaceUSB" (id 1) (at 12.7 31.75 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Package_DFN_QFN:QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm" (id 2) (at 1.27 45.72 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at -7.62 3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ordercode" "CP2109-Axx-xQFN28" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)))
)
(property "ki_fp_filters" "QFN*1EP*5x5mm*P0.5mm*" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "CP2109-InterfaceUSB_0_1"
(rectangle (start -10.16 30.48) (end 10.16 -2.54)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type background))
)
)
(symbol "CP2109-InterfaceUSB_1_1"
(pin input line (at 12.7 12.7 180) (length 2.54)
(name "~{DCD}" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin no_connect line (at -12.7 0 0) (length 2.54) hide
(name "NC" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin output line (at 12.7 2.54 180) (length 2.54)
(name "~{SUSPEND}" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
(pin output line (at 12.7 5.08 180) (length 2.54)
(name "SUSPEND" (effects (font (size 1.27 1.27))))
(number "12" (effects (font (size 1.27 1.27))))
)
(pin no_connect line (at -12.7 1.27 0) (length 2.54) hide
(name "~" (effects (font (size 1.27 1.27))))
(number "13" (effects (font (size 1.27 1.27))))
)
(pin no_connect line (at -12.7 -1.27 0) (length 2.54) hide
(name "~" (effects (font (size 1.27 1.27))))
(number "14" (effects (font (size 1.27 1.27))))
)
(pin no_connect line (at -12.7 7.62 0) (length 2.54) hide
(name "~" (effects (font (size 1.27 1.27))))
(number "15" (effects (font (size 1.27 1.27))))
)
(pin no_connect line (at -12.7 6.35 0) (length 2.54) hide
(name "~" (effects (font (size 1.27 1.27))))
(number "16" (effects (font (size 1.27 1.27))))
)
(pin no_connect line (at -12.7 2.54 0) (length 2.54) hide
(name "~" (effects (font (size 1.27 1.27))))
(number "17" (effects (font (size 1.27 1.27))))
)
(pin no_connect line (at -12.7 19.05 0) (length 2.54) hide
(name "~" (effects (font (size 1.27 1.27))))
(number "18" (effects (font (size 1.27 1.27))))
)
(pin no_connect line (at -12.7 20.32 0) (length 2.54) hide
(name "~" (effects (font (size 1.27 1.27))))
(number "19" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 12.7 10.16 180) (length 2.54)
(name "~{RI}/CLK" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin no_connect line (at -12.7 21.59 0) (length 2.54) hide
(name "~" (effects (font (size 1.27 1.27))))
(number "20" (effects (font (size 1.27 1.27))))
)
(pin no_connect line (at -12.7 5.08 0) (length 2.54) hide
(name "~" (effects (font (size 1.27 1.27))))
(number "21" (effects (font (size 1.27 1.27))))
)
(pin no_connect line (at -12.7 3.81 0) (length 2.54) hide
(name "~" (effects (font (size 1.27 1.27))))
(number "22" (effects (font (size 1.27 1.27))))
)
(pin input line (at 12.7 20.32 180) (length 2.54)
(name "~{CTS}" (effects (font (size 1.27 1.27))))
(number "23" (effects (font (size 1.27 1.27))))
)
(pin output line (at 12.7 22.86 180) (length 2.54)
(name "~{RTS}" (effects (font (size 1.27 1.27))))
(number "24" (effects (font (size 1.27 1.27))))
)
(pin input line (at 12.7 25.4 180) (length 2.54)
(name "RXD" (effects (font (size 1.27 1.27))))
(number "25" (effects (font (size 1.27 1.27))))
)
(pin output line (at 12.7 27.94 180) (length 2.54)
(name "TXD" (effects (font (size 1.27 1.27))))
(number "26" (effects (font (size 1.27 1.27))))
)
(pin input line (at 12.7 17.78 180) (length 2.54)
(name "~{DSR}" (effects (font (size 1.27 1.27))))
(number "27" (effects (font (size 1.27 1.27))))
)
(pin output line (at 12.7 15.24 180) (length 2.54)
(name "~{DTR}" (effects (font (size 1.27 1.27))))
(number "28" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -1.27 -5.08 90) (length 2.54)
(name "GND(Epad)" (effects (font (size 1.27 1.27))))
(number "29" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -5.08 -5.08 90) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -12.7 10.16 0) (length 2.54)
(name "D+" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -12.7 12.7 0) (length 2.54)
(name "D-" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 33.02 270) (length 2.54)
(name "VDD" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -2.54 33.02 270) (length 2.54)
(name "VREGIN" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 15.24 0) (length 2.54)
(name "VBUS" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 27.94 0) (length 2.54)
(name "~{RST}" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Transistor_BJT:UMH3N" (pin_names hide) (in_bom yes) (on_board yes)
(property "Reference" "Q" (id 0) (at 7.62 1.27 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "UMH3N" (id 1) (at 7.62 -1.27 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" (id 2) (at 0.127 -11.176 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "http://rohmfs.rohm.com/en/products/databook/datasheet/discrete/transistor/digital/emh3t2r-e.pdf" (id 3) (at 3.81 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "Dual NPN Transistor" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "0.1A Ic, 50V Vce, Dual NPN Input Resistor Transistors, SOT-363" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "SOT?363*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "UMH3N_0_1"
(polyline
(pts
(xy 3.175 0)
(xy 0.254 0)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 3.175 0.635)
(xy 5.08 2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 3.175 1.524)
(xy 3.175 -1.524)
)
(stroke (width 0.508) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 3.175 -0.635)
(xy 5.08 -2.54)
(xy 5.08 -2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 3.81 -1.778)
(xy 4.318 -1.27)
(xy 4.826 -2.286)
(xy 3.81 -1.778)
(xy 3.81 -1.778)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type outline))
)
(rectangle (start 0.254 0.508) (end -2.54 -0.508)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
(circle (center 3.81 0) (radius 2.8194)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "UMH3N_1_1"
(pin passive line (at 5.08 -5.08 90) (length 2.54)
(name "E1" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin input line (at -5.08 0 0) (length 2.54)
(name "B1" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 5.08 5.08 270) (length 2.54)
(name "C1" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
)
(symbol "UMH3N_2_1"
(pin passive line (at 5.08 5.08 270) (length 2.54)
(name "C2" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 5.08 -5.08 90) (length 2.54)
(name "E2" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin input line (at -5.08 0 0) (length 2.54)
(name "B2" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -6.35 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 0 -3.81 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "GND_0_1"
(polyline
(pts
(xy 0 0)
(xy 0 -1.27)
(xy 1.27 -1.27)
(xy 0 -2.54)
(xy -1.27 -1.27)
(xy 0 -1.27)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "GND_1_1"
(pin power_in line (at 0 0 270) (length 0) hide
(name "GND" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
)
(junction (at 144.78 60.96) (diameter 0) (color 0 0 0 0)
(uuid 14a3cbec-b1b9-4736-8e00-ba5be98954ab)
)
(junction (at 118.11 60.96) (diameter 0) (color 0 0 0 0)
(uuid 1a85ffd6-ef8b-418f-990e-456d1ffab00e)
)
(junction (at 85.09 143.51) (diameter 0) (color 0 0 0 0)
(uuid 4aee84d1-0859-48ac-a053-5a981ee1b24a)
)
(junction (at 85.09 125.73) (diameter 0) (color 0 0 0 0)
(uuid 69f75991-c8c0-49a9-aed8-daa6ca9a5d73)
)
(junction (at 139.7 114.3) (diameter 0) (color 0 0 0 0)
(uuid 6f3f676d-a47a-4e8c-8d6e-02275a3490d7)
)
(junction (at 129.54 92.71) (diameter 0) (color 0 0 0 0)
(uuid cb0f5a26-0827-4807-aea7-55b25947b9d5)
)
(no_connect (at 157.48 87.63) (uuid 567a04d6-5dce-4e5f-9e8e-f34010ecea5b))
(no_connect (at 157.48 102.87) (uuid 57121f1d-c971-4830-b974-00f7d706f0c9))
(no_connect (at 157.48 105.41) (uuid ea8efd53-9e19-4e37-86f5-e6c0c681f735))
(no_connect (at 157.48 95.25) (uuid ec13b96e-bc69-4de2-80ef-a515cc44afb5))
(no_connect (at 157.48 97.79) (uuid f11a78b7-152e-46cf-81d1-bc8194db05a9))
(no_connect (at 157.48 90.17) (uuid f413d088-6fb9-4a8a-88fd-666ff68b7fdf))
(wire (pts (xy 102.87 137.16) (xy 102.87 138.43))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 02b1295e-cf95-47ff-9c57-f8ada28f2e94)
)
(wire (pts (xy 102.87 120.65) (xy 121.92 120.65))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 0588e431-d56d-4df4-9ffd-6cd4bba412cb)
)
(wire (pts (xy 124.46 67.31) (xy 133.35 67.31))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 06b6db7e-5210-41ec-a47b-0127ebbe0786)
)
(wire (pts (xy 158.75 60.96) (xy 144.78 60.96))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 121b7b08-bed9-441b-b060-efed31f37089)
)
(wire (pts (xy 102.87 130.81) (xy 102.87 132.08))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 25247d0c-5910-484b-9651-5750d422a450)
)
(wire (pts (xy 142.24 67.31) (xy 142.24 74.93))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 296ded40-ed53-4798-8db4-dad7b794226b)
)
(wire (pts (xy 140.97 67.31) (xy 142.24 67.31))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 2e0f69a6-955c-44f2-af4d-b4ad566ef54b)
)
(wire (pts (xy 129.54 87.63) (xy 129.54 92.71))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 356199c8-c0f7-4995-bef0-53ad752a30c5)
)
(wire (pts (xy 116.84 87.63) (xy 129.54 87.63))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3997254a-8057-4464-ba07-e37f0720cbd8)
)
(wire (pts (xy 99.06 60.96) (xy 118.11 60.96))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3f9f133b-59b8-4791-b0ab-6fa861da9e3f)
)
(wire (pts (xy 118.11 80.01) (xy 118.11 76.2))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 47be24ee-e15b-4cee-b84b-350111ac1499)
)
(wire (pts (xy 119.38 97.79) (xy 132.08 97.79))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 4d55ddc7-73be-49f7-98ea-a0ba474cbdb0)
)
(wire (pts (xy 119.38 92.71) (xy 129.54 92.71))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 4e66ba18-389e-4ff9-97c1-8bd8fb047a01)
)
(wire (pts (xy 92.71 125.73) (xy 85.09 125.73))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 59142adb-6887-41fc-851e-9a7f51511d60)
)
(wire (pts (xy 85.09 139.7) (xy 85.09 143.51))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5fc4054a-b929-433e-a947-747fb7ed003d)
)
(wire (pts (xy 85.09 129.54) (xy 102.87 137.16))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 617edc57-1dbf-4296-b365-6d76f68a1c0f)
)
(wire (pts (xy 85.09 125.73) (xy 73.66 125.73))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 62a1b97d-067d-487c-835b-0166330d25fe)
)
(wire (pts (xy 132.08 80.01) (xy 118.11 80.01))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 71079b24-2e2e-494b-a607-86ccdae75c6e)
)
(wire (pts (xy 168.91 92.71) (xy 157.48 92.71))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 76862e4a-1816-475c-9943-666036c637f7)
)
(wire (pts (xy 157.48 80.01) (xy 173.99 80.01))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 7c3df708-fb44-40cc-b435-cd67e8cec48a)
)
(wire (pts (xy 102.87 148.59) (xy 121.92 148.59))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8019bb27-2172-4d60-932e-7bd55a890b6c)
)
(wire (pts (xy 85.09 143.51) (xy 92.71 143.51))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 811f5389-c208-4640-ab1a-b454491bb330)
)
(wire (pts (xy 73.66 143.51) (xy 85.09 143.51))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8e715b73-353f-4cfc-aa33-1eac54b89b6c)
)
(wire (pts (xy 139.7 116.84) (xy 139.7 114.3))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 934c5f28-c928-4621-8122-b999b3ed10dd)
)
(wire (pts (xy 144.78 60.96) (xy 144.78 74.93))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9fa58e42-4d1f-4e7f-a5a2-6fc9857446e3)
)
(wire (pts (xy 129.54 92.71) (xy 132.08 92.71))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a9ff0621-eacb-4187-ba89-29f236eec881)
)
(wire (pts (xy 118.11 60.96) (xy 118.11 68.58))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid aae29862-3850-48eb-b7a8-38a62a8029dd)
)
(wire (pts (xy 168.91 85.09) (xy 157.48 85.09))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid ad09de7f-a090-4e65-951a-7cf11f73b06d)
)
(wire (pts (xy 157.48 82.55) (xy 173.99 82.55))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b14aea3f-7e9b-4416-ac0e-1c7beb3cd27c)
)
(wire (pts (xy 102.87 132.08) (xy 85.09 139.7))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b6f041a4-3ea0-418b-94a2-50c938beafa2)
)
(wire (pts (xy 139.7 114.3) (xy 139.7 113.03))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid ca2c5f3f-362b-4808-b8c2-86726d31aa11)
)
(wire (pts (xy 144.78 60.96) (xy 118.11 60.96))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d0111086-5d68-4ab0-b707-7da6b263c90b)
)
(wire (pts (xy 85.09 125.73) (xy 85.09 129.54))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d4876469-b949-49ce-b8fe-43cb458692a4)
)
(wire (pts (xy 119.38 95.25) (xy 132.08 95.25))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d9ad01c4-9416-4b1f-8447-afc1d446fa8a)
)
(wire (pts (xy 158.75 69.85) (xy 158.75 68.58))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid dc0df782-a446-4364-8dc7-0190637b5f77)
)
(wire (pts (xy 143.51 114.3) (xy 139.7 114.3))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e62e65e6-b466-4769-8746-eb8cd9450c76)
)
(wire (pts (xy 143.51 113.03) (xy 143.51 114.3))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f7c5fcef-379b-481f-a910-961b8aba9e9d)
)
(label "CP_RTS" (at 168.91 85.09 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 15e1670d-9e79-4a5e-88ad-fbbb238a3e8a)
)
(label "PROG_EN" (at 118.11 148.59 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 5b04e20f-8575-4362-b040-2e2133d670c8)
)
(label "PROG_RX" (at 168.91 82.55 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 61fae217-e18a-4e68-8630-42cc06a8ba2f)
)
(label "PROG_VCC" (at 129.54 60.96 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 835d4ac3-3fb1-48d9-8c28-6093fe917376)
)
(label "CP_DTR" (at 73.66 125.73 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 92ec60c8-e914-4456-8d37-4b88fc0eb9c6)
)
(label "USB_D+" (at 119.38 97.79 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid ae293969-fa6d-4cb1-9969-16f8784d07e3)
)
(label "PROG_RST" (at 118.11 120.65 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid baa534a0-611b-4c48-8e86-5106dc852bd8)
)
(label "USB_D-" (at 119.38 95.25 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid bb673c7a-d2b0-45b0-bfe2-0b113c092a77)
)
(label "USB_PWR" (at 119.38 92.71 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid bf26cee8-9c9f-4547-9a40-e7028b986d1e)
)
(label "CP_RST" (at 124.46 80.01 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid cc5561df-9d20-4574-af60-64f10025a0ed)
)
(label "PROG_TX" (at 168.91 80.01 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid cce1404b-fc30-47cc-b852-e0061990f2bb)
)
(label "CP_RTS" (at 73.66 143.51 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid edb2db40-12f7-45b3-a514-2a1299ac0231)
)
(label "CP_DTR" (at 168.91 92.71 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid f1128c56-7c01-4d79-834b-ceab4dc35180)
)
(label "USB_PWR" (at 124.46 67.31 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid f2a44eaf-666f-422c-bb4d-a717499c3d1a)
)
(hierarchical_label "PROG_VCC" (shape output) (at 99.06 60.96 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 0674c5a1-ca4b-4b6b-aa60-3847e1a37d52)
)
(hierarchical_label "USB_D-" (shape input) (at 119.38 95.25 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 1cbbfee4-06dd-44ee-af91-d336edf2459c)
)
(hierarchical_label "PROG_EN" (shape output) (at 121.92 148.59 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 45676199-bb82-4d58-98c1-b606deb355be)
)
(hierarchical_label "PROG_RST" (shape output) (at 121.92 120.65 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 55ac7ee1-f461-406b-8cf5-da47a7717180)
)
(hierarchical_label "USB_D+" (shape input) (at 119.38 97.79 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 844f01a0-ac23-4a99-910e-4e91c579bb2b)
)
(hierarchical_label "PROG_TX" (shape output) (at 173.99 80.01 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 927b1eb6-e6f4-412f-9a58-8dc81a4889a0)
)
(hierarchical_label "PROG_RX" (shape input) (at 173.99 82.55 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid f364b99f-4502-4cba-a96d-4ed35ad108b5)
)
(hierarchical_label "USB_PWR" (shape input) (at 119.38 92.71 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid f8e9fc00-8f60-4688-b1c9-6de1e4c0c204)
)
(symbol (lib_id "Interface_USB:CP2109-InterfaceUSB") (at 144.78 107.95 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-0000613cd9b7)
(property "Reference" "U10" (id 0) (at 151.13 74.93 0))
(property "Value" "CP2109-InterfaceUSB" (id 1) (at 157.48 111.76 0))
(property "Footprint" "Package_DFN_QFN:QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm" (id 2) (at 146.05 62.23 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 137.16 104.14 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ordercode" "2930584" (id 4) (at 156.21 76.2 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "MPN" "CP2109-A01-GM" (id 5) (at 144.78 107.95 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Manufacturer" "Silabs" (id 6) (at 144.78 107.95 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "supplier" "farnell" (id 7) (at 144.78 107.95 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid fe2b0eb4-ef2f-498d-8e5e-5458d5bad005))
(pin "10" (uuid 9ee0db9d-fca9-4900-85ee-d111a98402a3))
(pin "11" (uuid b5b6a680-7990-48f7-b275-ce06c7ca702f))
(pin "12" (uuid dc4f4803-5624-4564-a3a0-db3cacff4c65))
(pin "13" (uuid 85a0a888-b648-45a8-a012-cef48867c20d))
(pin "14" (uuid 06b18e16-7cb5-46d4-9982-a031a5801d62))
(pin "15" (uuid 3cb19e29-db91-49ee-a795-b8fefe8837e0))
(pin "16" (uuid 62dc02dc-bce2-4bd3-bd2c-c00e8c5a4527))
(pin "17" (uuid ed5e05d9-260e-4c9e-9583-a7df71e735f9))
(pin "18" (uuid 156125b2-552b-4a74-be84-b9094515bbe4))
(pin "19" (uuid a7441146-e1a3-4ced-af69-e094d19587be))
(pin "2" (uuid 74c646b3-0383-4bd2-b92b-bdbfb1458221))
(pin "20" (uuid dd149998-e5ea-4e8e-8729-9c4e1c69f98a))
(pin "21" (uuid 9582ba0a-5e4c-4b9d-88be-352f86beadc7))
(pin "22" (uuid 812594eb-8224-4a82-b687-bdb7ed7f0046))
(pin "23" (uuid fd90dac5-f85a-46a5-99b3-070411286b8d))
(pin "24" (uuid a23a1551-d1f6-4700-b6bd-537193d83105))
(pin "25" (uuid b8fb458b-9f85-41df-8069-824867e9aaf4))
(pin "26" (uuid a9972473-3667-4e1a-8a41-b6e79e2e07b8))
(pin "27" (uuid 0a26ad95-5186-40e4-9dcb-db94646a21e9))
(pin "28" (uuid 233037f5-2e53-477c-9bfa-442af515bdd1))
(pin "29" (uuid 1eb6f6c2-d260-4f33-be1b-638a98a06c15))
(pin "3" (uuid 24566c81-eb2f-4764-a22f-2574612a6379))
(pin "4" (uuid 8a19ef6f-7f03-405b-8e23-d92f356ffaa1))
(pin "5" (uuid 110cac66-499e-4e25-9566-5138c3f181f3))
(pin "6" (uuid 81d76f41-b499-4412-9585-3e0bf1a3d0b9))
(pin "7" (uuid 952cf2f0-2048-4c45-ad76-66fde386df4c))
(pin "8" (uuid dd7b16f4-1e7e-44af-8bdf-74969705d07f))
(pin "9" (uuid add93e8a-9b82-464a-a200-7edecf387948))
)
(symbol (lib_id "Transistor_BJT:UMH3N") (at 97.79 125.73 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-0000613d07fe)
(property "Reference" "Q5" (id 0) (at 105.156 124.5616 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "UMH3N" (id 1) (at 105.156 126.873 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" (id 2) (at 97.917 136.906 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "http://rohmfs.rohm.com/en/products/databook/datasheet/discrete/transistor/digital/emh3t2r-e.pdf" (id 3) (at 101.6 125.73 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "StockRef" "UMH3N" (id 4) (at 97.79 125.73 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ordercode" "1680404" (id 5) (at 97.79 125.73 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "supplier" "farnell" (id 6) (at 97.79 125.73 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 465fc62b-9f25-4dfb-b8c1-75ea169fa181))
(pin "2" (uuid 249ac4c7-4ef5-4803-91fc-5f38a9275728))
(pin "6" (uuid 4c884bf7-70d1-4e81-a34d-dcc0be92633f))
)
(symbol (lib_id "Transistor_BJT:UMH3N") (at 97.79 143.51 0) (mirror x) (unit 2)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-0000613d18d1)
(property "Reference" "Q5" (id 0) (at 105.156 142.3416 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "UMH3N" (id 1) (at 105.156 144.653 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" (id 2) (at 97.917 132.334 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "http://rohmfs.rohm.com/en/products/databook/datasheet/discrete/transistor/digital/emh3t2r-e.pdf" (id 3) (at 101.6 143.51 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "StockRef" "UMH3N" (id 4) (at 97.79 143.51 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ordercode" "1680404" (id 5) (at 97.79 143.51 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "supplier" "farnell" (id 6) (at 97.79 143.51 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "3" (uuid 2e511e2a-f8ab-467f-89fe-68f7d187c846))
(pin "4" (uuid 1a773f71-c3aa-4835-9a06-bf29df54f826))
(pin "5" (uuid fe87ba73-59ce-4cd2-8ff1-2bd08973ed23))
)
(symbol (lib_id "Device:R") (at 118.11 72.39 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-0000613d252c)
(property "Reference" "R11" (id 0) (at 119.888 71.2216 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "10K" (id 1) (at 119.888 73.533 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Resistor_SMD:R_0402_1005Metric" (id 2) (at 116.332 72.39 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 118.11 72.39 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "StockRef" "R10K_0402" (id 4) (at 118.11 72.39 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ordercode" "2447096" (id 5) (at 118.11 72.39 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "supplier" "farnell" (id 6) (at 118.11 72.39 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid a9556487-86df-4049-bc37-efe702c29cce))
(pin "2" (uuid 86313e00-e179-4042-b547-8a6d6361d2b0))
)
(symbol (lib_id "Device:C") (at 158.75 64.77 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-0000613db9ec)
(property "Reference" "C29" (id 0) (at 161.671 63.6016 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "100nF" (id 1) (at 161.671 65.913 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (id 2) (at 159.7152 68.58 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 158.75 64.77 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ordercode" "2524678" (id 4) (at 158.75 64.77 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "supplier" "farnell" (id 5) (at 158.75 64.77 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid b94c54db-6574-4ee0-bda3-87cc1433914a))
(pin "2" (uuid 01948f94-7b67-4df9-9a2f-33f75d20ed1c))
)
(symbol (lib_id "power:GND") (at 158.75 69.85 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-000061638f0c)
(property "Reference" "#PWR0126" (id 0) (at 158.75 76.2 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 158.877 74.2442 0))
(property "Footprint" "" (id 2) (at 158.75 69.85 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 158.75 69.85 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 28fbbb69-5fc8-42c4-8a57-c0b56a5d5c6b))
)
(symbol (lib_id "power:GND") (at 139.7 116.84 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-000061639a61)
(property "Reference" "#PWR0134" (id 0) (at 139.7 123.19 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 139.827 121.2342 0))
(property "Footprint" "" (id 2) (at 139.7 116.84 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 139.7 116.84 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 0dd890eb-5cf4-418d-bf80-561557554989))
)
(symbol (lib_id "Device:D_Schottky") (at 137.16 67.31 180) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-0000616bed7e)
(property "Reference" "D4" (id 0) (at 137.16 61.7982 0))
(property "Value" "PMEG4005" (id 1) (at 137.16 64.1096 0))
(property "Footprint" "Diode_SMD:D_SOD-323" (id 2) (at 137.16 67.31 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 137.16 67.31 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "MPN" "PMEG4005AEA, 115" (id 4) (at 137.16 67.31 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Manufacturer" "NEXPERIA" (id 5) (at 137.16 67.31 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ordercode" "8738025" (id 6) (at 137.16 67.31 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "supplier" "farnell" (id 7) (at 137.16 67.31 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid dabebe51-b1dc-4e83-b8d8-a245a9fd85af))
(pin "2" (uuid 4454ff9a-66a3-46a7-b712-ed6d31c8138d))
)
(symbol (lib_id "Connector:TestPoint") (at 116.84 87.63 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-000061968cda)
(property "Reference" "TP1" (id 0) (at 115.0112 82.677 90))
(property "Value" "TestPoint" (id 1) (at 115.0112 84.9884 90))
(property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" (id 2) (at 116.84 82.55 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 116.84 82.55 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 5b076c86-6b04-4a8d-a791-6a0b1304e707))
)
)

View File

@@ -1,5 +0,0 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch

View File

@@ -1,7 +0,0 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
]
}

View File

@@ -1,6 +0,0 @@
{
"files.associations": {
"*.tcc": "cpp",
"random": "cpp"
}
}

Binary file not shown.

Binary file not shown.

View File

@@ -1,39 +0,0 @@
This directory is intended for project header files.
A header file is a file containing C declarations and macro definitions
to be shared between several project source files. You request the use of a
header file in your project source file (C, C++, etc) located in `src` folder
by including it, with the C preprocessing directive `#include'.
```src/main.c
#include "header.h"
int main (void)
{
...
}
```
Including a header file produces the same results as copying the header file
into each source file that needs it. Such copying would be time-consuming
and error-prone. With a header file, the related declarations appear
in only one place. If they need to be changed, they can be changed in one
place, and programs that include the header file will automatically use the
new version when next recompiled. The header file eliminates the labor of
finding and changing all the copies as well as the risk that a failure to
find one copy will result in inconsistencies within a program.
In C, the usual convention is to give header files names that end with `.h'.
It is most portable to use only letters, digits, dashes, and underscores in
header file names, and at most one dot.
Read more about using header files in official GCC documentation:
* Include Syntax
* Include Operation
* Once-Only Headers
* Computed Includes
https://gcc.gnu.org/onlinedocs/cpp/Header-Files.html

View File

@@ -1,46 +0,0 @@
This directory is intended for project specific (private) libraries.
PlatformIO will compile them to static libraries and link into executable file.
The source code of each library should be placed in a an own separate directory
("lib/your_library_name/[here are source files]").
For example, see a structure of the following two libraries `Foo` and `Bar`:
|--lib
| |
| |--Bar
| | |--docs
| | |--examples
| | |--src
| | |- Bar.c
| | |- Bar.h
| | |- library.json (optional, custom build options, etc) https://docs.platformio.org/page/librarymanager/config.html
| |
| |--Foo
| | |- Foo.c
| | |- Foo.h
| |
| |- README --> THIS FILE
|
|- platformio.ini
|--src
|- main.c
and a contents of `src/main.c`:
```
#include <Foo.h>
#include <Bar.h>
int main (void)
{
...
}
```
PlatformIO Library Dependency Finder will find automatically dependent
libraries scanning project source files.
More information about PlatformIO Library Dependency Finder
- https://docs.platformio.org/page/librarymanager/ldf.html

View File

@@ -1,22 +0,0 @@
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:genericSTM32F411CE]
platform = ststm32
board = blackpill_f411ce
framework = arduino
upload_protocol = stlink
debug_tool = stlink
lib_deps =
;stm32duino/STM32duino STM32SD@^1.2.3
build_flags =
-D PIO_FRAMEWORK_ARDUINO_ENABLE_CDC
-D PIO_FRAMEWORK_ARDUINO_USB_FULLSPEED_FULLMODE
;lib_ldf_mode = deep+

View File

@@ -1,256 +0,0 @@
#include "audio.h"
/* generic I2S example for any STM32duino HAL core F4
Original code by Rene Böllhoff
translated to STM32duino by Matthias Diro ("madias" -> STM32duino forum)
Features: Circular Buffer with DMA IRQ (half full, full), Master Clock enabled
This example uses the SPI3 port tested on STM32F407VET "black" board. On other boards please define LED0_BUILTIN and LED1_BUILTIN
*/
#define I2S_BUFFER_SIZE 64
I2S_HandleTypeDef hi2s4;
DMA_HandleTypeDef hdma_spi4_tx;
uint32_t dma_buffer[I2S_BUFFER_SIZE];
//int16_t sine[WAV_SIZE] = {0};
// sinus oszillator
float osc_phi = 0;
float osc_phi_inc = 440.0f / 44100.0f; // generating 440HZ
float scale[] = {C4_HZ, D4_HZ, E4_HZ, F4_HZ, G4_HZ, A4_HZ, B4_HZ, A4_HZ, G4_HZ, F4_HZ, E4_HZ, D4_HZ, C4_HZ};
void MX_DMA_Init(void);
extern "C" void DMA1_Stream5_IRQHandler(void) // this function must be included to avoid DMA to crash!
{
HAL_DMA_IRQHandler(&hdma_spi4_tx);
}
void Error_Handler2(byte errorcode)
{ // if something goes wrong counter the blinks for rudimentary debugging
digitalWrite(LED_BUILTIN, 1);
while (1)
{
for (int x = 0; x < errorcode; x++)
{
digitalWrite(LED_BUILTIN, 1);
delay(100);
digitalWrite(LED_BUILTIN, 0);
delay(100);
}
delay(1000);
}
}
void generateSine(int32_t amplitude, int16_t *buffer, uint16_t length)
{
// Generate a sine wave signal with the provided amplitude and store it in
// the provided buffer of size length.
for (int i = 0; i < length; ++i)
{
buffer[i] = int16_t(float(amplitude) * sin(2.0 * PI * (1.0 / length) * i));
}
}
void FillBuffer(uint32_t *buffer, uint16_t len)
{
float a;
int16_t y;
uint16_t c;
for (c = 0; c < len; c++)
{
// calculate sin
a = (float)sin(osc_phi * 6.2832f) * 0.20f;
osc_phi += osc_phi_inc;
osc_phi -= (float)((uint16_t)osc_phi);
// float to integer
y = (int16_t)(a * 32767.0f);
// auf beide kanäle
buffer[c] = ((uint32_t)(uint16_t)y) << 0 |
((uint32_t)(uint16_t)y) << 16;
}
}
void StartAudioBuffers(I2S_HandleTypeDef *hi2s)
{
// clear buffer
memset(dma_buffer, 0, sizeof(dma_buffer));
// start circular dma
HAL_I2S_Transmit_DMA(hi2s, (uint16_t *)dma_buffer, I2S_BUFFER_SIZE << 1);
}
extern "C" void HAL_I2S_TxCpltCallback(I2S_HandleTypeDef *hi2s)
{
// second half finished, filling it up again while first half is playing
FillBuffer(&(dma_buffer[I2S_BUFFER_SIZE >> 1]), I2S_BUFFER_SIZE >> 1);
}
extern "C" void HAL_I2S_TxHalfCpltCallback(I2S_HandleTypeDef *hi2s)
{
// first half finished, filling it up again while second half is playing
FillBuffer(&(dma_buffer[0]), I2S_BUFFER_SIZE >> 1);
}
// setting up I2S
extern "C" void MX_I2S3_Init(void)
{
hi2s4.Instance = SPI4;
hi2s4.Init.Mode = I2S_MODE_MASTER_TX;
hi2s4.Init.Standard = I2S_STANDARD_PHILIPS;
hi2s4.Init.DataFormat = I2S_DATAFORMAT_16B;
hi2s4.Init.MCLKOutput = I2S_MCLKOUTPUT_DISABLE;
hi2s4.Init.AudioFreq = I2S_AUDIOFREQ_44K;
hi2s4.Init.CPOL = I2S_CPOL_LOW;
hi2s4.Init.ClockSource = I2S_CLOCK_PLL;
hi2s4.Init.FullDuplexMode = I2S_FULLDUPLEXMODE_DISABLE;
if (HAL_I2S_Init(&hi2s4) != HAL_OK)
{
Error_Handler2(1); // on error: one blink
}
}
// setting up DMA
void MX_DMA_Init(void)
{
/* DMA controller clock enable */
__HAL_RCC_DMA1_CLK_ENABLE();
/* DMA interrupt init */
/* DMA1_Stream5_IRQn interrupt configuration */
HAL_NVIC_SetPriority(DMA1_Stream5_IRQn, 0, 0);
HAL_NVIC_EnableIRQ(DMA1_Stream5_IRQn);
}
// setting up pins and clocks; routing SPI3 to DMA
extern "C" void HAL_I2S_MspInit(I2S_HandleTypeDef *hi2s)
{
__HAL_RCC_GPIOC_CLK_ENABLE();
__HAL_RCC_GPIOA_CLK_ENABLE();
__HAL_RCC_GPIOB_CLK_ENABLE();
__HAL_RCC_SPI3_CLK_ENABLE();
GPIO_InitTypeDef GPIO_InitStruct;
/* I2S standard configurations:
SPI2
PB15 DIN
PB12 LRC
PB13 SCLK
PC6 MCK
SPI3
PB5 DIN
PA4 LRC
PB3 SCLK
PC7 MCK
*/
//I2S3 used GPIO configuration in this example:
// PB5 DIN / SD ==> PA1
// PA4 LRC /WD ==> PB12
// PB3 SCLK /CK ==> PB13
// PC7 MCK
//LRCLL
GPIO_InitStruct.Pin = GPIO_PIN_12;
GPIO_InitStruct.Mode = GPIO_MODE_AF_PP;
GPIO_InitStruct.Pull = GPIO_NOPULL;
GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOW;
GPIO_InitStruct.Alternate = GPIO_AF6_SPI4;
HAL_GPIO_Init(GPIOB, &GPIO_InitStruct);
//DIN
GPIO_InitStruct.Pin = GPIO_PIN_1;
GPIO_InitStruct.Mode = GPIO_MODE_AF_PP;
GPIO_InitStruct.Pull = GPIO_NOPULL;
GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOW;
GPIO_InitStruct.Alternate = GPIO_AF5_SPI4;
HAL_GPIO_Init(GPIOA, &GPIO_InitStruct);
// clock
GPIO_InitStruct.Pin = GPIO_PIN_13;
GPIO_InitStruct.Mode = GPIO_MODE_AF_PP;
GPIO_InitStruct.Pull = GPIO_NOPULL;
GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOW;
GPIO_InitStruct.Alternate = GPIO_AF6_SPI4;
HAL_GPIO_Init(GPIOB, &GPIO_InitStruct);
// Peripheral DMA init
hdma_spi4_tx.Instance = DMA1_Stream5;
hdma_spi4_tx.Init.Channel = DMA_CHANNEL_0;
hdma_spi4_tx.Init.Direction = DMA_MEMORY_TO_PERIPH;
hdma_spi4_tx.Init.PeriphInc = DMA_PINC_DISABLE;
hdma_spi4_tx.Init.MemInc = DMA_MINC_ENABLE;
hdma_spi4_tx.Init.PeriphDataAlignment = DMA_PDATAALIGN_HALFWORD;
hdma_spi4_tx.Init.MemDataAlignment = DMA_MDATAALIGN_HALFWORD;
hdma_spi4_tx.Init.Mode = DMA_CIRCULAR;
hdma_spi4_tx.Init.Priority = DMA_PRIORITY_LOW;
hdma_spi4_tx.Init.FIFOMode = DMA_FIFOMODE_DISABLE;
if (HAL_DMA_Init(&hdma_spi4_tx) != HAL_OK)
{
Error_Handler2(5); // on error: five blinks
}
__HAL_LINKDMA(hi2s, hdmatx, hdma_spi4_tx);
}
extern "C" void HAL_MspInit(void) // maybe useful, not included in this example
{
HAL_NVIC_SetPriorityGrouping(NVIC_PRIORITYGROUP_4);
/* System interrupt init*/
/* MemoryManagement_IRQn interrupt configuration */
HAL_NVIC_SetPriority(MemoryManagement_IRQn, 0, 0);
/* BusFault_IRQn interrupt configuration */
HAL_NVIC_SetPriority(BusFault_IRQn, 0, 0);
/* UsageFault_IRQn interrupt configuration */
HAL_NVIC_SetPriority(UsageFault_IRQn, 0, 0);
/* SVCall_IRQn interrupt configuration */
HAL_NVIC_SetPriority(SVCall_IRQn, 0, 0);
/* DebugMonitor_IRQn interrupt configuration */
HAL_NVIC_SetPriority(DebugMonitor_IRQn, 0, 0);
/* PendSV_IRQn interrupt configuration */
HAL_NVIC_SetPriority(PendSV_IRQn, 0, 0);
/* SysTick_IRQn interrupt configuration */
HAL_NVIC_SetPriority(SysTick_IRQn, 0, 0);
}
void initAudio()
{
// HAL_MspInit(); // not important by default
HAL_I2S_MspInit(&hi2s4); // setting up pins and clocks; routing SPI3 to DMA
MX_DMA_Init();
MX_I2S3_Init();
pinMode(LED_BUILTIN, OUTPUT);
pinMode(PIN_I2S_SDMODE, OUTPUT);
digitalWrite(PIN_I2S_SDMODE, HIGH);
digitalWrite(LED_BUILTIN, 0);
StartAudioBuffers(&hi2s4);
digitalWrite(LED_BUILTIN, 1);
}
//#define PI 3.14159265358979323846
#define TAU (2.0 * PI)
void handleAudio()
{
// just a dummy code in loop, audio out is generated by ISR
digitalWrite(LED_BUILTIN, 1);
delay(250);
//HAL_I2S_Transmit(&hi2s4,&sine,WAV_SIZE,1000);
HAL_StatusTypeDef res;
int16_t signal[4096];
int nsamples = sizeof(signal) / sizeof(signal[0]);
int i = 0;
while (i < nsamples)
{
double t = ((double)i / 2.0) / ((double)nsamples);
signal[i] = 32767 * sin(100.0 * TAU * t); // left
signal[i + 1] = signal[i]; // right
i += 2;
}
while (1)
{
res = HAL_I2S_Transmit(&hi2s4, (uint16_t *)signal, nsamples, HAL_MAX_DELAY);
if (res != HAL_OK)
{
Serial.printf("I2S - ERROR, res = %d!\r\n", res);
break;
}
else
{
Serial.printf("I2S - HAL_OK\r\n");
}
}
digitalWrite(LED_BUILTIN, 0);
delay(250);
}

View File

@@ -1,31 +0,0 @@
#pragma once
#include "Arduino.h"
#include "board.h"
#define SAMPLERATE_HZ 44100 // The sample rate of the audio. Higher sample rates have better fidelity,
// but these tones are so simple it won't make a difference. 44.1khz is
// standard CD quality sound.
#define AMPLITUDE ((1<<29)-1) // Set the amplitude of generated waveforms. This controls how loud
// the signals are, and can be any value from 0 to 2**31 - 1. Start with
// a low value to prevent damaging speakers!
#define WAV_SIZE 256 // The size of each generated waveform. The larger the size the higher
// quality the signal. A size of 256 is more than enough for these simple
// waveforms.
// Define the frequency of music notes (from http://www.phy.mtu.edu/~suits/notefreqs.html):
#define C4_HZ 261.63
#define D4_HZ 293.66
#define E4_HZ 329.63
#define F4_HZ 349.23
#define G4_HZ 392.00
#define A4_HZ 440.00
#define B4_HZ 493.88
// Define a C-major scale to play all the notes up and down.
void initAudio(void);
void handleAudio(void);

View File

@@ -1,8 +0,0 @@
#pragma once
// #define PIN_I2S_FS PB12 /* I2S4_WS, Frame Sync (LRclock)
// #define PIN_I2S_SCK PB13 /* I2S4_CLK, serial Clock */
// #define PIN_I2S_SD PA1 /* I2S4_SD, Serial Data */
#define PIN_I2S_SDMODE PA13 /* DAC_SDMODE, SDmode HIGH = enabled (left channel), LOW = shutdown */

View File

@@ -1,18 +0,0 @@
#include "Arduino.h"
#include "audio.h"
/* TODO: check hardware STM32L432KC (32pin QFN)
*/
void setup()
{
initAudio();
}
void loop()
{
handleAudio();
}

View File

@@ -1,75 +0,0 @@
#include "storage.h"
// Sd2Card card;
// SdFatFs fatFs;
void initStorage(void)
{
// bool disp = false;
// // Open serial communications and wait for port to open:
// Serial.begin(9600);
// while (!Serial);
// Serial.print("\nInitializing SD card...");
// while(!card.init(SD_DETECT_PIN)) {
// if (!disp) {
// Serial.println("initialization failed. Is a card inserted?");
// disp = true;
// }
// delay(10);
// }
// Serial.println("A card is present.");
// // print the type of card
// Serial.print("\nCard type: ");
// switch (card.type()) {
// case SD_CARD_TYPE_SD1:
// Serial.println("SD1");
// break;
// case SD_CARD_TYPE_SD2:
// Serial.println("SD2");
// break;
// case SD_CARD_TYPE_SDHC:
// Serial.println("SDHC");
// break;
// default:
// Serial.println("Unknown");
// }
// // Now we will try to open the 'volume'/'partition' - it should be FAT16 or FAT32
// if (!fatFs.init()) {
// Serial.println("Could not find FAT16/FAT32 partition.\nMake sure you've formatted the card");
// return;
// }
// // print the type and size of the first FAT-type volume
// uint64_t volumesize;
// Serial.print("\nVolume type is FAT");
// Serial.println(fatFs.fatType(), DEC);
// Serial.println();
// volumesize = fatFs.blocksPerCluster(); // clusters are collections of blocks
// volumesize *= fatFs.clusterCount(); // we'll have a lot of clusters
// volumesize *= 512; // SD card blocks are always 512 bytes
// Serial.print("Volume size (bytes): ");
// Serial.println(volumesize);
// Serial.print("Volume size (Kbytes): ");
// volumesize /= 1024;
// Serial.println(volumesize);
// Serial.print("Volume size (Mbytes): ");
// volumesize /= 1024;
// Serial.println(volumesize);
// Serial.println("\nFiles found on the card (name, date and size in bytes): ");
// File root = SD.openRoot();
// // list all files in the card with date and size
// root.ls(LS_R | LS_DATE | LS_SIZE);
// Serial.println("###### End of the SD tests ######");
}
void handleStorage(void) {
// do nothing
}

View File

@@ -1,13 +0,0 @@
#pragma once
// include the SD library:
//#include <STM32SD.h>
// If SD card slot has no detect pin then define it as SD_DETECT_NONE
// to ignore it. One other option is to call 'card.init()' without parameter.
#ifndef SD_DETECT_PIN
#define SD_DETECT_PIN PB9
#endif
void initStorage(void);
void handleStorage(void);

View File

@@ -1,11 +0,0 @@
This directory is intended for PlatformIO Unit Testing and project tests.
Unit Testing is a software testing method by which individual units of
source code, sets of one or more MCU program modules together with associated
control data, usage procedures, and operating procedures, are tested to
determine whether they are fit for use. Unit testing finds problems early
in the development cycle.
More information about PlatformIO Unit Testing:
- https://docs.platformio.org/page/plus/unit-testing.html

File diff suppressed because it is too large Load Diff

View File

@@ -1,736 +0,0 @@
!SESSION 2021-08-01 19:00:19.535 -----------------------------------------------
eclipse.buildId=Version 1.7.0
java.version=11.0.10
java.vendor=AdoptOpenJDK
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_GB
Framework arguments: -keyring /Users/willemoldemans/.eclipse_keyring
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring /Users/willemoldemans/.eclipse_keyring
!ENTRY com.st.stm32cube.ide.mcu.informationcenter 1 1 2021-08-01 19:00:46.189
!MESSAGE Log4j initialized with config file /Users/willemoldemans/Documents/PROJECTEN/leo_muziekdoos/STM32Cube/.metadata/.log4j.xml
!ENTRY com.st.stm32cube.ide.mcu.ide 1 1 2021-08-01 19:00:49.347
!MESSAGE Started RMI Server, listening on port 41337
!ENTRY com.st.stm32cube.ide.mcu.ide 1 1 2021-08-01 19:00:55.988
!MESSAGE ProjectImporter: already registered
!ENTRY org.eclipse.equinox.p2.core 4 0 2021-08-01 19:03:18.922
!MESSAGE Provisioning exception
!STACK 1
org.eclipse.equinox.p2.core.ProvisionException: HTTP Server 'Bad Gateway' : https://download.eclipse.org/technology/epp/packages/2021-03/content.xml
at org.eclipse.equinox.internal.p2.repository.CacheManager.createCache(CacheManager.java:247)
at org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory.getLocalFile(SimpleMetadataRepositoryFactory.java:69)
at org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory.load(SimpleMetadataRepositoryFactory.java:89)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad(MetadataRepositoryManager.java:63)
at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:775)
at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:676)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:110)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:105)
at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.addChild(CompositeMetadataRepository.java:171)
at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.<init>(CompositeMetadataRepository.java:113)
at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepositoryFactory.load(CompositeMetadataRepositoryFactory.java:124)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad(MetadataRepositoryManager.java:63)
at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:775)
at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:676)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:110)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:105)
at org.eclipse.equinox.internal.p2.updatechecker.UpdateChecker.getAvailableRepositories(UpdateChecker.java:152)
at org.eclipse.equinox.internal.p2.updatechecker.UpdateChecker.checkForUpdates(UpdateChecker.java:130)
at org.eclipse.equinox.internal.p2.updatechecker.UpdateChecker$UpdateCheckThread.run(UpdateChecker.java:78)
Caused by: org.eclipse.ecf.filetransfer.BrowseFileTransferException: HttpComponents connection error response code 502.
at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientFileSystemBrowser.runRequest(HttpClientFileSystemBrowser.java:278)
at org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:71)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
!SUBENTRY 1 org.eclipse.equinox.p2.transport.ecf 4 1002 2021-08-01 19:03:18.923
!MESSAGE HTTP Server 'Bad Gateway' : https://download.eclipse.org/technology/epp/packages/2021-03/content.xml
!STACK 1
org.eclipse.ecf.filetransfer.BrowseFileTransferException: HttpComponents connection error response code 502.
at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientFileSystemBrowser.runRequest(HttpClientFileSystemBrowser.java:278)
at org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:71)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
!SUBENTRY 2 org.eclipse.ecf.identity 4 0 2021-08-01 19:03:18.923
!MESSAGE HttpComponents connection error response code 502.
!ENTRY org.eclipse.equinox.p2.metadata.repository 4 1002 2021-08-01 19:03:18.925
!MESSAGE Unable to read repository at https://download.eclipse.org/releases/2021-03.
!STACK 1
org.eclipse.equinox.p2.core.ProvisionException: HTTP Server 'Bad Gateway' : https://download.eclipse.org/technology/epp/packages/2021-03/content.xml
at org.eclipse.equinox.internal.p2.repository.CacheManager.createCache(CacheManager.java:247)
at org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory.getLocalFile(SimpleMetadataRepositoryFactory.java:69)
at org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory.load(SimpleMetadataRepositoryFactory.java:89)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad(MetadataRepositoryManager.java:63)
at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:775)
at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:676)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:110)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:105)
at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.addChild(CompositeMetadataRepository.java:171)
at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.<init>(CompositeMetadataRepository.java:113)
at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepositoryFactory.load(CompositeMetadataRepositoryFactory.java:124)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad(MetadataRepositoryManager.java:63)
at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:775)
at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:676)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:110)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:105)
at org.eclipse.equinox.internal.p2.updatechecker.UpdateChecker.getAvailableRepositories(UpdateChecker.java:152)
at org.eclipse.equinox.internal.p2.updatechecker.UpdateChecker.checkForUpdates(UpdateChecker.java:130)
at org.eclipse.equinox.internal.p2.updatechecker.UpdateChecker$UpdateCheckThread.run(UpdateChecker.java:78)
Caused by: org.eclipse.ecf.filetransfer.BrowseFileTransferException: HttpComponents connection error response code 502.
at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientFileSystemBrowser.runRequest(HttpClientFileSystemBrowser.java:278)
at org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:71)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
!SUBENTRY 1 org.eclipse.equinox.p2.transport.ecf 4 1002 2021-08-01 19:03:18.926
!MESSAGE HTTP Server 'Bad Gateway' : https://download.eclipse.org/technology/epp/packages/2021-03/content.xml
!STACK 1
org.eclipse.ecf.filetransfer.BrowseFileTransferException: HttpComponents connection error response code 502.
at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientFileSystemBrowser.runRequest(HttpClientFileSystemBrowser.java:278)
at org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:71)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
!SUBENTRY 2 org.eclipse.ecf.identity 4 0 2021-08-01 19:03:18.926
!MESSAGE HttpComponents connection error response code 502.
!ENTRY org.eclipse.cdt.core 1 0 2021-08-01 19:03:37.046
!MESSAGE Indexed 'leo_muziekdoos' (21 sources, 81 headers) in 3.07 sec: 4,274 declarations; 17,888 references; 0 unresolved inclusions; 1 syntax errors; 2 unresolved names (0.009%)
!SESSION 2021-08-08 15:23:15.506 -----------------------------------------------
eclipse.buildId=Version 1.7.0
java.version=11.0.10
java.vendor=AdoptOpenJDK
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_GB
Framework arguments: -keyring /Users/willemoldemans/.eclipse_keyring
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring /Users/willemoldemans/.eclipse_keyring
!ENTRY com.st.stm32cube.ide.mcu.informationcenter 1 1 2021-08-08 15:23:28.077
!MESSAGE Log4j initialized with config file /Users/willemoldemans/Documents/PROJECTEN/leo_muziekdoos/STM32Cube/.metadata/.log4j.xml
!ENTRY com.st.stm32cube.ide.mcu.ide 1 1 2021-08-08 15:23:34.810
!MESSAGE Started RMI Server, listening on port 41337
!SESSION 2021-08-08 20:55:41.544 -----------------------------------------------
eclipse.buildId=Version 1.7.0
java.version=11.0.10
java.vendor=AdoptOpenJDK
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_GB
Framework arguments: -keyring /Users/willemoldemans/.eclipse_keyring
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring /Users/willemoldemans/.eclipse_keyring
!ENTRY com.st.stm32cube.ide.mcu.informationcenter 1 1 2021-08-08 20:55:46.963
!MESSAGE Log4j initialized with config file /Users/willemoldemans/Documents/PROJECTEN/leo_muziekdoos/STM32Cube/.metadata/.log4j.xml
!ENTRY com.st.stm32cube.ide.mcu.ide 1 1 2021-08-08 20:55:53.952
!MESSAGE Started RMI Server, listening on port 41337
!SESSION 2021-08-14 15:32:00.319 -----------------------------------------------
eclipse.buildId=Version 1.7.0
java.version=11.0.10
java.vendor=AdoptOpenJDK
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_GB
Framework arguments: -keyring /Users/willemoldemans/.eclipse_keyring
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring /Users/willemoldemans/.eclipse_keyring
!ENTRY com.st.stm32cube.ide.mcu.informationcenter 1 1 2021-08-14 15:32:06.696
!MESSAGE Log4j initialized with config file /Users/willemoldemans/Documents/PROJECTEN/leo_muziekdoos/STM32Cube/.metadata/.log4j.xml
!ENTRY com.st.stm32cube.ide.mcu.ide 1 1 2021-08-14 15:32:14.625
!MESSAGE Started RMI Server, listening on port 41337
!ENTRY org.eclipse.cdt.managedbuilder.core 4 0 2021-08-14 15:45:06.059
!MESSAGE Orphaned CDT build configuration [fr.ac6.managedbuild.config.gnu.cross.exe.debug.1754695995]: parent extension cfg [fr.ac6.managedbuild.config.gnu.cross.exe.debug] not found
!STACK 0
java.lang.Exception
at org.eclipse.cdt.managedbuilder.core.ManagedBuilderCorePlugin.error(ManagedBuilderCorePlugin.java:225)
at org.eclipse.cdt.managedbuilder.internal.core.Configuration.loadFromProject(Configuration.java:879)
at org.eclipse.cdt.managedbuilder.internal.core.Configuration.<init>(Configuration.java:419)
at org.eclipse.cdt.managedbuilder.internal.dataprovider.ConfigurationDataProvider.load(ConfigurationDataProvider.java:405)
at org.eclipse.cdt.managedbuilder.internal.dataprovider.ConfigurationDataProvider.loadConfiguration(ConfigurationDataProvider.java:573)
at org.eclipse.cdt.internal.core.settings.model.CConfigurationDescriptionCache.loadData(CConfigurationDescriptionCache.java:139)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescription.loadDatas(CProjectDescription.java:199)
at org.eclipse.cdt.internal.core.settings.model.xml.XmlProjectDescriptionStorage.loadProjectDescription(XmlProjectDescriptionStorage.java:510)
at org.eclipse.cdt.internal.core.settings.model.xml.XmlProjectDescriptionStorage.getProjectDescription(XmlProjectDescriptionStorage.java:240)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.getProjectDescriptionInternal(CProjectDescriptionManager.java:427)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.getProjectDescription(CProjectDescriptionManager.java:409)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.getProjectDescription(CProjectDescriptionManager.java:403)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.getProjectDescription(CProjectDescriptionManager.java:396)
at org.eclipse.cdt.internal.core.model.CProject.computeSourceRoots(CProject.java:610)
at org.eclipse.cdt.internal.core.model.CProject.computeChildren(CProject.java:631)
at org.eclipse.cdt.internal.core.model.CProject.buildStructure(CProject.java:595)
at org.eclipse.cdt.internal.core.model.Openable.generateInfos(Openable.java:264)
at org.eclipse.cdt.internal.core.model.CElement.openWhenClosed(CElement.java:428)
at org.eclipse.cdt.internal.core.model.CElement.getElementInfo(CElement.java:306)
at org.eclipse.cdt.internal.core.model.CElement.getElementInfo(CElement.java:296)
at org.eclipse.cdt.internal.core.model.Parent.getChildren(Parent.java:57)
at org.eclipse.cdt.internal.core.model.CProject.getSourceRoots(CProject.java:471)
at org.eclipse.cdt.internal.core.model.CModelManager.create(CModelManager.java:342)
at org.eclipse.cdt.internal.core.model.CModelManager.create(CModelManager.java:270)
at org.eclipse.cdt.internal.core.model.DeltaProcessor.createElement(DeltaProcessor.java:90)
at org.eclipse.cdt.internal.core.model.DeltaProcessor.traverseDelta(DeltaProcessor.java:453)
at org.eclipse.cdt.internal.core.model.DeltaProcessor.traverseDelta(DeltaProcessor.java:471)
at org.eclipse.cdt.internal.core.model.DeltaProcessor.processResourceDelta(DeltaProcessor.java:433)
at org.eclipse.cdt.internal.core.model.CModelManager.resourceChanged(CModelManager.java:934)
at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:305)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:295)
at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:158)
at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:380)
at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1502)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:49)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
!ENTRY com.st.stm32cube.ide.mcu.converters 4 0 2021-08-14 15:45:09.965
!MESSAGE Option fr.ac6.managedbuild.tool.gnu.cross.cpp.linker.noexceptions is no longer supported
!ENTRY com.st.stm32cube.ide.mcu.converters 4 0 2021-08-14 15:45:09.965
!MESSAGE Option fr.ac6.managedbuild.tool.gnu.cross.cpp.linker.nortti is no longer supported
!ENTRY com.st.stm32cube.ide.mcu.converters 2 0 2021-08-14 15:45:09.966
!MESSAGE Unknown value type "" for id gnu.both.asm.option.include.paths on tool fr.ac6.managedbuild.tool.gnu.cross.assembler
!STACK 0
org.eclipse.cdt.managedbuilder.core.BuildException: Unknown serialized value type
at com.st.stm32cube.ide.mcu.converters.AbstractCubeIDEProjectConfigurator.deserializeValueType(AbstractCubeIDEProjectConfigurator.java:493)
at com.st.stm32cube.ide.mcu.converters.AbstractCubeIDEProjectConfigurator.convertTool(AbstractCubeIDEProjectConfigurator.java:523)
at com.st.stm32cube.ide.mcu.converters.AbstractCubeIDEProjectConfigurator.convertBuildConfiguration(AbstractCubeIDEProjectConfigurator.java:430)
at com.st.stm32cube.ide.mcu.converters.AbstractCubeIDEProjectConfigurator.configure(AbstractCubeIDEProjectConfigurator.java:171)
at com.st.stm32cube.ide.mcu.converters.sw4stm32.SW4STM32ToCubeIDEProjectConfigurator.configure(SW4STM32ToCubeIDEProjectConfigurator.java:688)
at org.eclipse.ui.internal.wizards.datatransfer.SmartImportJob.importProjectAndChildrenRecursively(SmartImportJob.java:462)
at org.eclipse.ui.internal.wizards.datatransfer.SmartImportJob$1.run(SmartImportJob.java:229)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
!ENTRY org.eclipse.cdt.core 1 0 2021-08-14 15:45:17.875
!MESSAGE Indexed 'STM32F411E-DISCO' (46 sources, 107 headers) in 3.15 sec: 10,229 declarations; 75,135 references; 0 unresolved inclusions; 1 syntax errors; 0 unresolved names (0%)
!SESSION 2021-08-15 19:04:34.807 -----------------------------------------------
eclipse.buildId=Version 1.7.0
java.version=11.0.10
java.vendor=AdoptOpenJDK
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_GB
Framework arguments: -keyring /Users/willemoldemans/.eclipse_keyring
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring /Users/willemoldemans/.eclipse_keyring
!ENTRY com.st.stm32cube.ide.mcu.informationcenter 1 1 2021-08-15 19:04:40.405
!MESSAGE Log4j initialized with config file /Users/willemoldemans/Documents/PROJECTEN/leo_muziekdoos/STM32Cube/.metadata/.log4j.xml
!ENTRY com.st.stm32cube.ide.mcu.ide 1 1 2021-08-15 19:04:46.950
!MESSAGE Started RMI Server, listening on port 41337
!ENTRY org.eclipse.ui 4 4 2021-08-15 19:05:19.336
!MESSAGE Unable to create part
!STACK 1
org.eclipse.ui.PartInitException: Invalid Input: Must be project's active .ioc file.
Project's 'sdcard-wav-example' active one is 'sdcard-wav-example.ioc' file
at com.st.stm32cube.common.mx.editor.CubeMxEditor.init(CubeMxEditor.java:817)
at org.eclipse.ui.internal.EditorReference.initialize(EditorReference.java:353)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:344)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:999)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:964)
at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:140)
at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:405)
at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:332)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:91)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:60)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:42)
at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:132)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:999)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:659)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:765)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:730)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:714)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.lambda$0(PartServiceImpl.java:104)
at org.eclipse.e4.ui.services.internal.events.UIEventHandler.lambda$0(UIEventHandler.java:38)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236)
at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:133)
at org.eclipse.swt.widgets.Display.syncExec(Display.java:5048)
at org.eclipse.e4.ui.workbench.swt.DisplayUISynchronize.syncExec(DisplayUISynchronize.java:34)
at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:205)
at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:203)
at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151)
at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:133)
at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:75)
at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:44)
at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:55)
at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:63)
at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424)
at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElementGen(ElementContainerImpl.java:170)
at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:188)
at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:660)
at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:624)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:786)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:400)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1260)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3195)
at org.eclipse.ui.internal.WorkbenchPage.lambda$9(WorkbenchPage.java:3100)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:74)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3098)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3068)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3059)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:569)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:524)
at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:103)
at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:96)
at org.eclipse.ui.actions.RetargetAction.run(RetargetAction.java:215)
at org.eclipse.ui.navigator.CommonNavigatorManager$1.open(CommonNavigatorManager.java:183)
at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHelper.java:48)
at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:802)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:174)
at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:799)
at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1118)
at org.eclipse.ui.navigator.CommonViewer.handleOpen(CommonViewer.java:454)
at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:275)
at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:270)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:310)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4441)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1512)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1535)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1520)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1324)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4227)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3837)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
!SUBENTRY 1 org.eclipse.ui 4 0 2021-08-15 19:05:19.337
!MESSAGE Invalid Input: Must be project's active .ioc file.
Project's 'sdcard-wav-example' active one is 'sdcard-wav-example.ioc' file
!ENTRY org.eclipse.ui 4 4 2021-08-15 19:09:03.203
!MESSAGE Unable to create part
!STACK 1
org.eclipse.ui.PartInitException: Invalid Input: Must be project's active .ioc file.
Project's 'sdcard-wav-example' active one is 'sdcard-wav-example.ioc' file
at com.st.stm32cube.common.mx.editor.CubeMxEditor.init(CubeMxEditor.java:817)
at org.eclipse.ui.internal.EditorReference.initialize(EditorReference.java:353)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:344)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:999)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:964)
at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:140)
at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:405)
at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:332)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:91)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:60)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:42)
at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:132)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:999)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:659)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:765)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:730)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:714)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.lambda$0(PartServiceImpl.java:104)
at org.eclipse.e4.ui.services.internal.events.UIEventHandler.lambda$0(UIEventHandler.java:38)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236)
at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:133)
at org.eclipse.swt.widgets.Display.syncExec(Display.java:5048)
at org.eclipse.e4.ui.workbench.swt.DisplayUISynchronize.syncExec(DisplayUISynchronize.java:34)
at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:205)
at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:203)
at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151)
at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:133)
at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:75)
at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:44)
at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:55)
at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:63)
at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424)
at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElementGen(ElementContainerImpl.java:170)
at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:188)
at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:660)
at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:624)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:786)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:400)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1260)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3195)
at org.eclipse.ui.internal.WorkbenchPage.lambda$9(WorkbenchPage.java:3100)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:74)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3098)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3068)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3059)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:569)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:524)
at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:103)
at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:96)
at org.eclipse.ui.actions.RetargetAction.run(RetargetAction.java:215)
at org.eclipse.ui.navigator.CommonNavigatorManager$1.open(CommonNavigatorManager.java:183)
at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHelper.java:48)
at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:802)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:174)
at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:799)
at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1118)
at org.eclipse.ui.navigator.CommonViewer.handleOpen(CommonViewer.java:454)
at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:275)
at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:270)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:310)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4441)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1512)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1535)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1520)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1324)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4227)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3837)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
!SUBENTRY 1 org.eclipse.ui 4 0 2021-08-15 19:09:03.204
!MESSAGE Invalid Input: Must be project's active .ioc file.
Project's 'sdcard-wav-example' active one is 'sdcard-wav-example.ioc' file
!ENTRY org.eclipse.ui 4 4 2021-08-15 19:09:33.306
!MESSAGE Unable to create part
!STACK 1
org.eclipse.ui.PartInitException: Invalid Input: Must be project's active .ioc file.
Project's 'sdcard-wav-example' active one is 'sdcard-wav-example.ioc' file
at com.st.stm32cube.common.mx.editor.CubeMxEditor.init(CubeMxEditor.java:817)
at org.eclipse.ui.internal.EditorReference.initialize(EditorReference.java:353)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:344)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:999)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:964)
at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:140)
at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:405)
at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:332)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:91)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:60)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:42)
at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:132)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:999)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:659)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:765)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:730)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:714)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.lambda$0(PartServiceImpl.java:104)
at org.eclipse.e4.ui.services.internal.events.UIEventHandler.lambda$0(UIEventHandler.java:38)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236)
at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:133)
at org.eclipse.swt.widgets.Display.syncExec(Display.java:5048)
at org.eclipse.e4.ui.workbench.swt.DisplayUISynchronize.syncExec(DisplayUISynchronize.java:34)
at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:205)
at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:203)
at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151)
at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:133)
at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:75)
at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:44)
at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:55)
at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:63)
at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424)
at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElementGen(ElementContainerImpl.java:170)
at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:188)
at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:660)
at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:624)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:786)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:400)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1260)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3195)
at org.eclipse.ui.internal.WorkbenchPage.lambda$9(WorkbenchPage.java:3100)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:74)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3098)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3068)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3059)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:569)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:524)
at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:103)
at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:96)
at org.eclipse.ui.actions.RetargetAction.run(RetargetAction.java:215)
at org.eclipse.ui.navigator.CommonNavigatorManager$1.open(CommonNavigatorManager.java:183)
at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHelper.java:48)
at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:802)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:174)
at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:799)
at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1118)
at org.eclipse.ui.navigator.CommonViewer.handleOpen(CommonViewer.java:454)
at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:275)
at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:270)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:310)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4441)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1512)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1535)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1520)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1324)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4227)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3837)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
!SUBENTRY 1 org.eclipse.ui 4 0 2021-08-15 19:09:33.306
!MESSAGE Invalid Input: Must be project's active .ioc file.
Project's 'sdcard-wav-example' active one is 'sdcard-wav-example.ioc' file
!ENTRY org.eclipse.ui 4 4 2021-08-15 19:10:00.591
!MESSAGE Unable to create part
!STACK 1
org.eclipse.ui.PartInitException: Invalid Input: Must be project's active .ioc file.
Project's 'sdcard-wav-example' active one is 'sdcard-wav-example.ioc' file
at com.st.stm32cube.common.mx.editor.CubeMxEditor.init(CubeMxEditor.java:817)
at org.eclipse.ui.internal.EditorReference.initialize(EditorReference.java:353)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:344)
at jdk.internal.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:999)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:964)
at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:140)
at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:405)
at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:332)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:91)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:60)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:42)
at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:132)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:999)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:659)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:765)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:730)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:714)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.lambda$0(PartServiceImpl.java:104)
at org.eclipse.e4.ui.services.internal.events.UIEventHandler.lambda$0(UIEventHandler.java:38)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236)
at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:133)
at org.eclipse.swt.widgets.Display.syncExec(Display.java:5048)
at org.eclipse.e4.ui.workbench.swt.DisplayUISynchronize.syncExec(DisplayUISynchronize.java:34)
at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:205)
at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:203)
at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151)
at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:133)
at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:75)
at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:44)
at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:55)
at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:63)
at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424)
at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElementGen(ElementContainerImpl.java:170)
at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:188)
at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:660)
at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:624)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:786)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:400)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1260)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3195)
at org.eclipse.ui.internal.WorkbenchPage.lambda$9(WorkbenchPage.java:3100)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:74)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3098)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3068)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3059)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:569)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:524)
at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:103)
at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:96)
at org.eclipse.ui.actions.RetargetAction.run(RetargetAction.java:215)
at org.eclipse.ui.navigator.CommonNavigatorManager$1.open(CommonNavigatorManager.java:183)
at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHelper.java:48)
at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:802)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:174)
at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:799)
at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1118)
at org.eclipse.ui.navigator.CommonViewer.handleOpen(CommonViewer.java:454)
at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:275)
at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:270)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:310)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4441)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1512)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1535)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1520)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1324)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4227)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3837)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
!SUBENTRY 1 org.eclipse.ui 4 0 2021-08-15 19:10:00.591
!MESSAGE Invalid Input: Must be project's active .ioc file.
Project's 'sdcard-wav-example' active one is 'sdcard-wav-example.ioc' file
!ENTRY org.eclipse.cdt.managedbuilder.core 4 0 2021-08-15 19:14:14.042
!MESSAGE Orphaned CDT build configuration [fr.ac6.managedbuild.config.gnu.cross.exe.debug.1754695995]: parent extension cfg [fr.ac6.managedbuild.config.gnu.cross.exe.debug] not found
!STACK 0
java.lang.Exception
at org.eclipse.cdt.managedbuilder.core.ManagedBuilderCorePlugin.error(ManagedBuilderCorePlugin.java:225)
at org.eclipse.cdt.managedbuilder.internal.core.Configuration.loadFromProject(Configuration.java:879)
at org.eclipse.cdt.managedbuilder.internal.core.Configuration.<init>(Configuration.java:419)
at org.eclipse.cdt.managedbuilder.internal.dataprovider.ConfigurationDataProvider.load(ConfigurationDataProvider.java:405)
at org.eclipse.cdt.managedbuilder.internal.dataprovider.ConfigurationDataProvider.loadConfiguration(ConfigurationDataProvider.java:573)
at org.eclipse.cdt.internal.core.settings.model.CConfigurationDescriptionCache.loadData(CConfigurationDescriptionCache.java:139)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescription.loadDatas(CProjectDescription.java:199)
at org.eclipse.cdt.internal.core.settings.model.xml.XmlProjectDescriptionStorage.loadProjectDescription(XmlProjectDescriptionStorage.java:510)
at org.eclipse.cdt.internal.core.settings.model.xml.XmlProjectDescriptionStorage.getProjectDescription(XmlProjectDescriptionStorage.java:240)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.getProjectDescriptionInternal(CProjectDescriptionManager.java:427)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.getProjectDescription(CProjectDescriptionManager.java:409)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.getProjectDescription(CProjectDescriptionManager.java:403)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.getProjectDescription(CProjectDescriptionManager.java:396)
at org.eclipse.cdt.internal.core.model.CProject.computeSourceRoots(CProject.java:610)
at org.eclipse.cdt.internal.core.model.CProject.getAllSourceRoots(CProject.java:495)
at org.eclipse.cdt.internal.core.model.DeltaProcessor.nonCResourcesChanged(DeltaProcessor.java:500)
at org.eclipse.cdt.internal.core.model.DeltaProcessor.traverseDelta(DeltaProcessor.java:457)
at org.eclipse.cdt.internal.core.model.DeltaProcessor.traverseDelta(DeltaProcessor.java:471)
at org.eclipse.cdt.internal.core.model.DeltaProcessor.processResourceDelta(DeltaProcessor.java:433)
at org.eclipse.cdt.internal.core.model.CModelManager.resourceChanged(CModelManager.java:934)
at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:305)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:295)
at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:158)
at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:380)
at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1502)
at org.eclipse.core.internal.resources.Project.open(Project.java:1103)
at org.eclipse.ui.internal.wizards.datatransfer.SmartImportJob.toExistingOrNewProject(SmartImportJob.java:556)
at org.eclipse.ui.internal.wizards.datatransfer.SmartImportJob.run(SmartImportJob.java:205)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
!ENTRY com.st.stm32cube.ide.mcu.converters 4 0 2021-08-15 19:14:14.268
!MESSAGE Option fr.ac6.managedbuild.tool.gnu.cross.cpp.linker.noexceptions is no longer supported
!ENTRY com.st.stm32cube.ide.mcu.converters 4 0 2021-08-15 19:14:14.269
!MESSAGE Option fr.ac6.managedbuild.tool.gnu.cross.cpp.linker.nortti is no longer supported
!ENTRY com.st.stm32cube.ide.mcu.converters 2 0 2021-08-15 19:14:14.269
!MESSAGE Unknown value type "" for id gnu.both.asm.option.include.paths on tool fr.ac6.managedbuild.tool.gnu.cross.assembler
!STACK 0
org.eclipse.cdt.managedbuilder.core.BuildException: Unknown serialized value type
at com.st.stm32cube.ide.mcu.converters.AbstractCubeIDEProjectConfigurator.deserializeValueType(AbstractCubeIDEProjectConfigurator.java:493)
at com.st.stm32cube.ide.mcu.converters.AbstractCubeIDEProjectConfigurator.convertTool(AbstractCubeIDEProjectConfigurator.java:523)
at com.st.stm32cube.ide.mcu.converters.AbstractCubeIDEProjectConfigurator.convertBuildConfiguration(AbstractCubeIDEProjectConfigurator.java:430)
at com.st.stm32cube.ide.mcu.converters.AbstractCubeIDEProjectConfigurator.configure(AbstractCubeIDEProjectConfigurator.java:171)
at com.st.stm32cube.ide.mcu.converters.sw4stm32.SW4STM32ToCubeIDEProjectConfigurator.configure(SW4STM32ToCubeIDEProjectConfigurator.java:688)
at org.eclipse.ui.internal.wizards.datatransfer.SmartImportJob.importProjectAndChildrenRecursively(SmartImportJob.java:462)
at org.eclipse.ui.internal.wizards.datatransfer.SmartImportJob$1.run(SmartImportJob.java:229)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
!ENTRY org.eclipse.cdt.managedbuilder.core 4 0 2021-08-15 19:14:14.274
!MESSAGE Orphaned CDT build configuration [fr.ac6.managedbuild.config.gnu.cross.exe.debug.1754695995]: parent extension cfg [fr.ac6.managedbuild.config.gnu.cross.exe.debug] not found
!STACK 0
java.lang.Exception
at org.eclipse.cdt.managedbuilder.core.ManagedBuilderCorePlugin.error(ManagedBuilderCorePlugin.java:225)
at org.eclipse.cdt.managedbuilder.internal.core.Configuration.loadFromProject(Configuration.java:879)
at org.eclipse.cdt.managedbuilder.internal.core.Configuration.<init>(Configuration.java:419)
at org.eclipse.cdt.managedbuilder.internal.dataprovider.ConfigurationDataProvider.load(ConfigurationDataProvider.java:405)
at org.eclipse.cdt.managedbuilder.internal.dataprovider.ConfigurationDataProvider.loadConfiguration(ConfigurationDataProvider.java:573)
at org.eclipse.cdt.internal.core.settings.model.CConfigurationDescriptionCache.loadData(CConfigurationDescriptionCache.java:139)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescription.loadDatas(CProjectDescription.java:199)
at org.eclipse.cdt.internal.core.settings.model.xml.XmlProjectDescriptionStorage.loadProjectDescription(XmlProjectDescriptionStorage.java:510)
at org.eclipse.cdt.internal.core.settings.model.xml.XmlProjectDescriptionStorage.getProjectDescription(XmlProjectDescriptionStorage.java:240)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.getProjectDescriptionInternal(CProjectDescriptionManager.java:427)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.getProjectDescription(CProjectDescriptionManager.java:409)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.getProjectDescription(CProjectDescriptionManager.java:403)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.getProjectDescription(CProjectDescriptionManager.java:396)
at org.eclipse.cdt.internal.core.settings.model.CProjectDescriptionManager.getProjectDescription(CProjectDescriptionManager.java:636)
at org.eclipse.cdt.core.model.CoreModel.getProjectDescription(CoreModel.java:1384)
at org.eclipse.cdt.managedbuilder.internal.core.BuildSettingsUtil.checkSynchBuildInfo(BuildSettingsUtil.java:162)
at org.eclipse.cdt.managedbuilder.internal.core.ManagedBuildInfo.setDefaultConfiguration(ManagedBuildInfo.java:776)
at com.st.stm32cube.ide.mcu.converters.AbstractCubeIDEProjectConfigurator.configure(AbstractCubeIDEProjectConfigurator.java:183)
at com.st.stm32cube.ide.mcu.converters.sw4stm32.SW4STM32ToCubeIDEProjectConfigurator.configure(SW4STM32ToCubeIDEProjectConfigurator.java:688)
at org.eclipse.ui.internal.wizards.datatransfer.SmartImportJob.importProjectAndChildrenRecursively(SmartImportJob.java:462)
at org.eclipse.ui.internal.wizards.datatransfer.SmartImportJob$1.run(SmartImportJob.java:229)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
!ENTRY org.eclipse.cdt.core 1 0 2021-08-15 19:14:19.317
!MESSAGE Indexed 'Audio_playback_and_record' (46 sources, 107 headers) in 3.66 sec: 10,229 declarations; 75,135 references; 0 unresolved inclusions; 1 syntax errors; 0 unresolved names (0%)

View File

@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
<appender name="DEBUGFILE" class="org.apache.log4j.RollingFileAppender">
<param name="Append" value="true"/>
<param name="File" value="/Users/willemoldemans/Documents/PROJECTEN/leo_muziekdoos/STM32Cube/.metadata/.ide.log"/>
<param name="MaxBackupIndex" value="1"/>
<param name="MaxFileSize" value="50MB"/>
<param name="Threshold" value="INFO"/>
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d{yyyy-MM-dd HH:mm:ss,SSS} [%p] %c{1}:%L - %m%n"/>
</layout>
</appender>
<root>
<level value="ALL"/>
<appender-ref ref="DEBUGFILE"/>
</root>
</log4j:configuration>

View File

@@ -1,4 +0,0 @@
*** SESSION Aug 01, 2021 19:00:44.889 ------------------------------------------
*** SESSION Aug 08, 2021 15:23:28.239 ------------------------------------------
*** SESSION Aug 08, 2021 20:55:47.144 ------------------------------------------
*** SESSION Aug 14, 2021 15:32:06.894 ------------------------------------------

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<section name="Workbench">
<section name="org.eclipse.cdt.internal.ui.MakeView">
</section>
</section>

View File

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<section name="Workbench">
<section name="completion_proposal_size">
</section>
<section name="org.eclipse.cdt.ui.text.hover.CMacroExpansionExploration">
</section>
</section>

View File

@@ -1,82 +0,0 @@
20:00:09 **** Incremental Build of configuration Debug for project leo_muziekdoos ****
make -j7 all
arm-none-eabi-size leo_muziekdoos.elf
text data bss dec hex filename
4644 20 1572 6236 185c leo_muziekdoos.elf
Finished building: default.size.stdout
15:24:42 **** Clean-only build of configuration Debug for project leo_muziekdoos ****
make -j7 clean
rm -rf leo_muziekdoos.list ./Core/Startup/startup_stm32f411ceux.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.d ./Core/Src/main.d ./Core/Src/stm32f4xx_hal_msp.d ./Core/Src/stm32f4xx_it.d ./Core/Src/syscalls.d ./Core/Src/sysmem.d ./Core/Src/system_stm32f4xx.d leo_muziekdoos.bin default.size.stdout leo_muziekdoos.elf ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o ./Core/Startup/startup_stm32f411ceux.o ./Core/Src/main.o ./Core/Src/stm32f4xx_hal_msp.o ./Core/Src/stm32f4xx_it.o ./Core/Src/syscalls.o ./Core/Src/sysmem.o ./Core/Src/system_stm32f4xx.o leo_muziekdoos.elf
15:24:43 **** Incremental Build of configuration Debug for project leo_muziekdoos ****
make -j7 all
arm-none-eabi-gcc "../Middlewares/Third_Party/FatFs/src/option/syscall.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Middlewares/Third_Party/FatFs/src/option/syscall.d" -MT"Middlewares/Third_Party/FatFs/src/option/syscall.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Middlewares/Third_Party/FatFs/src/option/syscall.o"
arm-none-eabi-gcc "../Middlewares/Third_Party/FatFs/src/diskio.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Middlewares/Third_Party/FatFs/src/diskio.d" -MT"Middlewares/Third_Party/FatFs/src/diskio.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Middlewares/Third_Party/FatFs/src/diskio.o"
arm-none-eabi-gcc "../Middlewares/Third_Party/FatFs/src/ff.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Middlewares/Third_Party/FatFs/src/ff.d" -MT"Middlewares/Third_Party/FatFs/src/ff.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Middlewares/Third_Party/FatFs/src/ff.o"
arm-none-eabi-gcc "../Middlewares/Third_Party/FatFs/src/ff_gen_drv.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Middlewares/Third_Party/FatFs/src/ff_gen_drv.d" -MT"Middlewares/Third_Party/FatFs/src/ff_gen_drv.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Middlewares/Third_Party/FatFs/src/ff_gen_drv.o"
arm-none-eabi-gcc "../FATFS/Target/bsp_driver_sd.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"FATFS/Target/bsp_driver_sd.d" -MT"FATFS/Target/bsp_driver_sd.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "FATFS/Target/bsp_driver_sd.o"
arm-none-eabi-gcc "../FATFS/Target/fatfs_platform.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"FATFS/Target/fatfs_platform.d" -MT"FATFS/Target/fatfs_platform.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "FATFS/Target/fatfs_platform.o"
arm-none-eabi-gcc "../FATFS/Target/sd_diskio.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"FATFS/Target/sd_diskio.d" -MT"FATFS/Target/sd_diskio.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "FATFS/Target/sd_diskio.o"
arm-none-eabi-gcc "../FATFS/App/fatfs.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"FATFS/App/fatfs.d" -MT"FATFS/App/fatfs.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "FATFS/App/fatfs.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_hcd.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_hcd.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_hcd.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_hcd.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s_ex.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s_ex.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s_ex.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s_ex.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sd.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sd.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sd.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sd.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_sdmmc.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_sdmmc.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_sdmmc.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_sdmmc.o"
arm-none-eabi-gcc "../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.d" -MT"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.o"
arm-none-eabi-gcc -mcpu=cortex-m4 -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"Core/Startup/startup_stm32f411ceux.d" -MT"Core/Startup/startup_stm32f411ceux.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Core/Startup/startup_stm32f411ceux.o" "../Core/Startup/startup_stm32f411ceux.s"
arm-none-eabi-gcc "../Core/Src/main.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Core/Src/main.d" -MT"Core/Src/main.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Core/Src/main.o"
arm-none-eabi-gcc "../Core/Src/stm32f4xx_hal_msp.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Core/Src/stm32f4xx_hal_msp.d" -MT"Core/Src/stm32f4xx_hal_msp.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Core/Src/stm32f4xx_hal_msp.o"
arm-none-eabi-gcc "../Core/Src/stm32f4xx_it.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Core/Src/stm32f4xx_it.d" -MT"Core/Src/stm32f4xx_it.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Core/Src/stm32f4xx_it.o"
arm-none-eabi-gcc "../Core/Src/syscalls.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Core/Src/syscalls.d" -MT"Core/Src/syscalls.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Core/Src/syscalls.o"
arm-none-eabi-gcc "../Core/Src/sysmem.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Core/Src/sysmem.d" -MT"Core/Src/sysmem.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Core/Src/sysmem.o"
arm-none-eabi-gcc "../Core/Src/system_stm32f4xx.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Core/Src/system_stm32f4xx.d" -MT"Core/Src/system_stm32f4xx.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Core/Src/system_stm32f4xx.o"
arm-none-eabi-g++ -o "leo_muziekdoos.elf" @"objects.list" -mcpu=cortex-m4 -T"/Users/willemoldemans/Documents/PROJECTEN/leo_muziekdoos/STM32Cube/leo_muziekdoos/STM32F411CEUX_FLASH.ld" --specs=nosys.specs -Wl,-Map="leo_muziekdoos.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -lstdc++ -lsupc++ -Wl,--end-group
Finished building target: leo_muziekdoos.elf
arm-none-eabi-size leo_muziekdoos.elf
arm-none-eabi-objdump -h -S leo_muziekdoos.elf > "leo_muziekdoos.list"
arm-none-eabi-objcopy -O binary leo_muziekdoos.elf "leo_muziekdoos.bin"
text data bss dec hex filename
23368 20 3924 27312 6ab0 leo_muziekdoos.elf
Finished building: default.size.stdout
Finished building: leo_muziekdoos.bin
Finished building: leo_muziekdoos.list
15:25:06 **** Incremental Build of configuration Debug for project leo_muziekdoos ****
make -j7 all
arm-none-eabi-size leo_muziekdoos.elf
text data bss dec hex filename
23368 20 3924 27312 6ab0 leo_muziekdoos.elf
Finished building: default.size.stdout
15:25:25 **** Incremental Build of configuration Debug for project leo_muziekdoos ****
make -j7 all
arm-none-eabi-size leo_muziekdoos.elf
text data bss dec hex filename
23368 20 3924 27312 6ab0 leo_muziekdoos.elf
Finished building: default.size.stdout

View File

@@ -1,10 +0,0 @@
15:25:25 **** Incremental Build of configuration Debug for project leo_muziekdoos ****
make -j7 all
arm-none-eabi-size leo_muziekdoos.elf
text data bss dec hex filename
23368 20 3924 27312 6ab0 leo_muziekdoos.elf
Finished building: default.size.stdout
15:25:25 Build Finished. 0 errors, 0 warnings. (took 238ms)

View File

@@ -1,3 +0,0 @@
DeviceConfigurationTool.AskToSwitchToCubeMxPerspective=false
DeviceConfigurationTool.SwitchToCubeMxPerspective=true
eclipse.preferences.version=1

View File

@@ -1,2 +0,0 @@
debug.stlink_preferences/latest_version_enabled=true
eclipse.preferences.version=1

View File

@@ -1,2 +0,0 @@
eclipse.preferences.version=1
project_presentation/setHierarchicalMode=false

View File

@@ -1,2 +0,0 @@
eclipse.preferences.version=1
org.eclipse.cdt.debug.core.cDebug.default_source_containers=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<sourceLookupDirector>\n <sourceContainers duplicates\="false">\n <container memento\="AbsolutePath" typeId\="org.eclipse.cdt.debug.core.containerType.absolutePath"/>\n <container memento\="programRelativePath" typeId\="org.eclipse.cdt.debug.core.containerType.programRelativePath"/>\n <container memento\="&lt;?xml version\=&quot;1.0&quot; encoding\=&quot;UTF-8&quot; standalone\=&quot;no&quot;?&gt;&\#10;&lt;project referencedProjects\=&quot;true&quot;/&gt;&\#10;" typeId\="org.eclipse.cdt.debug.core.containerType.project"/>\n </sourceContainers>\n</sourceLookupDirector>\n

View File

@@ -1,2 +0,0 @@
eclipse.preferences.version=1
useAnnotationsPrefPage=true

View File

@@ -1,6 +0,0 @@
eclipse.preferences.version=1
properties/STM32F411E-DISCO.fr.ac6.managedbuild.target.gnu.cross.exe.1875221045/com.st.stm32cube.ide.mcu.gnu.managedbuild.config.exe.debug.1885456144=com.st.stm32cube.ide.mcu.gnu.managedbuild.tool.cpp.linker.257090601\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.verilog.1856796552\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objdump.listfile.646076862\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.toolchain.exe.debug.1993930726\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.size.1033326129\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.symbolsrec.939407569\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.hex.1954518835\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.config.exe.debug.1885456144\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.cpp.compiler.952786904\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.binary.1332085710\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.c.linker.262058214\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.assembler.2106064312\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.srec.2006036991\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.c.compiler.333068668\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.archiver.584464181\=rebuildState\\\=true\\n\n
properties/STM32F411E-DISCO.fr.ac6.managedbuild.target.gnu.cross.exe.1875221045/com.st.stm32cube.ide.mcu.gnu.managedbuild.config.exe.debug.976375757=com.st.stm32cube.ide.mcu.gnu.managedbuild.tool.cpp.linker.490643270\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objdump.listfile.904489704\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.c.compiler.600001728\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.symbolsrec.807245646\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.binary.375423556\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.archiver.992559783\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.assembler.1122512751\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.c.linker.174890174\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.toolchain.exe.debug.1933746898\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.srec.1018965945\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.hex.1665857096\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.verilog.194752802\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.config.exe.debug.976375757\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.size.834000910\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.cpp.compiler.2066533251\=rebuildState\\\=true\\n\n
properties/STM32F411E-DISCO.fr.ac6.managedbuild.target.gnu.cross.exe.1875221045/fr.ac6.managedbuild.config.gnu.cross.exe.debug.1754695995=fr.ac6.managedbuild.tool.gnu.cross.cpp.linker.848308585\=rebuildState\\\=true\\n\nfr.ac6.managedbuild.tool.gnu.cross.c.compiler.1947663927\=rebuildState\\\=true\\n\nfr.ac6.managedbuild.tool.gnu.cross.cpp.compiler.1950423995\=rebuildState\\\=true\\n\nfr.ac6.managedbuild.tool.gnu.archiver.210193484\=rebuildState\\\=true\\n\nfr.ac6.managedbuild.tool.gnu.cross.assembler.493644079\=rebuildState\\\=true\\n\nfr.ac6.managedbuild.tool.gnu.cross.c.linker.188530476\=rebuildState\\\=true\\n\nfr.ac6.managedbuild.toolchain.gnu.cross.exe.debug.1674634324\=rebuildState\\\=true\\n\n
properties/leo_muziekdoos.null.75758409/com.st.stm32cube.ide.mcu.gnu.managedbuild.config.exe.debug.1013491915=com.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objdump.listfile.670196154\=rebuildState\\\=false\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.c.compiler.882781726\=rebuildState\\\=false\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.config.exe.debug.1013491915\=rebuildState\\\=false\\nrcState\\\=0\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.symbolsrec.227668595\=rebuildState\\\=false\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.verilog.335579717\=rebuildState\\\=false\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.srec.1782083415\=rebuildState\\\=false\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.archiver.1001568561\=rebuildState\\\=false\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.cpp.linker.1319027747\=rebuildState\\\=false\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.c.linker.659901484\=rebuildState\\\=false\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.cpp.compiler.1838855663\=rebuildState\\\=false\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.size.492125800\=rebuildState\\\=false\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.binary.1584543015\=rebuildState\\\=false\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.toolchain.exe.debug.994706521\=rebuildState\\\=false\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.assembler.372303207\=rebuildState\\\=false\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.hex.2005914122\=rebuildState\\\=false\\n\n
properties/leo_muziekdoos.null.75758409/com.st.stm32cube.ide.mcu.gnu.managedbuild.config.exe.release.1013356420=com.st.stm32cube.ide.mcu.gnu.managedbuild.tool.assembler.1319870685\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.symbolsrec.1223436029\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.cpp.linker.917509297\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.cpp.compiler.1568835848\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.verilog.939882398\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.binary.1337314943\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.size.1484523683\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.hex.1026237772\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.toolchain.exe.release.1711848089\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.c.linker.223961666\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.c.compiler.142054781\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.archiver.606202164\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.srec.234507284\=rebuildState\\\=true\\n\ncom.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objdump.listfile.1220731402\=rebuildState\\\=true\\n\n

View File

@@ -1,5 +0,0 @@
eclipse.preferences.version=1
spelling_locale=en_GB
spelling_locale_initialized=true
useAnnotationsPrefPage=true
useQuickDiffPrefPage=true

View File

@@ -1,2 +0,0 @@
eclipse.preferences.version=1
version=1

View File

@@ -1,7 +0,0 @@
//org.eclipse.debug.core.PREFERRED_DELEGATES/org.eclipse.cdt.debug.gdbjtag.launchConfigurationType=org.eclipse.cdt.debug.gdbjtag.core.dsfLaunchDelegate,debug,;
//org.eclipse.debug.core.PREFERRED_DELEGATES/org.eclipse.cdt.launch.applicationLaunchType=org.eclipse.cdt.dsf.gdb.launch.localCLaunch,debug,;org.eclipse.cdt.cdi.launch.localCLaunch,run,;
//org.eclipse.debug.core.PREFERRED_DELEGATES/org.eclipse.cdt.launch.attachLaunchType=org.eclipse.cdt.dsf.gdb.launch.attachCLaunch,debug,;
//org.eclipse.debug.core.PREFERRED_DELEGATES/org.eclipse.cdt.launch.postmortemLaunchType=org.eclipse.cdt.dsf.gdb.launch.coreCLaunch,debug,;
//org.eclipse.debug.core.PREFERRED_DELEGATES/org.eclipse.cdt.launch.remoteApplicationLaunchType=org.eclipse.rse.remotecdt.dsf.debug,debug,;
eclipse.preferences.version=1
prefWatchExpressions=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<watchExpressions/>\n

View File

@@ -1,7 +0,0 @@
eclipse.preferences.version=1
org.eclipse.debug.ui.MemoryView.orientation=0
org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<launchPerspectives/>\n
org.eclipse.debug.ui.user_view_bindings=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<viewBindings>\n <view id\="org.eclipse.debug.ui.ExpressionView">\n <perspective id\="org.eclipse.debug.ui.DebugPerspective" userAction\="opened"/>\n </view>\n</viewBindings>\n
pref_state_memento.org.eclipse.debug.ui.DebugVieworg.eclipse.debug.ui.DebugView=<?xml version\="1.0" encoding\="UTF-8"?>\n<DebugViewMemento org.eclipse.debug.ui.BREADCRUMB_DROPDOWN_AUTO_EXPAND\="false"/>
preferredDetailPanes=DefaultDetailPane\:DefaultDetailPane|
preferredTargets=org.eclipse.cdt.debug.ui.toggleCBreakpointTarget,org.eclipse.cdt.debug.ui.toggleCDynamicPrintfTarget\:org.eclipse.cdt.debug.ui.toggleCBreakpointTarget|

View File

@@ -1,7 +0,0 @@
LaunchTargetManager/org.eclipse.launchbar.core.launchTargetType.local,Local/arch=x86_64
LaunchTargetManager/org.eclipse.launchbar.core.launchTargetType.local,Local/name=Local
LaunchTargetManager/org.eclipse.launchbar.core.launchTargetType.local,Local/os=macosx
configDescList=
eclipse.preferences.version=1
org.eclipse.cdt.dsf.gdb.gdbRemotedescriptorType\:leo_muziekdoos\ Debug/activeLaunchMode=debug
org.eclipse.cdt.dsf.gdb.gdbRemotedescriptorType\:leo_muziekdoos\ Debug/activeLaunchTarget=null\:---

View File

@@ -1,2 +0,0 @@
browsers=<?xml version\="1.0" encoding\="UTF-8"?>\n<web-browsers current\="0">\n<system/>\n<external location\="/Applications/Firefox.app" name\="Firefox"/>\n</web-browsers>
eclipse.preferences.version=1

View File

@@ -1,4 +0,0 @@
eclipse.preferences.version=1
platformState=1627837220189
quickStart=false
tipsAndTricks=true

View File

@@ -1,3 +0,0 @@
eclipse.preferences.version=1
org.eclipse.ui.navigator.ProjectExplorer.activatedExtensions=org.eclipse.cdt.make.ui.makeTargets.content\=true;org.eclipse.ui.navigator.resourceContent\=true;org.eclipse.cdt.ui.navigator.content\=true;org.eclipse.ui.navigator.resources.workingSets\=true;org.eclipse.team.ui.patchSyncNavigatorContent\=true;org.eclipse.team.ui.resourceContent\=true;org.eclipse.ui.navigator.resources.nested.nestedProjectContentProvider\=true;org.eclipse.remote.ui.navigatorContent.connections\=true;
org.eclipse.ui.navigator.ProjectExplorer.filterActivation=\:org.eclipse.ui.navigator.resources.filters.startsWithDot\:org.eclipse.cdt.ui.navigator.filters.AnonymousStructFilter\:org.eclipse.ui.navigator.resources.nested.HideTopLevelProjectIfNested\:org.eclipse.ui.navigator.resources.nested.HideFolderWhenProjectIsShownAsNested\:org.eclipse.cdt.ui.navigator.filters.ForwardDeclarationFilter\:

View File

@@ -1,2 +0,0 @@
eclipse.preferences.version=1
showIntro=false

View File

@@ -1,10 +0,0 @@
activate=true
column2=300
column3=150
column4=150
eclipse.preferences.version=1
groupBy=0
maxLogTailSize=1
orderType=2
orderValue=-1
show_filter_text=true

View File

@@ -1,11 +0,0 @@
//org.eclipse.ui.commands/state/com.st.stm32cube.ide.mcu.buildanalyzer.showstate/org.eclipse.ui.commands.radioState=human
//org.eclipse.ui.commands/state/org.eclipse.ui.navigator.resources.nested.changeProjectPresentation/org.eclipse.ui.commands.radioState=false
UIActivities.org.eclipse.cdt.debug.dsfgdbActivity=true
eclipse.preferences.version=1
org.eclipse.ui.workbench.ACTIVE_NOFOCUS_TAB_BG_END=255,255,255
org.eclipse.ui.workbench.ACTIVE_NOFOCUS_TAB_BG_START=255,255,255
org.eclipse.ui.workbench.ACTIVE_NOFOCUS_TAB_TEXT_COLOR=16,16,16
org.eclipse.ui.workbench.ACTIVE_TAB_BG_END=255,255,255
org.eclipse.ui.workbench.ACTIVE_TAB_BG_START=230,230,230
org.eclipse.ui.workbench.INACTIVE_TAB_BG_END=255,255,255
org.eclipse.ui.workbench.INACTIVE_TAB_BG_START=240,240,240

Some files were not shown because too many files have changed in this diff Show More