SSilvano Sevagfx: apply clang-format to graphics.c and graphics.h
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
copyright-and-license: adopt SPDX-compliant header This change removes the old copyright header from project sources and replaces it with a new simplified SPDX-compliant header. Note that files that were missing the header but reasonably understood to be licensed according to the root license were not corrected. Signed-off-by: Ryan Turner <ryan@turnrye.com> | 7 个月前 | |
copyright-and-license: adopt SPDX-compliant header This change removes the old copyright header from project sources and replaces it with a new simplified SPDX-compliant header. Note that files that were missing the header but reasonably understood to be licensed according to the root license were not corrected. Signed-off-by: Ryan Turner <ryan@turnrye.com> | 7 个月前 | |
copyright-and-license: adopt SPDX-compliant header This change removes the old copyright header from project sources and replaces it with a new simplified SPDX-compliant header. Note that files that were missing the header but reasonably understood to be licensed according to the root license were not corrected. Signed-off-by: Ryan Turner <ryan@turnrye.com> | 7 个月前 | |
copyright-and-license: adopt SPDX-compliant header This change removes the old copyright header from project sources and replaces it with a new simplified SPDX-compliant header. Note that files that were missing the header but reasonably understood to be licensed according to the root license were not corrected. Signed-off-by: Ryan Turner <ryan@turnrye.com> | 7 个月前 | |
gfx: apply clang-format to graphics.c and graphics.h Add openrtx/src/core/graphics.c and openrtx/include/core/graphics.h in scripts/clang_format.sh and apply the formatter. No functional changes. Co-authored-by: GitHub Copilot <copilot@github.com> Signed-off-by: Ryan Turner <ryan@turnrye.com> | 1 个月前 | |
test: unit: add gcovr test coverage Add a script to run gcovr; update contributing guide to explain usage; integrate with vscode presents; add execution to ci. To use this, execute `scripts/coverage.sh`. This builds with coverage instrumentation, runs the test suite, and produces: * HTML report: `build_coverage/coverage/index.html` -- open in a browser to see per-file line-by-line coverage highlighting * MD report: `build_coverage/coverage/coverage.md` -- human-readable summary of test coverage which gets attached to the GitHub actions build * Cobertura XML: `build/coverage/cobertura.xml` -- machine-readable format used by CI; this gets archived today with the build, but no other use is in place yet In the future another tool could be used to track coverage over time, or we could institute minimum coverage requirements and have a GH actions automatically open a comment when the coverage is not met, for instance. Co-authored-by: GitHub Copilot <copilot@github.com> Signed-off-by: Ryan Turner <ryan@turnrye.com> | 5 个月前 | |
copyright-and-license: adopt SPDX-compliant header This change removes the old copyright header from project sources and replaces it with a new simplified SPDX-compliant header. Note that files that were missing the header but reasonably understood to be licensed according to the root license were not corrected. Signed-off-by: Ryan Turner <ryan@turnrye.com> | 7 个月前 | |
Build target for Connect Systems CS7000 | 1 年前 | |
Replaced bin2sgl linux binary with a version statically linked with the libc, added missing wrap and flash commands for DM-1801 | 4 年前 | |
copyright-and-license: adopt SPDX-compliant header This change removes the old copyright header from project sources and replaces it with a new simplified SPDX-compliant header. Note that files that were missing the header but reasonably understood to be licensed according to the root license were not corrected. Signed-off-by: Ryan Turner <ryan@turnrye.com> | 7 个月前 | |
copyright-and-license: adopt SPDX-compliant header This change removes the old copyright header from project sources and replaces it with a new simplified SPDX-compliant header. Note that files that were missing the header but reasonably understood to be licensed according to the root license were not corrected. Signed-off-by: Ryan Turner <ryan@turnrye.com> | 7 个月前 | |
build: rename "build_arm" file to "build_cm4" In file cross_cm7.txt, the target cpu was wrongly identified as being Cortex M4. This does not affect compilation. Also, file cross_arm.txt was renamed cross_cm4.txt and folder build_arm was renamed to build_cm4. References to this were also updated. | 6 个月前 | |
copyright-and-license: adopt SPDX-compliant header This change removes the old copyright header from project sources and replaces it with a new simplified SPDX-compliant header. Note that files that were missing the header but reasonably understood to be licensed according to the root license were not corrected. Signed-off-by: Ryan Turner <ryan@turnrye.com> | 7 个月前 | |
copyright-and-license: adopt SPDX-compliant header This change removes the old copyright header from project sources and replaces it with a new simplified SPDX-compliant header. Note that files that were missing the header but reasonably understood to be licensed according to the root license were not corrected. Signed-off-by: Ryan Turner <ryan@turnrye.com> | 7 个月前 | |
copyright-and-license: adopt SPDX-compliant header This change removes the old copyright header from project sources and replaces it with a new simplified SPDX-compliant header. Note that files that were missing the header but reasonably understood to be licensed according to the root license were not corrected. Signed-off-by: Ryan Turner <ryan@turnrye.com> | 7 个月前 | |
Implemented uf2 image wrapping for T-TWR Plus T-TWR Plus target now produces images in UF2 format. This format is compatible with bootloaders such as tinyuf2, and future releases of the hardware will come pre-flashed with tinyuf2, thus flashing them will not requires any other dependency than the uf2 file itself. TG-553 | 2 年前 |