7
mirror of https://gitlab.com/kicad/libraries/kicad-symbols.git synced 2025-03-14 08:24:54 +00:00
Commit Graph

25 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
Max Mustermann
4dcb64915e Add Infineon TLE5012B magnetic position sensor
See merge request kicad/libraries/kicad-symbols!4713
2024-10-01 20:16:19 +00:00
John Beard
29c1fe4168 Rename VSSOP-8_3.0x3.0mm_P0.65 to VSSOP-8_3x3mm_P0.65mm after generation
See merge request kicad/libraries/kicad-symbols!4540
2024-05-16 16:26:02 +00:00
John Beard
be50adace1 Update footprint for BM1422AGMV (was fixed and renamed)
See merge request kicad/libraries/kicad-symbols!4539
2024-05-15 18:05:38 +00: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
Gerard Marull-Paretas
6e29cd1ad9 Add symbol for MT6701QT hall based angle position encoder sensor
See merge request kicad/libraries/kicad-symbols!4238
2024-02-11 13:53:53 +00:00
Uli Köhler
88ca929a74 Fix a few inverted pins for Driver_Motor and Sensor_Magnetic libs
See merge request kicad/libraries/kicad-symbols!4307
2024-02-11 04:07:12 +00:00
Gerard Marull-Paretas
57582358d5 Add MT6701CT hall based angle position encoder sensor
See merge request kicad/libraries/kicad-symbols!4246
2024-02-10 23:27:01 +00:00
Max Mustermann
b49879114e Add MagnTek MT6816
See merge request kicad/libraries/kicad-symbols!3630
2024-02-10 05:34:06 +00:00
Uli Köhler
9af23f6e45 Fix some library symbols with V6 library format
See merge request kicad/libraries/kicad-symbols!4225
2024-01-18 15:39:53 +00:00
Carlos Nieves Ónega
0f856c474a Added LIS2MDL 2023-07-20 21:49:08 +00:00
Spida
ceb4d7bdb7 Add Rohm BM1422AGMV 3axis Magnetometer 2023-05-08 22:12:45 +00: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
aris-kimi
8e6cb5771e Fix MA730 footprint 2023-01-07 23:26:21 +02:00
Dash
6bb74af597 Replace explicit EP sizes with quantity of EPs in footprint filter 2023-01-06 22:13:16 -08:00
Privacy Fan
d6b38be0b6 Added symbol for TMAG511x, 2-dimensional, dual-channel, high-sensitivity, Hall effect latch 2022-12-15 10:44:33 +00:00
Mikk Leini
b9b6b6cf82 Add LIS3MDL magnetic sensor 2022-11-22 19:28:35 +00:00
Mikk Leini
ccda87fc3a Add SiLabs Si7210 2022-07-26 18:34:54 +00:00
aris-kimi
ec37a26e9d Update them all 2021-12-21 18:21:57 +00:00
Privacy Fan
6466e690ae Adding a symbol TMAG5170-Q1 (A 3D Hall sensor from TI) 2021-07-26 21:42:37 +00:00
uliagene
9812b82874 adding a symbol for MMC5633NJL (a 3D AMR magnetometer) 2021-03-20 17:59:14 +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
Jorge Neiva
23c5c6cff7 Fix AH1806-W to match pin order from footprint 2021-01-05 16:23:58 +00:00
Christian Schlüter
797cce62b2
Convert Sensor* to v6 format 2020-10-04 22:50:41 +02:00