Skip to content

Commit 48da233

Browse files
committed
Fix several components
1 parent a2376fa commit 48da233

File tree

5 files changed

+89
-102
lines changed

5 files changed

+89
-102
lines changed

atmel/atmega8.yaml

Lines changed: 22 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
1-
name: ATmega8a-A
1+
name: ATmega8A
22
description: 8-bit AVR Microcontroller
33
datasheet: http://www.atmel.com/images/atmel-8159-8-bit-avr-microcontroller-atmega8a_datasheet.pdf
4-
keywords: IC, digital, microcontroller, MCU
4+
keywords: IC, Digital, Microcontroller, MCU
55

66
pinout:
7+
PORTB:
8+
PB0-7: 12-17, 7, 8
9+
PORTC:
10+
PC0-6: 23-29
11+
PORTD:
12+
PD0-7: 30-32, 1, 2, 9-11
13+
ADC6: 19
14+
ADC7: 22
15+
16+
AREF: 20
17+
VCC: 4, 6
18+
AVCC: 18
19+
GND: 3, 5, 21
20+
721
INT1: 1
822
XCK/T0: 2
923
XTAL1/TOSC1: 7
@@ -17,61 +31,30 @@ pinout:
1731
MOSI/OC2: 15
1832
MISO: 16
1933
SCK: 17
20-
ADC6: 19
21-
ADC7: 22
2234
ADC0: 23
2335
ADC1: 24
2436
ADC2: 25
2537
ADC3: 26
2638
ADC4/SDA: 27
2739
ADC5/SCL: 28
28-
~RESET: 29
40+
~RESET~: 29
2941
RXD: 30
3042
TXD: 31
3143
INT0: 32
32-
PORTB:
33-
PB0: 12
34-
PB1: 13
35-
PB2: 14
36-
PB3: 15
37-
PB4: 16
38-
PB5: 17
39-
PB6: 7
40-
PB7: 8
41-
PORTC:
42-
PC0: 23
43-
PC1: 24
44-
PC2: 25
45-
PC3: 26
46-
PC4: 27
47-
PC5: 28
48-
PC6: 29
49-
PORTD:
50-
PD0: 30
51-
PD1: 31
52-
PD2: 32
53-
PD3: 1
54-
PD4: 2
55-
PD5: 9
56-
PD6: 10
57-
PD7: 11
58-
GND: 3, 5, 21
59-
VCC: 4, 6
60-
AVCC: 18
61-
AREF: 20
62-
6344

6445
properties:
65-
bidir: PB0-7, PC0-6, PD0-7
46+
in: AREF
47+
bidir: PB0-7, PC0-6, PD0-7, ADC6-7
6648
power: VCC, AVCC
6749
ground: GND
6850

6951
schematic:
7052
symbol: IC
71-
left: PORTC, PORTB
72-
right: PORTD
53+
left: PORTB, ADC6-7, AREF
54+
right: PORTC, PORTD
7355
top: VCC, AVCC
7456
bottom: GND
7557

7658
housing:
59+
suffix: -AU, -AN
7760
outline: JEDEC MS-026 ABA

irf/ir2101s.yaml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,35 @@
11
name: IR2101S
2-
description: High and low side driver
2+
description: High and Low Side Driver
33
datasheet: http://www.infineon.com/dgdl/ir2101.pdf?fileId=5546d462533600a4015355c7a755166c
4-
keywords: IC, analog, driver
4+
keywords: IC, Analog, Driver
55

66
pinout:
77
IN:
8-
VCC: 1
98
HIN: 2
109
LIN: 3
11-
COM: 4
12-
OUT:
13-
LO: 5
14-
VS: 6
15-
HO: 7
10+
HISIDE:
1611
VB: 8
12+
HO: 7
13+
VS: 6
14+
LOSIDE:
15+
LO: 5
16+
17+
VCC: 1
18+
COM: 4
19+
1720

1821
properties:
1922
in: HIN, VIN
20-
out: OUT
21-
power: VCC
23+
out: HO, LO
24+
power: VCC, VB, VS
2225
ground: COM
2326

2427
schematic:
2528
symbol: IC
2629
left: IN
27-
right: OUT
30+
right: HISIDE, LOSIDE
2831
top: VCC
2932
bottom: COM
3033

3134
housing:
32-
pattern: JEDEC MS-0122 AA
35+
outline: JEDEC MS-012 AA

st/stm32f030c.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
name: STM32F030C
2-
suffix: 4, 6, 8
2+
suffix: 6T6, 8T6
33
description: 32-bit ARM Cortex-M0 CPU
44
datasheet: http://www.st.com/resource/en/datasheet/stm32f030f4.pdf
5-
keywords: IC, digital, ARM, CPU
5+
keywords: IC, Digital, CPU, ARM
66

