Skip to content

Add Seeed Wio Tracker L2 to the device hardware registry - #135

Merged
rcarteraz merged 2 commits into
masterfrom
device-registry/seeed-wio-tracker-l2
Sep 3, 2026
Merged

rcarteraz merged 2 commits into
masterfrom
device-registry/seeed-wio-tracker-l2

Conversation

@rcarteraz

@rcarteraz rcarteraz commented Sep 3, 2026

Copy link
Copy Markdown
Member

Adds the Seeed Studio Wio Tracker L2 to deviceHardwareList, keyed by SEEED_WIO_TRACKER_L2 = 137.

  {
    hwModel: 137,
    hwModelSlug: "SEEED_WIO_TRACKER_L2",
    platformioTarget: "seeed-wio-tracker-l2",
    architecture: "esp32-s3",
    activelySupported: false,
    supportLevel: 1,
    displayName: "Seeed Wio Tracker L2 Pro",
    tags: ["Seeed"],
  },

Review checklist:

  • platformioTargetderived from the slug; confirm against the firmware variant
  • flip activelySupported / supportLevel when the web flasher should list it
  • add images once the device SVG lands
  • requiresDfu / partitionScheme if the platform needs them

Entry generated from the live mesh.proto and registry at generation time.

Summary by CodeRabbit

  • New Devices
    • Added the Seeed Wio Tracker L2 Pro to the device catalog.
    • Listed the device with inactive support and DFU flashing support.

Register the Seeed Studio Wio Tracker L2 (HW_MODEL SEEED_WIO_TRACKER_L2 = 137).
@coderabbitai

coderabbitai Bot commented Sep 3, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: f68dc532-b461-4960-bd45-9dc47746fb59

📥 Commits

Reviewing files that changed from the base of the PR and between 9357f85 and 1f855e2.

📒 Files selected for processing (1)
  • src/lib/resource.ts

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The device hardware registry now includes hardware model 137 for the Seeed Wio Tracker L2 Pro. The entry defines its PlatformIO target, ESP32-S3 architecture, inactive support, DFU flashing, 16MB partition scheme, support level 1, and vendor tag.

Changes

Device registry update

Layer / File(s) Summary
Add Wio Tracker L2 Pro metadata
src/lib/resource.ts
Adds the Seeed Wio Tracker L2 Pro with hardware model 137, PlatformIO target, ESP32-S3 architecture, inactive support, support level 1, DFU flashing, 16MB partition scheme, and Seeed tag.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 1f855

This adds the inactive Seeed Wio Tracker L2 Pro hardware registry entry with its device metadata. No current merge-blocking production or user-impact risk is identified.

Suggested reviewers: thebentern, caveman99, copilot

Poem

A rabbit records a tracker bright
ESP32-S3 holds it tight
DFU marks the flashing way
Sixteen megabytes stand ready
Seeed joins the registry today

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: adding the Seeed Wio Tracker L2 to the device hardware registry.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1 files.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@rcarteraz
rcarteraz merged commit c1a9608 into master Sep 3, 2026
4 checks passed
@rcarteraz
rcarteraz deleted the device-registry/seeed-wio-tracker-l2 branch September 18, 2026 01:27
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