Skip to content
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

Added support for GCC, CLANG and IAR compiler. #38

Merged
merged 2 commits into from
Mar 18, 2024
Merged

Conversation

DavidLesnjak
Copy link
Collaborator

  • Support GCC, CLANG and IAR compiler
  • Added startup, system and linker files (generated by CubeMX) to cgen.yml.

…nd linker files (generated by CubeMX) to cgen.yml.
@DavidLesnjak DavidLesnjak requested a review from bgn42 March 15, 2024 08:12
Copy link

github-actions bot commented Mar 15, 2024

Test Results

  6 files  ±  0   54 suites  ±0   4s ⏱️ ±0s
163 tests + 67  163 ✅ + 67  0 💤 ±0  0 ❌ ±0 
978 runs  +402  978 ✅ +402  0 💤 ±0  0 ❌ ±0 

Results for commit f9203d0. ± Comparison against base commit 28196b8.

This pull request removes 1 and adds 68 tests. Note that renamed tests count towards both.
github.com/open-cmsis-pack/generator-bridge/internal/stm32CubeMX ‑ TestSTM32CubeMX_
github.com/open-cmsis-pack/generator-bridge/internal/stm32CubeMX ‑ Test_GetLinkerScripts
github.com/open-cmsis-pack/generator-bridge/internal/stm32CubeMX ‑ Test_GetLinkerScripts/fail
github.com/open-cmsis-pack/generator-bridge/internal/stm32CubeMX ‑ Test_GetLinkerScripts/test_dc_ac6
github.com/open-cmsis-pack/generator-bridge/internal/stm32CubeMX ‑ Test_GetLinkerScripts/test_dc_clang
github.com/open-cmsis-pack/generator-bridge/internal/stm32CubeMX ‑ Test_GetLinkerScripts/test_dc_gcc
github.com/open-cmsis-pack/generator-bridge/internal/stm32CubeMX ‑ Test_GetLinkerScripts/test_dc_iar
github.com/open-cmsis-pack/generator-bridge/internal/stm32CubeMX ‑ Test_GetLinkerScripts/test_sc_ac6
github.com/open-cmsis-pack/generator-bridge/internal/stm32CubeMX ‑ Test_GetLinkerScripts/test_sc_clang
github.com/open-cmsis-pack/generator-bridge/internal/stm32CubeMX ‑ Test_GetLinkerScripts/test_sc_gcc
github.com/open-cmsis-pack/generator-bridge/internal/stm32CubeMX ‑ Test_GetLinkerScripts/test_sc_iar
…

♻️ This comment has been updated with latest results.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 1107526 lines exceeds the maximum allowed for the inline comments feature.

@jkrech jkrech self-requested a review March 18, 2024 12:51
jkrech
jkrech previously approved these changes Mar 18, 2024
Copy link
Member

@jkrech jkrech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

many files were updated via scripts.
LGTM.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 1107475 lines exceeds the maximum allowed for the inline comments feature.

Copy link

codeclimate bot commented Mar 18, 2024

Code Climate has analyzed commit f9203d0 and detected 3 issues on this pull request.

Here's the issue category breakdown:

Category Count
Duplication 3

Too many changed lines in diff

View more on Code Climate.

@jkrech jkrech self-requested a review March 18, 2024 13:33
Copy link
Member

@jkrech jkrech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jkrech jkrech merged commit bb1e2ff into main Mar 18, 2024
21 of 22 checks passed
@jkrech jkrech deleted the multi_compiler branch March 19, 2024 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants