Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions examples/evalboards/TMC5221/basic_usage.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
################################################################################
# Copyright © 2025 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
# Copyright © 2026 Analog Devices, Inc.
################################################################################
"""Example on how to use TMC5221-EVAL."""

Expand Down
3 changes: 1 addition & 2 deletions examples/evalboards/TMC5221/mtp_burn.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
################################################################################
# Copyright © 2026 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
# Copyright © 2026 Analog Devices, Inc.
################################################################################
"""
Example of burning the OTP with TMC5221.
Expand Down
3 changes: 1 addition & 2 deletions examples/evalboards/TMC5221/mtp_prototype.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
################################################################################
# Copyright © 2026 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
# Copyright © 2026 Analog Devices, Inc.
################################################################################
"""
This example demonstrates the prototyping of the OTP (One-Time Programmable) feature of the TMC5221.
Expand Down
3 changes: 1 addition & 2 deletions examples/evalboards/TMC5221/read_all_registers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
################################################################################
# Copyright © 2025 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
# Copyright © 2026 Analog Devices, Inc.
################################################################################
"""Example on how to read all TMC5221 registers of TMC5221-EVAL."""

Expand Down
3 changes: 1 addition & 2 deletions examples/evalboards/TMC5221/read_all_registers_and_fields.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
################################################################################
# Copyright © 2025 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
# Copyright © 2026 Analog Devices, Inc.
################################################################################
"""Example on how to read all TMC5221 registers of TMC5221-EVAL."""

Expand Down
3 changes: 1 addition & 2 deletions examples/evalboards/TMC5222/basic_usage.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
################################################################################
# Copyright © 2025 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
# Copyright © 2026 Analog Devices, Inc.
################################################################################
"""Example on how to use TMC5222-EVAL."""

Expand Down
4 changes: 1 addition & 3 deletions examples/evalboards/TMC5222/burn_mtp.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
################################################################################
# Copyright © 2025 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
# Copyright © 2026 Analog Devices, Inc.
################################################################################

"""
Example of burning the OTP with TMC5222.
It is highly recommended to prototype the desired OTP settings before actual burning.
Expand Down
4 changes: 1 addition & 3 deletions examples/evalboards/TMC5222/mtp_prototype.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
################################################################################
# Copyright © 2025 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
# Copyright © 2026 Analog Devices, Inc.
################################################################################

"""
This example demonstrates the prototyping of the OTP (One-Time Programmable) feature of the TMC5222.
Prototyping is reversible with a power cycle, allowing for experimentation with OTP settings without
Expand Down
3 changes: 1 addition & 2 deletions examples/evalboards/TMC5222/read_all_register_and_fields.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
################################################################################
# Copyright © 2025 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
# Copyright © 2026 Analog Devices, Inc.
################################################################################
"""Example on how to read all TMC5222 registers of TMC5222-EVAL."""

Expand Down
3 changes: 1 addition & 2 deletions pytrinamic/evalboards/TMC5221_eval.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
################################################################################
# Copyright © 2025 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
# Copyright © 2026 Analog Devices, Inc.
################################################################################
"""Implementation of TMC5221-EVAL"""

Expand Down
3 changes: 1 addition & 2 deletions pytrinamic/evalboards/TMC5222_eval.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
################################################################################
# Copyright © 2025 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
# Copyright © 2026 Analog Devices, Inc.
################################################################################
"""Implementation of TMC5222-EVAL"""

Expand Down
4 changes: 1 addition & 3 deletions pytrinamic/ic/TMC5221/TMC5221.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@

################################################################################
# Copyright © 2025 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
# Copyright © 2026 Analog Devices, Inc.
################################################################################

from ...ic import TMCIc
Expand Down
3 changes: 1 addition & 2 deletions pytrinamic/ic/TMC5221/TMC5221map.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
################################################################################
# Copyright © 2026 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
# Copyright © 2026 Analog Devices, Inc.
################################################################################

# This file was generated. Do not modify it manually!
Expand Down
3 changes: 1 addition & 2 deletions pytrinamic/ic/TMC5222/TMC5222.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
################################################################################
# Copyright © 2025 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
# Copyright © 2026 Analog Devices, Inc.
################################################################################

from ...ic import TMCIc
Expand Down
3 changes: 1 addition & 2 deletions pytrinamic/ic/TMC5222/TMC5222map.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
################################################################################
# Copyright © 2025 Analog Devices Inc. All Rights Reserved.
# This software is proprietary to Analog Devices, Inc. and its licensors.
# Copyright © 2026 Analog Devices, Inc.
################################################################################

# This file was generated. Do not modify it manually!
Expand Down