Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add runtime update of Debug Level and display settings.#46

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
robroypt wants to merge7 commits intoarduino-libraries:master
base:master
Choose a base branch
Loading
fromrobroypt:master

Conversation

robroypt
Copy link

Listen to the serial port used for debug messages to accept run-time updates of Debug Level and toggle of display options.

Accepted commands. Enter

  • V or VERBOSE
  • D or DEBUG
  • I or INFO
  • W or WARNING
  • E or ERROR
  • N or NONE

Toggles, enter

  • L or LABEL
  • T or TIMESTAMP
  • C or NEWLINE (C for Carriage Return as 'N' already used)

Listen to the same serial port used for debug output to switch Debug Level.Enter V,D,I,W,E or VERBOSE, DEBUG, INFO, WARNING, or ERROR terminated bya new line/Line feed ('\n) character. CRLF ('\r\n') works as well.NOTE: Check your serial monitor or terminal settings is configured to send a line ending of new line/Line feed ('\n' or '\r\n') at the end of the string.
Listen to the same serial port used for debug output to switch Debug Level and other config.Use VERBOSE, DEBUG, INFO, WARNING, ERROR, NONE or V,D,I,W,E,N. to change debug level, or LABEL, TIMESTAMP, NEWLINE or L,T,N to toggle config settings.Terminate command with a Line feed ('\n) or CRLF ('\r\n')
Change shortcut for NEWLINE command from N to C (N used for debug level NONE)
@CLAassistant
Copy link

CLAassistant commentedSep 6, 2024
edited
Loading

CLA assistant check
All committers have signed the CLA.

@github-actionsGitHub Actions
Copy link

Memory usage change @2620270

Boardflash%RAM for global variables%
arduino:avr:leonardo🔺 +1178 - +1180+4.11 - +4.12🔺 +510 - +510+19.92 - +19.92
arduino:avr:mega🔺 +1166 - +1166+0.46 - +0.46🔺 +508 - +508+6.2 - +6.2
arduino:avr:nano🔺 +1160 - +1162+3.78 - +3.78🔺 +508 - +508+24.8 - +24.8
arduino:esp32:nano_nora🔺 +1128 - +1128+0.04 - +0.04🔺 +32 - +32+0.01 - +0.01
arduino:mbed_giga:giga🔺 +984 - +984+0.05 - +0.05🔺 +32 - +32+0.01 - +0.01
arduino:mbed_nano:nano33ble🔺 +984 - +984+0.1 - +0.1🔺 +32 - +32+0.01 - +0.01
arduino:mbed_nano:nanorp2040connect🔺 +1041 - +1041+0.01 - +0.01🔺 +40 - +40+0.01 - +0.01
arduino:mbed_nicla:nicla_vision🔺 +984 - +984+0.05 - +0.05🔺 +32 - +32+0.01 - +0.01
arduino:mbed_opta:opta🔺 +984 - +984+0.05 - +0.05🔺 +40 - +40+0.01 - +0.01
arduino:mbed_portenta:envie_m7N/AN/AN/AN/A
arduino:mbed_portenta:envie_m7:target_core=cm4N/AN/AN/AN/A
arduino:megaavr:nona4809🔺 +1165 - +1167+2.37 - +2.37🔺 +32 - +32+0.52 - +0.52
arduino:renesas_portenta:portenta_c33🔺 +1032 - +1032+0.05 - +0.05🔺 +36 - +36+0.01 - +0.01
arduino:renesas_uno:unor4wifi🔺 +1048 - +1048+0.4 - +0.4🔺 +36 - +36+0.11 - +0.11
arduino:sam:arduino_due_x_dbg🔺 +1592 - +1592+0.3 - +0.3N/AN/A
arduino:samd:mkrzero🔺 +1056 - +1056+0.4 - +0.4🔺 +36 - +36+0.11 - +0.11
Click for full report table
Boardexamples/Arduino_Debug_Basic
flash
%examples/Arduino_Debug_Basic
RAM for global variables
%examples/Arduino_Debug_Advance
flash
%examples/Arduino_Debug_Advance
RAM for global variables
%
arduino:avr:leonardo11804.1251019.9211784.1151019.92
arduino:avr:mega11660.465086.211660.465086.2
arduino:avr:nano11623.7850824.811603.7850824.8
arduino:esp32:nano_nora11280.04320.01
arduino:mbed_giga:giga9840.05320.01
arduino:mbed_nano:nano33ble9840.1320.01
arduino:mbed_nano:nanorp2040connect10410.01400.01
arduino:mbed_nicla:nicla_vision9840.05320.01
arduino:mbed_opta:opta9840.05400.01
arduino:mbed_portenta:envie_m7N/AN/AN/AN/A
arduino:mbed_portenta:envie_m7:target_core=cm4N/AN/AN/AN/A
arduino:megaavr:nona480911672.37320.5211652.37320.52
arduino:renesas_portenta:portenta_c3310320.05360.01
arduino:renesas_uno:unor4wifi10480.4360.11
arduino:sam:arduino_due_x_dbg15920.3N/AN/A
arduino:samd:mkrzero10560.4360.11
Click for full report CSV
Board,examples/Arduino_Debug_Basic<br>flash,%,examples/Arduino_Debug_Basic<br>RAM for global variables,%,examples/Arduino_Debug_Advance<br>flash,%,examples/Arduino_Debug_Advance<br>RAM for global variables,%arduino:avr:leonardo,1180,4.12,510,19.92,1178,4.11,510,19.92arduino:avr:mega,1166,0.46,508,6.2,1166,0.46,508,6.2arduino:avr:nano,1162,3.78,508,24.8,1160,3.78,508,24.8arduino:esp32:nano_nora,1128,0.04,32,0.01,,,,arduino:mbed_giga:giga,984,0.05,32,0.01,,,,arduino:mbed_nano:nano33ble,984,0.1,32,0.01,,,,arduino:mbed_nano:nanorp2040connect,1041,0.01,40,0.01,,,,arduino:mbed_nicla:nicla_vision,984,0.05,32,0.01,,,,arduino:mbed_opta:opta,984,0.05,40,0.01,,,,arduino:mbed_portenta:envie_m7,N/A,N/A,N/A,N/A,,,,arduino:mbed_portenta:envie_m7:target_core=cm4,N/A,N/A,N/A,N/A,,,,arduino:megaavr:nona4809,1167,2.37,32,0.52,1165,2.37,32,0.52arduino:renesas_portenta:portenta_c33,1032,0.05,36,0.01,,,,arduino:renesas_uno:unor4wifi,1048,0.4,36,0.11,,,,arduino:sam:arduino_due_x_dbg,1592,0.3,N/A,N/A,,,,arduino:samd:mkrzero,1056,0.4,36,0.11,,,,

@per1234per1234 added type: enhancementProposed improvement topic: codeRelated to content of the project itself labelsSep 6, 2024
@github-actionsGitHub Actions
Copy link

Memory usage change @b9ea49b

Boardflash%RAM for global variables%
arduino:avr:leonardo🔺 +6832 - +6848+23.83 - +23.88🔺 +2021 - +2021+78.95 - +78.95
arduino:avr:mega🔺 +6908 - +6940+2.72 - +2.73🔺 +2021 - +2021+24.67 - +24.67
arduino:esp32:nano_nora🔺 +6616 - +6616+0.21 - +0.21🔺 +320 - +320+0.1 - +0.1
arduino:mbed_giga:giga🔺 +5728 - +5728+0.29 - +0.29🔺 +320 - +320+0.06 - +0.06
arduino:mbed_nano:nano33ble🔺 +5344 - +5344+0.54 - +0.54🔺 +320 - +320+0.12 - +0.12
arduino:mbed_nano:nanorp2040connect🔺 +5482 - +5482+0.03 - +0.03🔺 +320 - +320+0.12 - +0.12
arduino:mbed_nicla:nicla_vision🔺 +5720 - +5720+0.29 - +0.29🔺 +320 - +320+0.06 - +0.06
arduino:mbed_opta:opta🔺 +5720 - +5720+0.29 - +0.29🔺 +320 - +320+0.06 - +0.06
arduino:mbed_portenta:envie_m7N/AN/AN/AN/A
arduino:mbed_portenta:envie_m7:target_core=cm4N/AN/AN/AN/A
arduino:megaavr:nona4809🔺 +6832 - +6860+13.9 - +13.96🔺 +283 - +283+4.61 - +4.61
arduino:renesas_portenta:portenta_c33🔺 +5368 - +5368+0.26 - +0.26🔺 +320 - +320+0.06 - +0.06
arduino:renesas_uno:unor4wifi🔺 +5296 - +5296+2.02 - +2.02🔺 +320 - +320+0.98 - +0.98
arduino:sam:arduino_due_x_dbg🔺 +6352 - +6352+1.21 - +1.21N/AN/A
arduino:samd:mkrzero🔺 +5336 - +5336+2.04 - +2.04🔺 +320 - +320+0.98 - +0.98
Click for full report table
Boardexamples/Arduino_Debug_Basic
flash
%examples/Arduino_Debug_Basic
RAM for global variables
%examples/Arduino_Debug_Advance
flash
%examples/Arduino_Debug_Advance
RAM for global variables
%
arduino:avr:leonardo684823.88202178.95683223.83202178.95
arduino:avr:mega69402.73202124.6769082.72202124.67
arduino:esp32:nano_nora66160.213200.1
arduino:mbed_giga:giga57280.293200.06
arduino:mbed_nano:nano33ble53440.543200.12
arduino:mbed_nano:nanorp2040connect54820.033200.12
arduino:mbed_nicla:nicla_vision57200.293200.06
arduino:mbed_opta:opta57200.293200.06
arduino:mbed_portenta:envie_m7N/AN/AN/AN/A
arduino:mbed_portenta:envie_m7:target_core=cm4N/AN/AN/AN/A
arduino:megaavr:nona4809686013.962834.61683213.92834.61
arduino:renesas_portenta:portenta_c3353680.263200.06
arduino:renesas_uno:unor4wifi52962.023200.98
arduino:sam:arduino_due_x_dbg63521.21N/AN/A
arduino:samd:mkrzero53362.043200.98
Click for full report CSV
Board,examples/Arduino_Debug_Basic<br>flash,%,examples/Arduino_Debug_Basic<br>RAM for global variables,%,examples/Arduino_Debug_Advance<br>flash,%,examples/Arduino_Debug_Advance<br>RAM for global variables,%arduino:avr:leonardo,6848,23.88,2021,78.95,6832,23.83,2021,78.95arduino:avr:mega,6940,2.73,2021,24.67,6908,2.72,2021,24.67arduino:esp32:nano_nora,6616,0.21,320,0.1,,,,arduino:mbed_giga:giga,5728,0.29,320,0.06,,,,arduino:mbed_nano:nano33ble,5344,0.54,320,0.12,,,,arduino:mbed_nano:nanorp2040connect,5482,0.03,320,0.12,,,,arduino:mbed_nicla:nicla_vision,5720,0.29,320,0.06,,,,arduino:mbed_opta:opta,5720,0.29,320,0.06,,,,arduino:mbed_portenta:envie_m7,N/A,N/A,N/A,N/A,,,,arduino:mbed_portenta:envie_m7:target_core=cm4,N/A,N/A,N/A,N/A,,,,arduino:megaavr:nona4809,6860,13.96,283,4.61,6832,13.9,283,4.61arduino:renesas_portenta:portenta_c33,5368,0.26,320,0.06,,,,arduino:renesas_uno:unor4wifi,5296,2.02,320,0.98,,,,arduino:sam:arduino_due_x_dbg,6352,1.21,N/A,N/A,,,,arduino:samd:mkrzero,5336,2.04,320,0.98,,,,

@github-actionsGitHub Actions
Copy link

Memory usage change @ee6ad66

Boardflash%RAM for global variables%
arduino:avr:leonardo🔺 +6838 - +6854+23.85 - +23.9🔺 +2021 - +2021+78.95 - +78.95
arduino:avr:mega🔺 +6912 - +6946+2.72 - +2.74🔺 +2021 - +2021+24.67 - +24.67
arduino:esp32:nano_nora🔺 +6628 - +6628+0.21 - +0.21🔺 +320 - +320+0.1 - +0.1
arduino:mbed_giga:giga🔺 +5728 - +5728+0.29 - +0.29🔺 +320 - +320+0.06 - +0.06
arduino:mbed_nano:nano33ble🔺 +5344 - +5344+0.54 - +0.54🔺 +320 - +320+0.12 - +0.12
arduino:mbed_nano:nanorp2040connect🔺 +5474 - +5474+0.03 - +0.03🔺 +320 - +320+0.12 - +0.12
arduino:mbed_nicla:nicla_vision🔺 +5656 - +5656+0.29 - +0.29🔺 +320 - +320+0.06 - +0.06
arduino:mbed_opta:opta🔺 +5720 - +5720+0.29 - +0.29🔺 +320 - +320+0.06 - +0.06
arduino:mbed_portenta:envie_m7N/AN/AN/AN/A
arduino:mbed_portenta:envie_m7:target_core=cm4N/AN/AN/AN/A
arduino:megaavr:nona4809🔺 +6838 - +6866+13.91 - +13.97🔺 +283 - +283+4.61 - +4.61
arduino:renesas_portenta:portenta_c33🔺 +5360 - +5360+0.26 - +0.26🔺 +320 - +320+0.06 - +0.06
arduino:renesas_uno:unor4wifi🔺 +5280 - +5280+2.01 - +2.01🔺 +320 - +320+0.98 - +0.98
arduino:sam:arduino_due_x_dbg🔺 +6360 - +6360+1.21 - +1.21N/AN/A
arduino:samd:mkrzero🔺 +5328 - +5328+2.03 - +2.03🔺 +320 - +320+0.98 - +0.98
Click for full report table
Boardexamples/Arduino_Debug_Basic
flash
%examples/Arduino_Debug_Basic
RAM for global variables
%examples/Arduino_Debug_Advance
flash
%examples/Arduino_Debug_Advance
RAM for global variables
%
arduino:avr:leonardo685423.9202178.95683823.85202178.95
arduino:avr:mega69462.74202124.6769122.72202124.67
arduino:esp32:nano_nora66280.213200.1
arduino:mbed_giga:giga57280.293200.06
arduino:mbed_nano:nano33ble53440.543200.12
arduino:mbed_nano:nanorp2040connect54740.033200.12
arduino:mbed_nicla:nicla_vision56560.293200.06
arduino:mbed_opta:opta57200.293200.06
arduino:mbed_portenta:envie_m7N/AN/AN/AN/A
arduino:mbed_portenta:envie_m7:target_core=cm4N/AN/AN/AN/A
arduino:megaavr:nona4809686613.972834.61683813.912834.61
arduino:renesas_portenta:portenta_c3353600.263200.06
arduino:renesas_uno:unor4wifi52802.013200.98
arduino:sam:arduino_due_x_dbg63601.21N/AN/A
arduino:samd:mkrzero53282.033200.98
Click for full report CSV
Board,examples/Arduino_Debug_Basic<br>flash,%,examples/Arduino_Debug_Basic<br>RAM for global variables,%,examples/Arduino_Debug_Advance<br>flash,%,examples/Arduino_Debug_Advance<br>RAM for global variables,%arduino:avr:leonardo,6854,23.9,2021,78.95,6838,23.85,2021,78.95arduino:avr:mega,6946,2.74,2021,24.67,6912,2.72,2021,24.67arduino:esp32:nano_nora,6628,0.21,320,0.1,,,,arduino:mbed_giga:giga,5728,0.29,320,0.06,,,,arduino:mbed_nano:nano33ble,5344,0.54,320,0.12,,,,arduino:mbed_nano:nanorp2040connect,5474,0.03,320,0.12,,,,arduino:mbed_nicla:nicla_vision,5656,0.29,320,0.06,,,,arduino:mbed_opta:opta,5720,0.29,320,0.06,,,,arduino:mbed_portenta:envie_m7,N/A,N/A,N/A,N/A,,,,arduino:mbed_portenta:envie_m7:target_core=cm4,N/A,N/A,N/A,N/A,,,,arduino:megaavr:nona4809,6866,13.97,283,4.61,6838,13.91,283,4.61arduino:renesas_portenta:portenta_c33,5360,0.26,320,0.06,,,,arduino:renesas_uno:unor4wifi,5280,2.01,320,0.98,,,,arduino:sam:arduino_due_x_dbg,6360,1.21,N/A,N/A,,,,arduino:samd:mkrzero,5328,2.03,320,0.98,,,,

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
topic: codeRelated to content of the project itselftype: enhancementProposed improvement
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@robroypt@CLAassistant@per1234

[8]ページ先頭

©2009-2025 Movatter.jp