No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fetch_jlc.sh 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. #!/bin/bash
  2. # https://github.com/TousstNicolas/JLC2KiCad_lib
  3. # enter directory of script
  4. cd "$(dirname "$0")"
  5. # create output directory
  6. mkdir -p jlc_lib
  7. # fetch / update parts libs
  8. JLC2KiCadLib \
  9. C2040 `# RP2040` \
  10. C113767 `# W25Q128JVSIQ 128Mbit SPI NOR FLASH` \
  11. C26537 `# NCP1117ST33T3G 3.3V 1A LDO !! LOW STOCK !!` \
  12. C22452 `# SS54 40V 5A Schottky Barrier Diode` \
  13. C132227 `# ` \
  14. C86580 `# ` \
  15. C194472 `# ` \
  16. C134092 `# ` \
  17. C386740 `# ` \
  18. C148313 `# ` \
  19. C279981 `# ` \
  20. C140675 `# ` \
  21. C409700 `# ` \
  22. C172043 `# ` \
  23. C105883 `# ` \
  24. C83063 `# ` \
  25. C2920042 `# ` \
  26. C520861 `# ` \
  27. C406733 `# ` \
  28. C380316 `# ` \
  29. C144787 `# ` \
  30. C2937625 `# ` \
  31. C234182 `# ` \
  32. C146690 `# ` \
  33. C40877 `# ` \
  34. C144481 `# ` \
  35. C697422 `# ` \
  36. C237221 `# ` \
  37. C106200 `# ` \
  38. C5613 `# ` \
  39. C2909114 `# ` \
  40. C475721 `# ` \
  41. C497903 `# ` \
  42. C249838 `# ` \
  43. C310843 `# ` \
  44. -dir jlc_lib \
  45. -symbol_lib jlc_schematics \
  46. -symbol_lib_dir Schematic \
  47. -footprint_lib jlc_footprints \
  48. --skip_existing