Skip to content

Conversation

@andrewdavidmackenzie
Copy link
Owner

Add support for pico (not W)
Fixes #624

@codecov
Copy link

codecov bot commented Nov 26, 2024

Codecov Report

Attention: Patch coverage is 2.63158% with 185 lines in your changes missing coverage. Please review.

Project coverage is 29%. Comparing base (de6a983) to head (345a4b8).
Report is 58 commits behind head on master.

Files with missing lines Patch % Lines
src/views/hardware_menu.rs 0% 63 Missing ⚠️
src/usb_raw.rs 0% 51 Missing ⚠️
src/views/info_dialog.rs 8% 26 Missing ⚠️
src/views/info_row.rs 0% 16 Missing ⚠️
src/views/version.rs 0% 12 Missing ⚠️
src/piggui.rs 0% 11 Missing ⚠️
src/views/config_menu.rs 0% 2 Missing ⚠️
src/views/layout_menu.rs 0% 2 Missing ⚠️
src/views/ssid_dialog.rs 60% 2 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##           master   #671   +/-   ##
=====================================
- Coverage      29%    29%   -0%     
=====================================
  Files          39     39           
  Lines        5522   5533   +11     
=====================================
- Hits         1577   1575    -2     
- Misses       3945   3958   +13     
Flag Coverage Δ
unittests 29% <3%> (-<1%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

andrewdavidmackenzie and others added 26 commits November 26, 2024 19:04
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.165 to 0.2.166.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.166/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.165...0.2.166)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [iced_aw](https://github.com/iced-rs/iced_aw) from `7d8cd8d` to `1bed9d4`.
- [Release notes](https://github.com/iced-rs/iced_aw/releases)
- [Commits](iced-rs/iced_aw@7d8cd8d...1bed9d4)

---
updated-dependencies:
- dependency-name: iced_aw
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.40 to 0.1.41.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [postcard](https://github.com/jamesmunns/postcard) from 1.0.10 to 1.1.0.
- [Release notes](https://github.com/jamesmunns/postcard/releases)
- [Changelog](https://github.com/jamesmunns/postcard/blob/main/CHANGELOG.md)
- [Commits](jamesmunns/postcard@v1.0.10...postcard/v1.1.0)

---
updated-dependencies:
- dependency-name: postcard
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…stcard-1.1.0

Bump postcard from 1.0.10 to 1.1.0
…acing-0.1.41

Bump tracing from 0.1.40 to 0.1.41
…ed_aw-1bed9d4

Bump iced_aw from `7d8cd8d` to `1bed9d4`
andrewdavidmackenzie and others added 27 commits November 28, 2024 15:08
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.165 to 0.2.166.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.166/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.165...0.2.166)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
# Conflicts:
#	Cargo.lock
#	porky/Cargo.toml
#	porky/Makefile
#	porky/src/porky_w.rs
#	src/views/hardware_menu.rs
#	src/views/info_row.rs
@andrewdavidmackenzie andrewdavidmackenzie merged commit b519946 into master Nov 29, 2024
17 of 18 checks passed
@andrewdavidmackenzie andrewdavidmackenzie deleted the pigg_624 branch November 29, 2024 09:31
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.

Add support for Pi Pico via usb-raw

2 participants