Skip to content

Size reports p2#7

Draft
pillo79 wants to merge 12 commits intomainfrom
size-reports-p2
Draft

Size reports p2#7
pillo79 wants to merge 12 commits intomainfrom
size-reports-p2

Conversation

@pillo79
Copy link
Owner

@pillo79 pillo79 commented Mar 10, 2026

No description provided.

facchinm and others added 8 commits November 17, 2025 17:27
While we prepare a cleaner solution, this patch allows back and forth between pinmuxes.
Tested on UNO Q with next patch in the series and this sketch

void loop() {
  Serial.begin(115200);
  Serial.println("helloooooo");
  delay(20);
  Serial.end();
  delay(20);
  pinMode(1, OUTPUT);
  digitalWrite(1, HIGH);
  delay(10);
  digitalWrite(1, LOW);
  delay(100);
  analogWrite(1, 33);
}

Pin 1 correctly prints the string, muxes as GPIo and then produces the required PWM
As these pins are shown as Wire pins on the official documents
such as the pinout and multiple people have reported that
it does not work.
Target is supported by the library so any PR should check this
functionality in the CI runs, like on zephyr_main boards.

Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
ci: enable BLE tests on Arduino UNO Q
This argument is not used and a proper refactor is still pending, so
just mark it as unused for now to avoid warnings.

Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
libraries/SocketWrapper: squash unused argument warning
pennam added 2 commits March 16, 2026 14:43
UnoQ: Add Wire2 to A4/A5 pins
@pillo79 pillo79 force-pushed the size-reports-p2 branch 5 times, most recently from b666e14 to fdb8d5c Compare March 18, 2026 11:00
Use the new ci_calc_size_reports.py script to calculate size deltas for
PRs, using the report archived at the time base commit of the PR was
created as reference.

The resulting delta information is added to the JSON report files, and a
summary table is printed in the logs. The delta information is also used
by the report-size-deltas workflow to post a comment in the PR with the
size delta details.

Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
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.

4 participants