Sync forked Git repositories with their origin.
-
from: https://github.com/wei/git-sync
to: https://github.com/tiacsys/git-sync
A GitHub Action for syncing between two independent repositories using force push.
-
from: https://github.com/zephyrproject-rtos/zephyr
to: https://github.com/tiacsys/zephyr
The Zephyr Project's scalable real-time operating system (RTOS).
-
from: https://github.com/zephyrproject-rtos/twister
to: https://github.com/tiacsys/twister
The Zephyr Project's test runner script V2 (twister) – NOT (YET) FOR PRODUCTION – (still under development).
-
from: https://github.com/melexis/robot2rst
to: https://github.com/tiacsys/robot2rst
The robot2rst tool converts your
.robot
files from Robot Framework to reStructuredText (.rst
) files with traceable items. This allows you to connect your requirements to test cases.
-
from: https://github.com/melexis/xunit2rst
to: https://github.com/tiacsys/xunit2rst
The xunit2rst tool converts your xUnit/JUnit XML files to reStructuredText (
.rst
) files with traceable items. This allows you to connect your requirements to test cases.
-
from: https://github.com/u-blox/ubxlib
to: https://github.com/tiacsys/ubxlib
The ubxlib is a portable C library which provide APIs to build applications with u-blox products and services. Delivered as add-on to existing microcontroller and RTOS SDKs.
-
from: https://github.com/trinamic/TMC-API
to: https://github.com/tiacsys/TMC-API
The TMC-API is a portable C library for working with Trinamic ICs in embedded projects. It is CPU-independent and self-contained (no external dependencies).
-
from: https://github.com/trinamic/TMC-EvalSystem
to: https://github.com/tiacsys/TMC-EvalSystem
The TMC-EvalSystem is the bare-metal firmware for working with Trinamic Evaluation Systems.
-
from: https://github.com/QuantumLeaps/qpc
to: https://github.com/tiacsys/qpc
The QP/C Project's active objects (actors) and hierarchical state machines for embedded RTOS.
-
from: https://github.com/lua/lua
to: https://github.com/tiacsys/lua
The Lua Project's powerful, efficient, lightweight, embeddable scripting language.
-
from: https://gitlab.com/kicad/libraries/kicad-symbols
to: https://github.com/tiacsys/kicad-symbols
The KiCad symbol libraries are the individual
.lib
files, with the corresponding.dcm
files containing symbol metadata. -
from: https://gitlab.com/kicad/libraries/kicad-footprints
to: https://github.com/tiacsys/kicad-footprints
The KiCad footprint libraries are the individual
.pretty
directories. -
from: https://gitlab.com/kicad/libraries/kicad-packages3D
to: https://github.com/tiacsys/kicad-packages3D
The KiCad 3D model libraries are the individual
.3dshapes
directories. -
from: https://gitlab.com/kicad/libraries/kicad-packages3D-source
to: https://github.com/tiacsys/kicad-packages3D-source
The KiCad 3D model library sources are the individual
.3dshapes
directories. -
from: https://gitlab.com/kicad/libraries/kicad-library-utils
to: https://github.com/tiacsys/kicad-library-utils
check_symbol.py: Script for checking KLC compliance of symbol files.
check_footprint.py: Script for checking KLC compliance of footprint files.
check_3d_coverage.py: Script for checking which KiCad footprints in a
.pretty
library have 3D models. It also shows unused 3D model files.comparelibs.py: Script to compare two versions of the same library. Used as part of the
kicad-symbols
CI. -
from: https://gitlab.com/kicad/libraries/kicad-templates
to: https://github.com/tiacsys/kicad-templates
The KiCad templates are the individual project and worksheet template directories.
-
from: https://github.com/NASA-SW-VnV/ikos
to: https://github.com/tiacsys/ikos
Static analyzer for C/C++ based on the theory of Abstract Interpretation, see: NASA ARC-16789-1: Inference Kernel for Open Static (IKOS) Analyzers
-
from: https://github.com/NASA-SW-VnV/fret
to: https://github.com/tiacsys/fret
A framework for the elicitation, specification, formalization and understanding of requirements. NASA ARC-18066-1: FRET : Formal Requirements Elicitation Tool
-
from: https://github.com/attakei/sphinx-revealjs
to: https://github.com/tiacsys/sphinx-revealjs
A Sphinx extension with theme to generate Reveal.js presentations.