Date:2010-09-12 21:43:33 (13 years 6 months ago)
Author:Werner Almesberger
Commit:636011c23dfcdedc6744eb58ced9ef9a0bd0e850
Message:Adjusted parsing of component values. Now all capacitors get properly selected.

- bom/atrf.sub: adjusted setting of capacitance and inductivity to
conventions used in these projects
Files: bom/atrf.sub (2 diffs)

Change Details

bom/atrf.sub
11#SUB
22
3# Taked from gta02-core. Left in the hacks, since we may use similar components
3# Taken from gta02-core. Left in the hacks, since we may use similar components
44# in the future.
55
66-> T=unknown
...... 
2020
2121C[0-9]* {
2222    -> T=C
23    VAL=$F -> C=$VAL
23    VAL=*F -> C=$VAL
2424    FN=*V -> V=>=$FN
2525}
2626
2727L[0-9]* {
2828    -> T=L
29    VAL=$H -> L=$VAL
29    VAL=*H -> L=$VAL
3030    FN=*A -> I=>=$FN
3131}
3232

Archive Download the corresponding diff file



interactive