77
pinout:
8-
VDD: 1, 24, 48
9-
VDDA: 9
10-
VSS: 23, 47
11-
VSSA: 8
12-
CTRL:
13-
BOOT0: 44
14-
~NRST: 7
15-
OSC:
16-
OSC_IN: 5
17-
OSC_OUT: 6
18-
OSC32_IN: 3
19-
OSC32_OUT: 4
208
PORTA:
219
PA0-15: 10-17, 29-34, 37, 38
2210
PORTB:
2311
PB0-15: 18-20, 39-43, 45, 46, 21, 22, 25-28
2412
PORTC:
2513
PC13-15: 2-4
2614
PORTF:
27-
PF0: 5
28-
PF1: 6
29-
PF6: 35
30-
PF7: 36
15+
PF0-1: 5, 6
16+
PF6-7: 35, 36
17+
CTRL:
18+
BOOT0: 44
19+
~NRST: 7
20+
21+
VDD: 1, 24, 48
22+
VDDA: 9
23+
VSS: 23, 47
24+
VSSA: 8
25+
26+
OSC_IN: 5
27+
OSC_OUT: 6
28+
OSC32_IN: 3
29+
OSC32_OUT: 4
3130

3231
properties:
32+
in: BOOT0, ~NRST
33+
bidir: PA0-15, PB0-15, PC13-15, PF0-1, PF6-7
3334
power: VDD, VDDA
3435
ground: VSS, VSSA
35-
in: CTRL
36-
bidir: PORTA, PORTB, PORTC, PORTF
36+
inverted: ~NRST
3737

3838
schematic:
3939
symbol: IC
40-
left: PORTA, OSC
41-
right: PORTB, CTRL, PF6-7, PC2
40+
left: PORTA, PORTC, CTRL
41+
right: PORTB, PORTF
4242
top: VDD, VDDA
4343
bottom: VSS, VSSA
4444

st/stm32f030f.yaml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,40 @@
11
name: STM32F030F
2-
suffix: 4
2+
suffix: 4T6
33
description: 32-bit ARM Cortex-M0 CPU
44
datasheet: http://www.st.com/resource/en/datasheet/stm32f030f4.pdf
5-
keywords: IC, digital, ARM, CPU
5+
keywords: IC, Digital, CPU, ARM
66

77
pinout:
8-
CTRL:
9-
BOOT0: 1
10-
~NRST: 4
11-
OSC:
12-
OSC_IN: 2
13-
OSC_OUT: 3
148
PORTA:
159
PA0-7: 6-13
1610
PA9-10: 17, 18
1711
PA13-14: 19, 20
1812
PORTB:
1913
PB1: 14
2014
PORTF:
21-
PF0: 2
22-
PF1: 3
23-
VDDA: 5
15+
PF0-1: 2, 3
16+
CTRL:
17+
BOOT0: 1
18+
~NRST: 4
19+
2420
VDD: 16
21+
VDDA: 5
2522
VSS: 15
2623

24+
OSC_IN: 2
25+
OSC_OUT: 3
26+
2727
properties:
28+
in: BOOT0, ~NRST
29+
bidir: PA0-7, PA9-10, PA13-14, PB1, PF0-1
2830
power: VDD, VDDA
2931
ground: VSS
30-
in: CTRL
31-
bidir: PORTA, PORTB, PORTF
32+
inverted: ~NRST
3233

3334
schematic:
3435
symbol: IC
35-
left: PORTA, OSC
36-
right: PORTB, CTRL
36+
left: PORTB, PORTF, CTRL
37+
right: PORTA
3738
top: VDD, VDDA
3839
bottom: VSS
3940

ti/lm311.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
11
name: LM311
22
variations: SOIC, TSSOP
3-
description: General Purpose, high speed comparators
3+
description: Quad Differential Comparator
44
datasheet: http://www.ti.com/lit/ds/symlink/lm311.pdf
5-
keywords: IC, analog, comparator
5+
keywords: IC, Analog, Comparator
66

77
pinout:
88
IN:
99
-IN: 3
1010
+IN: 2
11-
OUT:
12-
COL: 7
13-
EMIT: 1
14-
V+: 8
15-
V-: 4
11+
OUT:
12+
COL_OUT: 7
13+
EMIT_OUT: 1
1614
BAL:
17-
BAL/STRB: 6
1815
BALANCE: 5
16+
BAL/STRB: 6
17+
VCC+: 8
18+
VCC-: 4
1919

2020
properties:
21-
in: IN
22-
out: OUT
23-
power: V+, V-
21+
in: -IN, +IN, BALANCE, BAL/STRB
22+
out: COL_OUT, EMIT_OUT
23+
power: VCC+, VCC-
24+
inverted: -IN
2425

2526
schematic:
2627
symbol: IC
2728
left: IN, BAL
2829
right: OUT
29-
top: V+
30-
bottom: V-
30+
top: VCC+
31+
bottom: VCC-
3132

3233
housing@SOIC:
3334
outline: JEDEC MS-012 AA
@@ -36,4 +37,3 @@ housing@SOIC:
3637
housing@TSSOP:
3738
outline: JEDEC MO-153 AB
3839
suffix: PW
39-

0 commit comments

Comments
 (0)