summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2026-06-06Added copyright headers to files missing themFrédéric Desbiens
Applied the standard MIT license header to all project-owned C, header, assembly, shell, and Python files that were missing a copyright notice. Third-party, toolchain startup, and auto-generated files were excluded. Co-authored-by: Copilot <[email protected]>
2026-06-04Added a release preparation script (#389)Frédéric Desbiens
Co-authored-by: Copilot <[email protected]>
2026-06-04chore: add submodule update scripts for dev and release (#388)Frédéric Desbiens
scripts/submodule_set_dev.sh - points filex and threadx to origin/dev scripts/submodule_set_release.sh - points them to origin/master on release day Co-authored-by: Copilot <[email protected]>
2026-03-06Restored build and run scripts to their prior versions.Frédéric Desbiens
2025-05-15Add newlines at EOF to comply with POSIX standardHuan Nguyen
2025-05-15Try to help user if build script failsHuan Nguyen
A common error condition is that the user cloned the repo without the --recursive option. We'll try to get the submodules for them. We remove the git clone command because the submodule update should fix the issue.
2023-12-27Add test infrastructure for TSNTiejunZhou
2023-12-26Add MQTT interoperability test. (#223)Wenhui Xie
2023-12-22Add secure interoperability test. (#222)Wenhui Xie
2023-12-14Add secure and crypto regression test. (#218)Wenhui Xie
2023-12-13Add Azure IoT test. (#217)Wenhui Xie
2023-12-11Add netxduo64 and fast test. (#216)Wenhui Xie
2023-12-05Add MQTT regression test. (#215)Wenhui Xie
2023-12-04Add Web regression test. (#213)Wenhui Xie
2023-11-28Enable all the build configurations.Wenhui Xie
2023-11-27Add netxduo regression test.Wenhui Xie