1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-07-01 03:22:01 +03:00
eda-tools/boom/manu/stackpole
Werner Almesberger 2744057e98 Avoid leading zeroes in resistance and capacitance values (except 0R)
- boom/lib/e12.inc: several rules produces mal-formed results with leading
  zeroes
- boom/manu/Makefile.common (spotless): added new target to remove
  $(NAME).chr
- boom/manu/Makefile.common (MALFORMED): test for leading zeroes, allowing
  only 0R as an exception
- boom/manu/stackpole/stackpole.gen: catch values < 1 R and convert them
  to mR
2010-10-18 17:23:19 -03:00
..
Makefile manu/Makefile were highly redundant. Moved their content to a common Makefile. 2010-10-17 00:57:22 -03:00
stackpole.gen Avoid leading zeroes in resistance and capacitance values (except 0R) 2010-10-18 17:23:19 -03:00