-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Pull latest pigweed version. #20158
Merged
Merged
Pull latest pigweed version. #20158
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` cd third_party/pigweed/repo git fetch https://github.com/google/pigweed.git main git checkout FETCH_HEAD ```
pullapprove
bot
requested review from
anush-apple,
arkq,
Byungjoo-Lee,
bzbarsky-apple,
carol-apple,
chrisdecenzo,
chshu,
chulspro,
Damian-Nordic,
dhrishi,
electrocucaracha,
erjiaqing,
franck-apple,
gjc13,
harimau-qirex,
harsha-rajendran,
hawk248,
isiu-apple,
jelderton,
jepenven-silabs,
jmartinez-silabs,
jtung-apple,
kghost,
kpschoedel,
lazarkov,
LuDuda,
mrjerryjohns,
msandstedt and
mspang
June 30, 2022 13:44
tcarmelveilleux
approved these changes
Jun 30, 2022
bzbarsky-apple
approved these changes
Jun 30, 2022
PR #20158: Size comparison from 39a8af0 to cecc911 Increases (1 build for nrfconnect)
Decreases (1 build for telink)
Full report (22 builds for cc13x2_26x2, cyw30739, k32w, linux, nrfconnect, p6, telink)
|
…ed polyfill happy
PR #20158: Size comparison from 39a8af0 to 42e39d7 Increases (8 builds for cyw30739, k32w, p6, telink)
Full report (13 builds for cyw30739, k32w, linux, p6, telink)
|
PR #20158: Size comparison from 39a8af0 to 9904f46 Increases (4 builds for cyw30739, k32w, telink)
Full report (7 builds for cyw30739, k32w, telink)
|
I ran into |
agners
approved these changes
Jun 30, 2022
PR #20158: Size comparison from 39a8af0 to 2b528bb Increases (4 builds for cyw30739, k32w, telink)
Decreases (1 build for telink)
Full report (7 builds for cyw30739, k32w, telink)
|
PR #20158: Size comparison from 39a8af0 to abc8947 Increases (11 builds for cc13x2_26x2, cyw30739, k32w, p6, telink)
Decreases (3 builds for cc13x2_26x2, telink)
Full report (20 builds for cc13x2_26x2, cyw30739, k32w, linux, p6, telink)
|
andy31415
added a commit
that referenced
this pull request
Jun 30, 2022
* Pull latest pigweed version. ``` cd third_party/pigweed/repo git fetch https://github.com/google/pigweed.git main git checkout FETCH_HEAD ``` * change std::span/std::as_bytes to pw::span/pw::as_bytes to make pigweed polyfill happy * Switch include: from span to pw_span.h * More replacing of std::span with pw::span * Restyle * Set pw_span_ENABLE_STD_SPAN_POLYFILL to false for anything that sets a sys_io_BACKEND * fix amebad-pigweed builds * Ensure import is done for polyfill settings for Amebad * Fix ESP32 builds with pw_span * Restyle
rerasool
pushed a commit
to SiliconLabs/matter
that referenced
this pull request
Sep 9, 2022
* Pull latest pigweed version. ``` cd third_party/pigweed/repo git fetch https://github.com/google/pigweed.git main git checkout FETCH_HEAD ``` * change std::span/std::as_bytes to pw::span/pw::as_bytes to make pigweed polyfill happy * Switch include: from span to pw_span.h * More replacing of std::span with pw::span * Restyle * Set pw_span_ENABLE_STD_SPAN_POLYFILL to false for anything that sets a sys_io_BACKEND * fix amebad-pigweed builds * Ensure import is done for polyfill settings for Amebad * Fix ESP32 builds with pw_span * Restyle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #20143