7
mirror of https://gitlab.com/kicad/libraries/kicad-symbols.git synced 2025-03-14 21:34:55 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Carsten Presser
5eb95a28c3 Update format of all symbols to KiCad9
Even though KiCad9 can read older symbol files, this change is needed
to make future additions to the library easy to review.
As with every major version, the file format changes slighly. And so does
the ordering of elements. Without this bulk change a simple addition to the
library would create a huge diff. Those diffs are hard to read making the
life of the library team difficult.

The update was executed with:
find . -name "*.kicad_sym" -exec kicad-cli sym upgrade --force {} \;
2025-02-18 19:00:36 +01:00
Uli Köhler
4a81691007 Fix files not containing terminating newlines by kicad-cli sym upgrade --force
See merge request kicad/libraries/kicad-symbols!4514
2024-05-08 14:02:16 +00:00
Carsten Presser
7b6d3b9f8e Update format of all symbols to KiCad8
Even though KiCad8 can read older symbol files, this change is needed
to make future additions to the library easy to review.
KiCad8 introduced a new way of indenting. Even when changing just a
small text, that would result in a huge diff when saving the KiCad7 file
with KiCad8. Those diffs are hard to read making the life of the library
team difficult.
2024-02-20 21:54:38 +01:00
Carsten Presser
f0d93660e1 Convert all symbols to v7 format
KiCad7 is only a few weeks from being release. We expect contributors to
start using that version soon. Since the v7 and v6 format are not 100%
compatible, saving just a single symbol with KiCad7 will result in a huge
diff that is hard to read.
For that reason, we just convert all files to v7 in one go.

From now on, the official kicad-symbols repository will only accept
contributions in the version 7 format.
2023-01-23 23:06:08 +01:00
Tyler Coy
2ad841e5ef Fix wrong pin type on TM4C1230H6PM
Fix typo
2022-02-22 21:56:28 +00:00
aris-kimi
ec37a26e9d Update them all 2021-12-21 18:21:57 +00:00
Diego Herranz
12edec9499 Update all symbols to new format (ki_fp_filters and no_connect)
Fixes https://gitlab.com/kicad/libraries/kicad-symbols/-/issues/3122

Started clean from master and simply re-saved every library
to apply the new format (ki_fp_filters and no_connect).

Some symbols have been reordered automatically.

Using 5.99.0-unknown-bbe2ee39a0~117~ubuntu20.04.1
2021-02-20 15:26:05 +00:00
Christian Schlüter
49ff8feff6
Convert MCU_Texas_* to v6 format 2020-10-04 22:50:45 +02:00