-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(Examples): Added DATS Example for MAX32657 #1324
base: main
Are you sure you want to change the base?
Conversation
The Linker script is hard coded right now. I need to add the proper flags in the build system. Not sure if it is worth the hassle, if no one besides us is gonna use it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a copyright check workflow but haven't deployed it yet. Need to add that soon...
* | ||
* Copyright (c) 2019 Packetcraft, Inc. | ||
* | ||
* Portions Copyright (c) 2022-2023 Analog Devices, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Portions Copyright (c) 2022-2025 Analog Devices, Inc.
@@ -0,0 +1,55 @@ | |||
############################################################################### | |||
# | |||
# Copyright (C) 2024 Analog Devices, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copyright (C) 2024-2025 Analog Devices, Inc.
# | ||
# Copyright (C) 2022-2023 Maxim Integrated Products, Inc. (now owned by | ||
# Analog Devices, Inc.), | ||
# Copyright (C) 2023-2024 Analog Devices, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Copyright (C) 2023-2025 Analog Devices, Inc.
* | ||
* Copyright (c) 2019 Packetcraft, Inc. | ||
* | ||
* Portions Copyright (c) 2022-2023 Analog Devices, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Portions Copyright (c) 2022-2025 Analog Devices, Inc.
* | ||
* Copyright (c) 2019-2020 Packetcraft, Inc. | ||
* | ||
* Portions Copyright (c) 2022-2023 Analog Devices, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Portions Copyright (c) 2022-2025 Analog Devices, Inc.
* | ||
* Copyright (C) 2022-2023 Maxim Integrated Products, Inc. (now owned by | ||
* Analog Devices, Inc.), | ||
* Copyright (C) 2023-2024 Analog Devices, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Copyright (C) 2023-2025 Analog Devices, Inc.
* | ||
* Copyright (C) 2022-2023 Maxim Integrated Products, Inc. (now owned by | ||
* Analog Devices, Inc.), | ||
* Copyright (C) 2023-2024 Analog Devices, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Copyright (C) 2023-2025 Analog Devices, Inc.
Description