Skip to content

Add new mbed architecture variants to rules #171

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

Merged
merged 1 commit into from
May 12, 2021
Merged

Add new mbed architecture variants to rules #171

merged 1 commit into from
May 12, 2021

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented May 12, 2021

Rules LP045 and LP046 utilize a lists of standardized architecture names. In the recent 2.0.0 release of the Arduino Mbed
OS Boards platform
, the mbed architecture was split into four variants:

  • mbed_edge (Arduino Edge Control)
  • mbed_nano (Arduino Nano 33 BLE, Arduino RP2040 Connect)
  • mbed_portenta (Arduino Portenta H7)
  • mbed_rp2040 (Raspberry Pi Pico and other 3rd party RP2040 boards)

So the architecture lists used in the rules should be updated accordingly.

@per1234 per1234 added type: enhancement Proposed improvement topic: code Related to content of the project itself labels May 12, 2021
@codecov-commenter
Copy link

codecov-commenter commented May 12, 2021

Codecov Report

Merging #171 (a836031) into main (93884b9) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #171      +/-   ##
==========================================
+ Coverage   84.32%   84.34%   +0.02%     
==========================================
  Files          43       43              
  Lines        2966     2970       +4     
==========================================
+ Hits         2501     2505       +4     
  Misses        373      373              
  Partials       92       92              
Flag Coverage Δ
unit 84.34% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
internal/rule/rulefunction/library.go 94.52% <100.00%> (+0.03%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 93884b9...a836031. Read the comment docs.

Rules LP045 and LP046 utilize a lists of standardized architecture names. In the recent 2.0.0 release of the Arduino Mbed
OS Boards platform, the `mbed` architecture was split into four variants:

- mbed_edge (Arduino Edge Control)
- mbed_nano (Arduino Nano 33 BLE, Arduino RP2040 Connect)
- mbed_portenta (Arduino Portenta H7)
- mbed_rp2040 (Raspberry Pi Pico and other 3rd party RP2040 boards)

So the architecture lists used in the rules should be updated accordingly.
@per1234 per1234 merged commit 15f880f into arduino:main May 12, 2021
@per1234 per1234 deleted the mbed-variants branch May 12, 2021 14:02
@per1234 per1234 self-assigned this Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants