Skip to content

cores: arduino: Split zephyrCommon.cpp#375

Open
soburi wants to merge 3 commits intoarduino:mainfrom
soburi:split_zephyrcommon
Open

cores: arduino: Split zephyrCommon.cpp#375
soburi wants to merge 3 commits intoarduino:mainfrom
soburi:split_zephyrcommon

Conversation

@soburi
Copy link
Copy Markdown

@soburi soburi commented Mar 1, 2026

Split zephyrCommon.cpp into small cpp files.

@soburi soburi force-pushed the split_zephyrcommon branch 2 times, most recently from a2f7406 to 4fbaf90 Compare March 1, 2026 14:32
@soburi soburi marked this pull request as ready for review March 1, 2026 17:02
Copilot AI review requested due to automatic review settings March 1, 2026 17:02
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the Arduino Zephyr core by splitting the large zephyrCommon.cpp implementation into smaller, more focused compilation units. It also updates multiple sample CMakeLists.txt files to locate devicetree overlay files from variant directories (including revision-specific variants).

Changes:

  • Remove cores/arduino/zephyrCommon.cpp and replace it with separate wiring/utility/interrupt/tone source files.
  • Add cores/arduino/wiring_private.h to share devicetree-derived pin/port constants across the new units.
  • Update sample builds to select overlays from variant directories (including ${NORMALIZED_BOARD_TARGET}_${BOARD_REVISION}) and enable ADC/PWM in the blinky sample config.

Reviewed changes

Copilot reviewed 21 out of 21 changed files in this pull request and generated 14 comments.

Show a summary per file
File Description
samples/threads_arduino/CMakeLists.txt Adds variant directory + overlay selection logic.
samples/spi_controller/CMakeLists.txt Adds variant directory + overlay selection logic.
samples/serial_event/CMakeLists.txt Adds variant directory + overlay selection logic.
samples/i2cdemo/CMakeLists.txt Adds variant directory + overlay selection logic.
samples/hello_arduino/CMakeLists.txt Adds variant directory + overlay selection logic.
samples/fade/CMakeLists.txt Adds variant directory + overlay selection logic.
samples/button_press_led/CMakeLists.txt Adds variant directory + overlay selection logic.
samples/blinky_arduino/CMakeLists.txt Adds variant directory + overlay selection logic.
samples/attach_interrupt/CMakeLists.txt Adds variant directory + overlay selection logic.
samples/analog_input/CMakeLists.txt Adds variant directory + overlay selection logic.
samples/blinky_arduino/prj.conf Enables ADC/PWM configs for the blinky sample.
cores/arduino/zephyrCommon.cpp Removed; functionality redistributed into new files.
cores/arduino/wiring.cpp Adds yield/delay/micros/millis wiring functions.
cores/arduino/wiring_digital.cpp Adds pinMode/digitalRead/digitalWrite implementation.
cores/arduino/wiring_analog.cpp Adds PWM/ADC/DAC wiring implementation (gated by Kconfig).
cores/arduino/wiring_pulse.cpp Adds pulseIn() implementation.
cores/arduino/WInterrupts.cpp Adds attach/detach/noInterrupts/interrupts implementation.
cores/arduino/WMath.cpp Adds random/randomSeed implementation (when non-minimal libc).
cores/arduino/Tone.cpp Adds tone/noTone implementation.
cores/arduino/wiring_private.h Introduces shared devicetree-derived pin/port constants.
cores/arduino/CMakeLists.txt Replaces zephyrCommon.cpp with the new split source list.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread samples/button_press_led/CMakeLists.txt Outdated
Comment thread samples/blinky_arduino/CMakeLists.txt Outdated
Comment thread samples/analog_input/CMakeLists.txt Outdated
Comment thread cores/arduino/wiring_private.h
Comment thread samples/serial_event/CMakeLists.txt Outdated
Comment thread cores/arduino/WInterrupts.cpp
Comment thread samples/blinky_arduino/prj.conf Outdated
Comment thread samples/threads_arduino/CMakeLists.txt Outdated
Comment thread samples/threads_arduino/CMakeLists.txt Outdated
Comment thread samples/spi_controller/CMakeLists.txt Outdated
@soburi soburi force-pushed the split_zephyrcommon branch 2 times, most recently from 8c8d243 to 9fb90ae Compare March 1, 2026 21:42
@soburi soburi requested a review from Copilot March 1, 2026 21:42
@soburi soburi force-pushed the split_zephyrcommon branch from 9fb90ae to 48685d8 Compare March 1, 2026 21:44
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 10 out of 10 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread cores/arduino/WInterrupts.cpp
Comment thread cores/arduino/Arduino.h Outdated
Comment thread cores/arduino/wiring_private.h Outdated
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 13 out of 13 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@soburi soburi force-pushed the split_zephyrcommon branch from 83753ff to 97e1a67 Compare March 1, 2026 23:00
@soburi soburi marked this pull request as draft March 1, 2026 23:52
@per1234 per1234 added the enhancement New feature or request label Mar 2, 2026
@soburi soburi force-pushed the split_zephyrcommon branch 5 times, most recently from ae2cd5c to ed51751 Compare March 2, 2026 23:21
@soburi soburi marked this pull request as ready for review March 2, 2026 23:45
@soburi soburi marked this pull request as draft March 16, 2026 23:05
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Mar 18, 2026

CLA assistant check
All committers have signed the CLA.

@soburi soburi force-pushed the split_zephyrcommon branch 3 times, most recently from 385e4f9 to 2518d18 Compare April 18, 2026 15:06
@soburi soburi force-pushed the split_zephyrcommon branch from 2518d18 to 5c09229 Compare April 18, 2026 22:12
@soburi soburi marked this pull request as ready for review April 18, 2026 22:21
@soburi soburi force-pushed the split_zephyrcommon branch from 5c09229 to e3bfd9f Compare April 18, 2026 22:29
@soburi soburi marked this pull request as draft April 19, 2026 04:19
@soburi soburi force-pushed the split_zephyrcommon branch 2 times, most recently from c8b9983 to 31a64ac Compare April 19, 2026 07:51
@github-actions
Copy link
Copy Markdown

Built 0.54.2-0.dev+31a64acd

CI run PASSED 🟢

ArtifactBoardCoreTestsRAMSketchesWarningsErrors
✅* zephyr_contrib ek_ra8d1 📗 ✅*

11.9%

22-
frdm_mcxn947 6 🏷️ ✅*

58.0%

22-
frdm_rw612 1 🏷️ ✅*

83.0%

22-
✔️* zephyr_main giga 4 🏷️ ✅*

54.6%

5612-
nano33ble 1 🏷️ ✅*

78.8%

2810-
nano_matter 📗 ✔️*

⚠️ 85.7%

2010(2*)
nicla_vision 4 🏷️ ✔️*

56.9%

5012(10*)
niclasense 2 🏷️ ✅*

⚠️ 87.4%

2610-
opta 4 🏷️ ✅*

56.5%

6028-
portentac33 3 🏷️ ✔️*

⚠️ 95.2%

6226(8*)
portentah7 3 🏷️ ✅*

57.2%

7026-
✅* zephyr_unoq unoq 📗 ✅*

26.9%

748-
Legend

BoardTestStatus description
🔥 🔥 Test run failed to complete.
🔴 Test completed with unexpected errors.
✔️* 🚫 Test completed with errors, but all are known/expected.
✅* 🟡 Test completed with some warnings; no errors detected.
🟢 Test passed successfully, with no warnings or errors.
🌑 🌑 Test was skipped.

@soburi soburi marked this pull request as ready for review April 19, 2026 08:46
soburi added 2 commits April 20, 2026 22:20
Replace {0} with {} for port_callback, set dac_channel_cfg::internal
explicitly, and expand adc_sequence initialization to make default
values explicit and avoid C++ initializer warnings.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Move constexpr-specified constants and functions used for compile-time
calculations from zephyrCommon.cpp to wiring_private.h

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
@soburi soburi force-pushed the split_zephyrcommon branch from 31a64ac to 75df269 Compare April 20, 2026 13:24
Split zephyrCommon.cpp into small cpp files.

wirinig_digital.cpp:
  - pinMode
  - digitalWrite
  - digitalRead

wirinig_analog.cpp:
  - analogRead
  - analogWrite
  - analogReference
  - analogReadResolution
  - analogWriteResolution

wirinig_pulse.cpp:
  - pulseIn

WInterrupts.cpp:
  - attachInterrupt
  - detachInterrupt
  - interrupts
  - noInterrupts
  - digitalPinToInterrupt

WMath.cpp:
  - randomSeed
  - random

Tone.cpp:
  - tone
  - noTone

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
@soburi soburi force-pushed the split_zephyrcommon branch from 75df269 to 12824ee Compare April 20, 2026 16:58
@github-actions
Copy link
Copy Markdown

Built 0.55.0-rc1-0.dev+12824ee2

CI run PASSED 🟢

ArtifactBoardCoreTestsRAMSketchesWarningsErrors
✅* zephyr_contrib ek_ra8d1 📗 ✅*

11.9%

22-
frdm_mcxn947 6 🏷️ ✅*

58.0%

22-
frdm_rw612 1 🏷️ ✅*

83.0%

22-
✔️* zephyr_main giga 4 🏷️ ✅*

54.6%

5612-
nano33ble 1 🏷️ ✅*

78.8%

2810-
nano_matter 📗 ✔️*

⚠️ 85.7%

2010(2*)
nicla_vision 4 🏷️ ✔️*

56.9%

5012(10*)
niclasense 2 🏷️ ✅*

⚠️ 87.4%

2610-
opta 4 🏷️ ✅*

56.5%

6028-
portentac33 3 🏷️ ✔️*

⚠️ 95.2%

6226(8*)
portentah7 3 🏷️ ✅*

57.2%

6222-
✅* zephyr_unoq unoq 📗 ✅*

26.9%

748-
Legend

BoardTestStatus description
🔥 🔥 Test run failed to complete.
🔴 Test completed with unexpected errors.
✔️* 🚫 Test completed with errors, but all are known/expected.
✅* 🟡 Test completed with some warnings; no errors detected.
🟢 Test passed successfully, with no warnings or errors.
🌑 🌑 Test was skipped.

@github-actions
Copy link
Copy Markdown

Memory usage change @ 12824ee

Board flash % RAM for global variables %
arduino:zephyr:unoq:link_mode=dynamic 💚 -52 - -40 -0.01 - -0.01 💚 -4484 - -4480 -0.49 - -0.31
arduino:zephyr:unoq:link_mode=static 💚 -52 - -40 -0.01 - -0.01 💚 -5120 - -4096 -0.51 - -0.34
arduino:zephyr_contrib:ek_ra8d1:link_mode=dynamic 💚 -44 - -44 -0.09 - -0.09 💚 -192 - -192 -0.95 - -0.95
arduino:zephyr_contrib:ek_ra8d1:link_mode=static 💚 -44 - -44 -0.06 - -0.06 0 - 0 0.0 - 0.0
arduino:zephyr_contrib:frdm_mcxn947:link_mode=dynamic 💚 -44 - -44 -0.03 - -0.03 💚 -192 - -192 -0.28 - -0.28
arduino:zephyr_contrib:frdm_mcxn947:link_mode=static 💚 -44 - -44 -0.02 - -0.02 0 - 0 0.0 - 0.0
arduino:zephyr_contrib:frdm_rw612:link_mode=dynamic 🔺 +24 - +24 0.0 - 0.0 💚 -72 - -72 -0.23 - -0.23
arduino:zephyr_contrib:frdm_rw612:link_mode=static 💚 -224 - -224 -0.06 - -0.06 0 - 0 0.0 - 0.0
arduino:zephyr_main:giga:link_mode=dynamic 💚 -56 - -40 -0.03 - -0.01 💚 -6468 - -6464 -0.85 - -0.5
arduino:zephyr_main:giga:link_mode=static 💚 -56 - -40 -0.02 - -0.01 💚 -7168 - -6140 -0.78 - -0.47
arduino:zephyr_main:nano33ble:link_mode=dynamic 💚 -52 - -40 -0.03 - -0.01 💚 -2180 - -2176 -0.82 - -0.47
arduino:zephyr_main:nano33ble:link_mode=static 💚 -52 - -40 -0.02 - -0.01 💚 -2048 - -2044 -0.61 - -0.38
arduino:zephyr_main:nano_matter:link_mode=dynamic 💚 -56 - -40 -0.05 - -0.01 💚 -2020 - -2016 -0.95 - -0.47
arduino:zephyr_main:nano_matter:link_mode=static 💚 -56 - -40 -0.03 - -0.01 💚 -2048 - -1024 -0.65 - -0.4
arduino:zephyr_main:nicla_vision:link_mode=dynamic 💚 -476 - -208 -0.29 - -0.02 💚 -516 - -512 -0.92 - -0.16
arduino:zephyr_main:nicla_vision:link_mode=static 💚 -232 - -208 -0.21 - -0.01 💚 -1024 - 0 -0.5 - 0.0
arduino:zephyr_main:niclasense:link_mode=dynamic 💚 -52 - -40 -0.08 - -0.01 💚 -1156 - -1152 -0.95 - -0.34
arduino:zephyr_main:niclasense:link_mode=static 💚 -52 - -40 -0.05 - -0.01 💚 -1024 - -1020 -0.53 - -0.26
arduino:zephyr_main:opta:link_mode=dynamic 💚 -56 - -40 -0.03 - -0.01 💚 -1476 - -1472 -0.68 - -0.35
arduino:zephyr_main:opta:link_mode=static 💚 -56 - -40 -0.02 - -0.01 💚 -2048 - -1020 -0.67 - -0.25
arduino:zephyr_main:portentac33:link_mode=dynamic 💚 -52 - -40 -0.02 - -0.01 💚 -5956 - -5952 -0.81 - -0.47
arduino:zephyr_main:portentac33:link_mode=static 💚 -52 - -40 -0.02 - -0.01 💚 -6144 - -5120 -0.72 - -0.45
arduino:zephyr_main:portentah7:link_mode=dynamic 💚 -108 - -92 -0.05 - -0.01 💚 -1732 - -1728 -0.64 - -0.22
arduino:zephyr_main:portentah7:link_mode=static 💚 -108 - -92 -0.04 - -0.01 💚 -2048 - -1020 -0.67 - -0.13
Click for full report table
Board Arduino_LED_Matrix Basic
flash
% Arduino_LED_Matrix Basic
RAM for global variables
% Arduino_LED_Matrix Video
flash
% Arduino_LED_Matrix Video
RAM for global variables
% Arduino_LED_Matrix Reflash_Bootanimation
flash
% Arduino_LED_Matrix Reflash_Bootanimation
RAM for global variables
% RTC AlarmRTC
flash
% RTC AlarmRTC
RAM for global variables
% RTC CalibrationRTC
flash
% RTC CalibrationRTC
RAM for global variables
% RTC SimpleRTC
flash
% RTC SimpleRTC
RAM for global variables
% CAN CANWrite
flash
% CAN CANWrite
RAM for global variables
% CAN CANEvent
flash
% CAN CANEvent
RAM for global variables
% CAN CANRead
flash
% CAN CANRead
RAM for global variables
% arduino-examples 01.Basics/Blink
flash
% arduino-examples 01.Basics/Blink
RAM for global variables
% arduino-examples 01.Basics/AnalogReadSerial
flash
% arduino-examples 01.Basics/AnalogReadSerial
RAM for global variables
% arduino-examples 04.Communication/SerialPassthrough
flash
% arduino-examples 04.Communication/SerialPassthrough
RAM for global variables
% Arduino_JSON JSONValueExtractor
flash
% Arduino_JSON JSONValueExtractor
RAM for global variables
% Arduino_JSON JSONObject
flash
% Arduino_JSON JSONObject
RAM for global variables
% Arduino_JSON JSONKitchenSink
flash
% Arduino_JSON JSONKitchenSink
RAM for global variables
% Arduino_JSON JSONArray
flash
% Arduino_JSON JSONArray
RAM for global variables
% ArduinoBLE Central/LedControl
flash
% ArduinoBLE Central/LedControl
RAM for global variables
% ArduinoBLE Central/Scan
flash
% ArduinoBLE Central/Scan
RAM for global variables
% ArduinoBLE Peripheral/Advertising/EnhancedAdvertising
flash
% ArduinoBLE Peripheral/Advertising/EnhancedAdvertising
RAM for global variables
% ArduinoBLE Peripheral/ButtonLED
flash
% ArduinoBLE Peripheral/ButtonLED
RAM for global variables
% Arduino_RouterBridge test
flash
% Arduino_RouterBridge test
RAM for global variables
% Arduino_RouterBridge test_rpc_thread
flash
% Arduino_RouterBridge test_rpc_thread
RAM for global variables
% Arduino_RouterBridge server
flash
% Arduino_RouterBridge server
RAM for global variables
% Arduino_RouterBridge hci
flash
% Arduino_RouterBridge hci
RAM for global variables
% Arduino_RouterBridge monitor
flash
% Arduino_RouterBridge monitor
RAM for global variables
% Arduino_RouterBridge simple_bridge
flash
% Arduino_RouterBridge simple_bridge
RAM for global variables
% Arduino_RouterBridge udp_ntp_client
flash
% Arduino_RouterBridge udp_ntp_client
RAM for global variables
% Arduino_RouterBridge client
flash
% Arduino_RouterBridge client
RAM for global variables
% Arduino_RouterBridge test_serial_alias_monitor
flash
% Arduino_RouterBridge test_serial_alias_monitor
RAM for global variables
% Arduino_RouterBridge clientSSL
flash
% Arduino_RouterBridge clientSSL
RAM for global variables
% Arduino_RouterBridge test/udp_test
flash
% Arduino_RouterBridge test/udp_test
RAM for global variables
% Arduino_RouterBridge test/udp_echo
flash
% Arduino_RouterBridge test/udp_echo
RAM for global variables
% Arduino_RPClite rpc_lite_client
flash
% Arduino_RPClite rpc_lite_client
RAM for global variables
% Arduino_RPClite dispatcher_example
flash
% Arduino_RPClite dispatcher_example
RAM for global variables
% Arduino_RPClite rpc_lite_server
flash
% Arduino_RPClite rpc_lite_server
RAM for global variables
% Arduino_RPClite wrapper_example
flash
% Arduino_RPClite wrapper_example
RAM for global variables
% Arduino_RPClite decoder_tests
flash
% Arduino_RPClite decoder_tests
RAM for global variables
% Storage PartitionInfo
flash
% Storage PartitionInfo
RAM for global variables
% Storage FlashFormat
flash
% Storage FlashFormat
RAM for global variables
% Storage ListFiles
flash
% Storage ListFiles
RAM for global variables
% Camera CameraCaptureRawBytes
flash
% Camera CameraCaptureRawBytes
RAM for global variables
% WiFi WiFiWebClient
flash
% WiFi WiFiWebClient
RAM for global variables
% WiFi WiFiWebClientTLS
flash
% WiFi WiFiWebClientTLS
RAM for global variables
% Zephyr_SDRAM SDRAM_operations
flash
% Zephyr_SDRAM SDRAM_operations
RAM for global variables
% Arduino_SecureElement SelfSignedCertificate
flash
% Arduino_SecureElement SelfSignedCertificate
RAM for global variables
% Arduino_SecureElement RandomNumber
flash
% Arduino_SecureElement RandomNumber
RAM for global variables
% Arduino_SecureElement ConfigurationLocking
flash
% Arduino_SecureElement ConfigurationLocking
RAM for global variables
% Arduino_SecureElement CertificateSigningRequest
flash
% Arduino_SecureElement CertificateSigningRequest
RAM for global variables
% ArduinoCore-zephyr/examples/arduino-examples/examples/01.Basics/AnalogReadSerial
flash
% ArduinoCore-zephyr/examples/arduino-examples/examples/01.Basics/AnalogReadSerial
RAM for global variables
% ArduinoCore-zephyr/libraries/Camera/examples/CameraCaptureRawBytes
flash
% ArduinoCore-zephyr/libraries/Camera/examples/CameraCaptureRawBytes
RAM for global variables
% ArduinoCore-zephyr/libraries/Arduino_SecureElement/examples/SelfSignedCertificate
flash
% ArduinoCore-zephyr/libraries/Arduino_SecureElement/examples/SelfSignedCertificate
RAM for global variables
% ArduinoCore-zephyr/libraries/Arduino_SecureElement/examples/RandomNumber
flash
% ArduinoCore-zephyr/libraries/Arduino_SecureElement/examples/RandomNumber
RAM for global variables
% ArduinoCore-zephyr/libraries/Arduino_SecureElement/examples/ConfigurationLocking
flash
% ArduinoCore-zephyr/libraries/Arduino_SecureElement/examples/ConfigurationLocking
RAM for global variables
% ArduinoCore-zephyr/libraries/Arduino_SecureElement/examples/CertificateSigningRequest
flash
% ArduinoCore-zephyr/libraries/Arduino_SecureElement/examples/CertificateSigningRequest
RAM for global variables
% Ethernet UDPSendReceiveString
flash
% Ethernet UDPSendReceiveString
RAM for global variables
% Ethernet UdpNtpClient
flash
% Ethernet UdpNtpClient
RAM for global variables
% Ethernet WebClient
flash
% Ethernet WebClient
RAM for global variables
% Ethernet WebServer
flash
% Ethernet WebServer
RAM for global variables
% Ethernet LinkStatus
flash
% Ethernet LinkStatus
RAM for global variables
% Ethernet WebClientRepeating
flash
% Ethernet WebClientRepeating
RAM for global variables
% Ethernet TelnetClient
flash
% Ethernet TelnetClient
RAM for global variables
%
arduino:zephyr:unoq:link_mode=dynamic -40 -0.01 -4480 -0.43 -40 -0.01 -4480 -0.49 -40 -0.01 -4480 -0.43 -40 -0.01 -4480 -0.49 -40 -0.01 -4480 -0.49 -40 -0.01 -4480 -0.49 -44 -0.01 -4480 -0.32 -44 -0.01 -4480 -0.31 -44 -0.01 -4480 -0.32 -44 -0.01 -4480 -0.48 -40 -0.01 -4480 -0.48 -40 -0.01 -4480 -0.49 -40 -0.01 -4480 -0.49 -40 -0.01 -4480 -0.49 -40 -0.01 -4480 -0.49 -40 -0.01 -4480 -0.49 -48 -0.01 -4484 -0.4 -40 -0.01 -4484 -0.41 -40 -0.01 -4484 -0.41 -52 -0.01 -4484 -0.4 -40 -0.01 -4480 -0.49 -40 -0.01 -4480 -0.49 -40 -0.01 -4480 -0.48 -40 -0.01 -4480 -0.49 -44 -0.01 -4480 -0.48 -44 -0.01 -4480 -0.48 -40 -0.01 -4480 -0.34 -40 -0.01 -4480 -0.46 -40 -0.01 -4480 -0.49 -40 -0.01 -4480 -0.46 -40 -0.01 -4480 -0.34 -40 -0.01 -4480 -0.34 -44 -0.01 -4480 -0.47 -44 -0.01 -4480 -0.38 -44 -0.01 -4480 -0.37 -44 -0.01 -4480 -0.49 -40 -0.01 -4480 -0.49
arduino:zephyr:unoq:link_mode=static -40 -0.01 -5120 -0.46 -40 -0.01 -5120 -0.51 -40 -0.01 -5120 -0.46 -40 -0.01 -5120 -0.51 -40 -0.01 -5120 -0.51 -40 -0.01 -5120 -0.51 -44 -0.01 -5120 -0.34 -44 -0.01 -5120 -0.34 -44 -0.01 -5120 -0.34 -44 -0.01 -5120 -0.51 -40 -0.01 -5120 -0.51 -40 -0.01 -5120 -0.51 -40 -0.01 -5120 -0.51 -40 -0.01 -5120 -0.51 -40 -0.01 -5120 -0.51 -40 -0.01 -5120 -0.51 -48 -0.01 -5120 -0.42 -40 -0.01 -4096 -0.37 -40 -0.01 -4096 -0.37 -52 -0.01 -5120 -0.42 -40 -0.01 -5120 -0.51 -40 -0.01 -5120 -0.51 -40 -0.01 -5120 -0.51 -40 -0.01 -5120 -0.51 -44 -0.01 -5120 -0.51 -44 -0.01 -5120 -0.51 -40 -0.01 -5120 -0.36 -40 -0.01 -4096 -0.41 -40 -0.01 -5120 -0.51 -40 -0.01 -4096 -0.41 -40 -0.01 -5120 -0.36 -40 -0.01 -5120 -0.36 -44 -0.01 -5120 -0.51 -44 -0.01 -4096 -0.34 -44 -0.01 -5120 -0.39 -44 -0.01 -5120 -0.51 -40 -0.01 -5120 -0.51
arduino:zephyr_contrib:ek_ra8d1:link_mode=dynamic -44 -0.09 -192 -0.95
arduino:zephyr_contrib:ek_ra8d1:link_mode=static -44 -0.06 0 0.0
arduino:zephyr_contrib:frdm_mcxn947:link_mode=dynamic -44 -0.03 -192 -0.28
arduino:zephyr_contrib:frdm_mcxn947:link_mode=static -44 -0.02 0 0.0
arduino:zephyr_contrib:frdm_rw612:link_mode=dynamic 24 0.0 -72 -0.23
arduino:zephyr_contrib:frdm_rw612:link_mode=static -224 -0.06 0 0.0
arduino:zephyr_main:giga:link_mode=dynamic -40 -0.02 -6464 -0.84 -40 -0.02 -6464 -0.84 -40 -0.02 -6464 -0.84 -44 -0.01 -6464 -0.5 -44 -0.01 -6464 -0.5 -44 -0.01 -6464 -0.5 -44 -0.02 -6464 -0.81 -40 -0.02 -6464 -0.8 -40 -0.03 -6464 -0.85 -40 -0.01 -6464 -0.84 -40 -0.01 -6464 -0.84 -40 -0.01 -6464 -0.84 -40 -0.01 -6464 -0.84 -52 -0.01 -6464 -0.65 -40 -0.01 -6468 -0.68 -40 -0.01 -6468 -0.68 -56 -0.01 -6464 -0.65 -40 -0.02 -6468 -0.85 -40 -0.02 -6464 -0.85 -40 -0.02 -6464 -0.85 -44 -0.02 -6468 -0.8 -40 -0.01 -6464 -0.79 -40 -0.01 -6464 -0.79 -40 -0.02 -6468 -0.85 -40 -0.01 -6464 -0.66 -40 -0.01 -6468 -0.66 -40 -0.01 -6464 -0.66 -40 -0.01 -6464 -0.66
arduino:zephyr_main:giga:link_mode=static -40 -0.02 -6144 -0.75 -40 -0.02 -6144 -0.75 -40 -0.02 -6144 -0.75 -44 -0.01 -6144 -0.47 -44 -0.01 -6144 -0.47 -44 -0.01 -6144 -0.47 -44 -0.02 -6144 -0.75 -40 -0.02 -6140 -0.75 -40 -0.02 -6144 -0.75 -40 -0.01 -6140 -0.75 -40 -0.01 -6140 -0.75 -40 -0.01 -6140 -0.75 -40 -0.01 -6140 -0.75 -52 -0.01 -6144 -0.61 -40 -0.01 -6144 -0.61 -40 -0.01 -6144 -0.61 -56 -0.01 -6144 -0.61 -40 -0.02 -6144 -0.75 -40 -0.01 -6144 -0.75 -40 -0.02 -6144 -0.75 -44 -0.02 -6144 -0.75 -40 -0.01 -7168 -0.78 -40 -0.01 -7168 -0.78 -40 -0.02 -6144 -0.75 -40 -0.01 -6140 -0.6 -40 -0.01 -6140 -0.6 -40 -0.01 -6140 -0.6 -40 -0.01 -6140 -0.6
arduino:zephyr_main:nano33ble:link_mode=dynamic -40 -0.02 -2180 -0.81 -40 -0.02 -2180 -0.81 -40 -0.02 -2180 -0.79 -44 -0.02 -2176 -0.78 -40 -0.02 -2176 -0.78 -40 -0.03 -2180 -0.82 -40 -0.01 -2180 -0.81 -40 -0.01 -2180 -0.81 -40 -0.01 -2180 -0.81 -40 -0.01 -2180 -0.81 -48 -0.01 -2176 -0.47 -40 -0.01 -2180 -0.48 -40 -0.01 -2180 -0.48 -52 -0.01 -2176 -0.47
arduino:zephyr_main:nano33ble:link_mode=static -40 -0.02 -2048 -0.61 -40 -0.02 -2048 -0.61 -40 -0.02 -2048 -0.61 -44 -0.02 -2048 -0.61 -40 -0.02 -2044 -0.61 -40 -0.02 -2048 -0.61 -40 -0.01 -2044 -0.61 -40 -0.01 -2044 -0.61 -40 -0.01 -2044 -0.61 -40 -0.01 -2044 -0.61 -48 -0.01 -2048 -0.38 -40 -0.01 -2048 -0.38 -40 -0.01 -2048 -0.38 -52 -0.01 -2048 -0.38
arduino:zephyr_main:nano_matter:link_mode=dynamic -48 -0.05 -2016 -0.95 -40 -0.01 -2020 -0.89 -40 -0.01 -2020 -0.89 -40 -0.01 -2020 -0.89 -40 -0.01 -2020 -0.89 -48 -0.01 -2016 -0.48 -40 -0.01 -2020 -0.49 -40 -0.01 -2020 -0.49 -56 -0.01 -2016 -0.47 N/A N/A N/A N/A
arduino:zephyr_main:nano_matter:link_mode=static -48 -0.03 -1024 -0.49 -40 -0.01 -2044 -0.65 -40 -0.01 -2044 -0.65 -40 -0.01 -2044 -0.65 -40 -0.01 -2044 -0.65 -48 -0.01 -2048 -0.4 -40 -0.01 -2048 -0.4 -40 -0.01 -2048 -0.4 -56 -0.01 -2048 -0.4 N/A N/A N/A N/A
arduino:zephyr_main:nicla_vision:link_mode=dynamic -212 -0.09 -512 -0.41 -212 -0.11 -512 -0.41 -212 -0.1 -512 -0.39 -216 -0.29 -512 -0.92 -212 -0.1 -512 -0.41 -212 -0.13 -512 -0.42 -212 -0.04 -512 -0.41 -208 -0.03 -512 -0.41 -208 -0.03 -512 -0.41 -212 -0.03 -512 -0.41 -472 -0.02 -512 -0.17 -460 -0.02 -516 -0.17 -460 -0.02 -516 -0.17 -476 -0.02 -512 -0.16 -212 -0.08 -516 -0.42 -212 -0.07 -512 -0.42 -212 -0.09 -512 -0.42 -212 -0.05 -512 -0.29 -212 -0.04 -512 -0.29 -212 -0.08 -516 -0.42 N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A
arduino:zephyr_main:nicla_vision:link_mode=static -212 -0.08 -1024 -0.5 -212 -0.09 -1024 -0.5 -212 -0.09 -1024 -0.5 -216 -0.21 0 0.0 -212 -0.09 -1020 -0.5 -212 -0.11 -1024 -0.5 -212 -0.03 -1020 -0.5 -208 -0.02 -1020 -0.5 -208 -0.03 -1020 -0.5 -212 -0.03 -1020 -0.5 -224 -0.01 -1024 -0.26 -216 -0.01 -1024 -0.26 -212 -0.01 -1024 -0.26 -232 -0.01 -1024 -0.26 -212 -0.07 -1024 -0.5 -212 -0.01 -1024 -0.5 -212 -0.08 -1024 -0.5 -212 -0.04 0 0.0 -212 -0.03 0 0.0 -212 -0.07 -1024 -0.5 N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A
arduino:zephyr_main:niclasense:link_mode=dynamic -40 -0.02 -1156 -0.81 -40 -0.03 -1156 -0.81 -40 -0.02 -1156 -0.78 -44 -0.08 -1152 -0.95 -40 -0.03 -1152 -0.79 -40 -0.01 -1156 -0.82 -40 -0.01 -1156 -0.81 -40 -0.01 -1156 -0.82 -40 -0.01 -1156 -0.81 -48 -0.01 -1152 -0.35 -40 -0.01 -1156 -0.36 -40 -0.01 -1156 -0.35 -52 -0.01 -1152 -0.34
arduino:zephyr_main:niclasense:link_mode=static -40 -0.02 -1024 -0.53 -40 -0.02 -1024 -0.53 -40 -0.02 -1024 -0.53 -44 -0.05 -1024 -0.53 -40 -0.02 -1020 -0.53 -40 -0.01 -1020 -0.53 -40 -0.01 -1020 -0.53 -40 -0.01 -1020 -0.53 -40 -0.01 -1020 -0.53 -48 -0.01 -1024 -0.26 -40 -0.01 -1024 -0.26 -40 -0.01 -1024 -0.26 -52 -0.01 -1024 -0.26
arduino:zephyr_main:opta:link_mode=dynamic -40 -0.02 -1472 -0.67 -40 -0.02 -1472 -0.67 -40 -0.02 -1472 -0.65 -44 -0.02 -1472 -0.65 -40 -0.02 -1472 -0.65 -40 -0.03 -1472 -0.68 -40 -0.01 -1472 -0.67 -40 -0.01 -1472 -0.67 -40 -0.01 -1472 -0.67 -40 -0.01 -1472 -0.67 -52 -0.01 -1472 -0.36 -40 -0.01 -1476 -0.37 -40 -0.01 -1476 -0.36 -56 -0.01 -1472 -0.35 -40 -0.02 -1476 -0.68 -40 -0.02 -1472 -0.68 -40 -0.02 -1472 -0.68 -40 -0.01 -1472 -0.54 -40 -0.01 -1472 -0.54 -40 -0.01 -1476 -0.4 -40 -0.01 -1472 -0.4 -40 -0.01 -1476 -0.4 -40 -0.01 -1476 -0.4 -40 -0.01 -1472 -0.62 -40 -0.01 -1472 -0.61 -40 -0.01 -1476 -0.62 -40 -0.01 -1476 -0.62 -40 -0.02 -1476 -0.66 -40 -0.01 -1476 -0.62 -40 -0.01 -1476 -0.64
arduino:zephyr_main:opta:link_mode=static -40 -0.02 -2048 -0.67 -40 -0.02 -2048 -0.67 -40 -0.02 -2048 -0.67 -44 -0.02 -2048 -0.67 -40 -0.02 -2044 -0.67 -40 -0.02 -2048 -0.67 -40 -0.01 -2044 -0.67 -40 -0.01 -2044 -0.67 -40 -0.01 -2044 -0.67 -40 -0.01 -2044 -0.67 -52 -0.01 -2048 -0.41 -40 -0.01 -2048 -0.41 -40 -0.01 -2048 -0.41 -56 -0.01 -2048 -0.41 -40 -0.02 -2048 -0.67 -40 -0.01 -2048 -0.67 -40 -0.02 -2048 -0.67 -40 -0.01 -1024 -0.34 -40 -0.01 -1024 -0.34 -40 -0.01 -1020 -0.25 -40 -0.01 -1020 -0.25 -40 -0.01 -1020 -0.25 -40 -0.01 -1020 -0.25 -40 -0.01 -2044 -0.67 -40 -0.01 -2048 -0.67 -40 -0.01 -2048 -0.67 -40 -0.01 -2044 -0.67 -40 -0.02 -2048 -0.67 -40 -0.01 -2048 -0.67 -40 -0.01 -2044 -0.67
arduino:zephyr_main:portentac33:link_mode=dynamic -44 -0.01 -5956 -0.48 -44 -0.01 -5956 -0.47 -44 -0.01 -5956 -0.48 -44 -0.02 -5952 -0.77 -40 -0.02 -5956 -0.77 -40 -0.02 -5956 -0.81 -40 -0.01 -5956 -0.81 -40 -0.01 -5956 -0.81 -40 -0.01 -5956 -0.81 -40 -0.01 -5956 -0.81 -48 -0.01 -5956 -0.62 -40 -0.01 -5952 -0.65 -40 -0.01 -5952 -0.64 -52 -0.01 -5956 -0.62 -40 -0.02 -5952 -0.81 -40 -0.02 -5956 -0.81 -40 -0.02 -5956 -0.81 -40 -0.01 -5956 -0.75 -40 -0.01 -5956 -0.75 -40 -0.02 -5952 -0.81 N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A -40 -0.01 -5956 -0.79 -40 -0.01 -5956 -0.78 -40 -0.01 -5952 -0.79 -40 -0.01 -5952 -0.76 -40 -0.02 -5952 -0.8 -40 -0.01 -5952 -0.79 -40 -0.01 -5952 -0.79
arduino:zephyr_main:portentac33:link_mode=static -44 -0.01 -6144 -0.45 -44 -0.01 -6144 -0.45 -44 -0.01 -6144 -0.45 -44 -0.02 -6144 -0.72 -40 -0.02 -6140 -0.72 -40 -0.02 -5120 -0.68 -40 -0.01 -6140 -0.72 -40 -0.01 -6140 -0.72 -40 -0.01 -6140 -0.72 -40 -0.01 -6140 -0.72 -48 -0.01 -6144 -0.59 -40 -0.01 -5120 -0.54 -40 -0.01 -5120 -0.54 -52 -0.01 -6144 -0.59 -40 -0.01 -5120 -0.68 -40 -0.01 -5120 -0.68 -40 -0.01 -5120 -0.68 -40 -0.01 -6144 -0.72 -40 -0.01 -6144 -0.72 -40 -0.01 -5120 -0.68 N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A -40 -0.01 -6140 -0.72 -40 -0.01 -6144 -0.72 -40 -0.01 -6144 -0.72 -40 -0.01 -6140 -0.72 -40 -0.01 -6144 -0.72 -40 -0.01 -6144 -0.72 -40 -0.01 -6140 -0.72
arduino:zephyr_main:portentah7:link_mode=dynamic -92 -0.04 -1728 -0.64 -92 -0.04 -1728 -0.64 -92 -0.04 -1728 -0.63 -96 -0.03 -1728 -0.22 -96 -0.03 -1728 -0.22 -96 -0.03 -1728 -0.22 -96 -0.04 -1728 -0.62 -92 -0.04 -1728 -0.62 -92 -0.05 -1728 -0.64 -104 -0.01 -1728 -0.37 -92 -0.01 -1732 -0.38 -92 -0.01 -1732 -0.38 -108 -0.01 -1728 -0.37 -92 -0.04 -1732 -0.64 -92 -0.03 -1728 -0.64 -92 -0.04 -1728 -0.64 -96 -0.03 -1732 -0.61 -92 -0.02 -1728 -0.54 -92 -0.02 -1728 -0.53 -92 -0.03 -1732 -0.64 -92 -0.02 -1728 -0.6 -92 -0.02 -1728 -0.59 -96 -0.02 -1732 -0.6 -92 -0.02 -1732 -0.6 -92 -0.04 -1732 -0.63 -92 -0.02 -1732 -0.6 -92 -0.02 -1732 -0.61
arduino:zephyr_main:portentah7:link_mode=static -92 -0.03 -2048 -0.67 -92 -0.04 -2048 -0.67 -92 -0.04 -1024 -0.34 -96 -0.02 -1024 -0.13 -96 -0.02 -1024 -0.13 -96 -0.03 -1024 -0.13 -96 -0.04 -1024 -0.34 -92 -0.04 -1020 -0.34 -92 -0.04 -2048 -0.67 -92 -0.02 -2044 -0.67 -96 -0.01 -2044 -0.67 -96 -0.02 -2044 -0.67 -92 -0.01 -2044 -0.67 -104 -0.01 -2048 -0.41 -92 -0.01 -2048 -0.41 -92 -0.01 -2048 -0.41 -108 -0.01 -2048 -0.41 -92 -0.03 -2048 -0.67 -92 -0.01 -2048 -0.67 -92 -0.03 -2048 -0.67 -96 -0.03 -1024 -0.34 -92 -0.02 -2048 -0.51 -92 -0.02 -2048 -0.5 -92 -0.03 -2048 -0.67 -92 -0.01 -1020 -0.2 -92 -0.02 -1020 -0.2 -92 -0.02 -1020 -0.2 -92 -0.01 -1020 -0.2 -92 -0.02 -1020 -0.34 -92 -0.02 -1024 -0.34 -96 -0.02 -1024 -0.34 -92 -0.02 -1020 -0.34 -92 -0.03 -1024 -0.34 -92 -0.02 -1024 -0.34 -92 -0.02 -1020 -0.34
Click for full report CSV
Board,Arduino_LED_Matrix Basic<br>flash,%,Arduino_LED_Matrix Basic<br>RAM for global variables,%,Arduino_LED_Matrix Video<br>flash,%,Arduino_LED_Matrix Video<br>RAM for global variables,%,Arduino_LED_Matrix Reflash_Bootanimation<br>flash,%,Arduino_LED_Matrix Reflash_Bootanimation<br>RAM for global variables,%,RTC AlarmRTC<br>flash,%,RTC AlarmRTC<br>RAM for global variables,%,RTC CalibrationRTC<br>flash,%,RTC CalibrationRTC<br>RAM for global variables,%,RTC SimpleRTC<br>flash,%,RTC SimpleRTC<br>RAM for global variables,%,CAN CANWrite<br>flash,%,CAN CANWrite<br>RAM for global variables,%,CAN CANEvent<br>flash,%,CAN CANEvent<br>RAM for global variables,%,CAN CANRead<br>flash,%,CAN CANRead<br>RAM for global variables,%,arduino-examples 01.Basics/Blink<br>flash,%,arduino-examples 01.Basics/Blink<br>RAM for global variables,%,arduino-examples 01.Basics/AnalogReadSerial<br>flash,%,arduino-examples 01.Basics/AnalogReadSerial<br>RAM for global variables,%,arduino-examples 04.Communication/SerialPassthrough<br>flash,%,arduino-examples 04.Communication/SerialPassthrough<br>RAM for global variables,%,Arduino_JSON JSONValueExtractor<br>flash,%,Arduino_JSON JSONValueExtractor<br>RAM for global variables,%,Arduino_JSON JSONObject<br>flash,%,Arduino_JSON JSONObject<br>RAM for global variables,%,Arduino_JSON JSONKitchenSink<br>flash,%,Arduino_JSON JSONKitchenSink<br>RAM for global variables,%,Arduino_JSON JSONArray<br>flash,%,Arduino_JSON JSONArray<br>RAM for global variables,%,ArduinoBLE Central/LedControl<br>flash,%,ArduinoBLE Central/LedControl<br>RAM for global variables,%,ArduinoBLE Central/Scan<br>flash,%,ArduinoBLE Central/Scan<br>RAM for global variables,%,ArduinoBLE Peripheral/Advertising/EnhancedAdvertising<br>flash,%,ArduinoBLE Peripheral/Advertising/EnhancedAdvertising<br>RAM for global variables,%,ArduinoBLE Peripheral/ButtonLED<br>flash,%,ArduinoBLE Peripheral/ButtonLED<br>RAM for global variables,%,Arduino_RouterBridge test<br>flash,%,Arduino_RouterBridge test<br>RAM for global variables,%,Arduino_RouterBridge test_rpc_thread<br>flash,%,Arduino_RouterBridge test_rpc_thread<br>RAM for global variables,%,Arduino_RouterBridge server<br>flash,%,Arduino_RouterBridge server<br>RAM for global variables,%,Arduino_RouterBridge hci<br>flash,%,Arduino_RouterBridge hci<br>RAM for global variables,%,Arduino_RouterBridge monitor<br>flash,%,Arduino_RouterBridge monitor<br>RAM for global variables,%,Arduino_RouterBridge simple_bridge<br>flash,%,Arduino_RouterBridge simple_bridge<br>RAM for global variables,%,Arduino_RouterBridge udp_ntp_client<br>flash,%,Arduino_RouterBridge udp_ntp_client<br>RAM for global variables,%,Arduino_RouterBridge client<br>flash,%,Arduino_RouterBridge client<br>RAM for global variables,%,Arduino_RouterBridge test_serial_alias_monitor<br>flash,%,Arduino_RouterBridge test_serial_alias_monitor<br>RAM for global variables,%,Arduino_RouterBridge clientSSL<br>flash,%,Arduino_RouterBridge clientSSL<br>RAM for global variables,%,Arduino_RouterBridge test/udp_test<br>flash,%,Arduino_RouterBridge test/udp_test<br>RAM for global variables,%,Arduino_RouterBridge test/udp_echo<br>flash,%,Arduino_RouterBridge test/udp_echo<br>RAM for global variables,%,Arduino_RPClite rpc_lite_client<br>flash,%,Arduino_RPClite rpc_lite_client<br>RAM for global variables,%,Arduino_RPClite dispatcher_example<br>flash,%,Arduino_RPClite dispatcher_example<br>RAM for global variables,%,Arduino_RPClite rpc_lite_server<br>flash,%,Arduino_RPClite rpc_lite_server<br>RAM for global variables,%,Arduino_RPClite wrapper_example<br>flash,%,Arduino_RPClite wrapper_example<br>RAM for global variables,%,Arduino_RPClite decoder_tests<br>flash,%,Arduino_RPClite decoder_tests<br>RAM for global variables,%,Storage PartitionInfo<br>flash,%,Storage PartitionInfo<br>RAM for global variables,%,Storage FlashFormat<br>flash,%,Storage FlashFormat<br>RAM for global variables,%,Storage ListFiles<br>flash,%,Storage ListFiles<br>RAM for global variables,%,Camera CameraCaptureRawBytes<br>flash,%,Camera CameraCaptureRawBytes<br>RAM for global variables,%,WiFi WiFiWebClient<br>flash,%,WiFi WiFiWebClient<br>RAM for global variables,%,WiFi WiFiWebClientTLS<br>flash,%,WiFi WiFiWebClientTLS<br>RAM for global variables,%,Zephyr_SDRAM SDRAM_operations<br>flash,%,Zephyr_SDRAM SDRAM_operations<br>RAM for global variables,%,Arduino_SecureElement SelfSignedCertificate<br>flash,%,Arduino_SecureElement SelfSignedCertificate<br>RAM for global variables,%,Arduino_SecureElement RandomNumber<br>flash,%,Arduino_SecureElement RandomNumber<br>RAM for global variables,%,Arduino_SecureElement ConfigurationLocking<br>flash,%,Arduino_SecureElement ConfigurationLocking<br>RAM for global variables,%,Arduino_SecureElement CertificateSigningRequest<br>flash,%,Arduino_SecureElement CertificateSigningRequest<br>RAM for global variables,%,ArduinoCore-zephyr/examples/arduino-examples/examples/01.Basics/AnalogReadSerial<br>flash,%,ArduinoCore-zephyr/examples/arduino-examples/examples/01.Basics/AnalogReadSerial<br>RAM for global variables,%,ArduinoCore-zephyr/libraries/Camera/examples/CameraCaptureRawBytes<br>flash,%,ArduinoCore-zephyr/libraries/Camera/examples/CameraCaptureRawBytes<br>RAM for global variables,%,ArduinoCore-zephyr/libraries/Arduino_SecureElement/examples/SelfSignedCertificate<br>flash,%,ArduinoCore-zephyr/libraries/Arduino_SecureElement/examples/SelfSignedCertificate<br>RAM for global variables,%,ArduinoCore-zephyr/libraries/Arduino_SecureElement/examples/RandomNumber<br>flash,%,ArduinoCore-zephyr/libraries/Arduino_SecureElement/examples/RandomNumber<br>RAM for global variables,%,ArduinoCore-zephyr/libraries/Arduino_SecureElement/examples/ConfigurationLocking<br>flash,%,ArduinoCore-zephyr/libraries/Arduino_SecureElement/examples/ConfigurationLocking<br>RAM for global variables,%,ArduinoCore-zephyr/libraries/Arduino_SecureElement/examples/CertificateSigningRequest<br>flash,%,ArduinoCore-zephyr/libraries/Arduino_SecureElement/examples/CertificateSigningRequest<br>RAM for global variables,%,Ethernet UDPSendReceiveString<br>flash,%,Ethernet UDPSendReceiveString<br>RAM for global variables,%,Ethernet UdpNtpClient<br>flash,%,Ethernet UdpNtpClient<br>RAM for global variables,%,Ethernet WebClient<br>flash,%,Ethernet WebClient<br>RAM for global variables,%,Ethernet WebServer<br>flash,%,Ethernet WebServer<br>RAM for global variables,%,Ethernet LinkStatus<br>flash,%,Ethernet LinkStatus<br>RAM for global variables,%,Ethernet WebClientRepeating<br>flash,%,Ethernet WebClientRepeating<br>RAM for global variables,%,Ethernet TelnetClient<br>flash,%,Ethernet TelnetClient<br>RAM for global variables,%
arduino:zephyr:unoq:link_mode=dynamic,-40,-0.01,-4480,-0.43,-40,-0.01,-4480,-0.49,-40,-0.01,-4480,-0.43,-40,-0.01,-4480,-0.49,-40,-0.01,-4480,-0.49,-40,-0.01,-4480,-0.49,-44,-0.01,-4480,-0.32,-44,-0.01,-4480,-0.31,-44,-0.01,-4480,-0.32,-44,-0.01,-4480,-0.48,-40,-0.01,-4480,-0.48,-40,-0.01,-4480,-0.49,-40,-0.01,-4480,-0.49,-40,-0.01,-4480,-0.49,-40,-0.01,-4480,-0.49,-40,-0.01,-4480,-0.49,-48,-0.01,-4484,-0.4,-40,-0.01,-4484,-0.41,-40,-0.01,-4484,-0.41,-52,-0.01,-4484,-0.4,-40,-0.01,-4480,-0.49,-40,-0.01,-4480,-0.49,-40,-0.01,-4480,-0.48,-40,-0.01,-4480,-0.49,-44,-0.01,-4480,-0.48,-44,-0.01,-4480,-0.48,-40,-0.01,-4480,-0.34,-40,-0.01,-4480,-0.46,-40,-0.01,-4480,-0.49,-40,-0.01,-4480,-0.46,-40,-0.01,-4480,-0.34,-40,-0.01,-4480,-0.34,-44,-0.01,-4480,-0.47,-44,-0.01,-4480,-0.38,-44,-0.01,-4480,-0.37,-44,-0.01,-4480,-0.49,-40,-0.01,-4480,-0.49
arduino:zephyr:unoq:link_mode=static,-40,-0.01,-5120,-0.46,-40,-0.01,-5120,-0.51,-40,-0.01,-5120,-0.46,-40,-0.01,-5120,-0.51,-40,-0.01,-5120,-0.51,-40,-0.01,-5120,-0.51,-44,-0.01,-5120,-0.34,-44,-0.01,-5120,-0.34,-44,-0.01,-5120,-0.34,-44,-0.01,-5120,-0.51,-40,-0.01,-5120,-0.51,-40,-0.01,-5120,-0.51,-40,-0.01,-5120,-0.51,-40,-0.01,-5120,-0.51,-40,-0.01,-5120,-0.51,-40,-0.01,-5120,-0.51,-48,-0.01,-5120,-0.42,-40,-0.01,-4096,-0.37,-40,-0.01,-4096,-0.37,-52,-0.01,-5120,-0.42,-40,-0.01,-5120,-0.51,-40,-0.01,-5120,-0.51,-40,-0.01,-5120,-0.51,-40,-0.01,-5120,-0.51,-44,-0.01,-5120,-0.51,-44,-0.01,-5120,-0.51,-40,-0.01,-5120,-0.36,-40,-0.01,-4096,-0.41,-40,-0.01,-5120,-0.51,-40,-0.01,-4096,-0.41,-40,-0.01,-5120,-0.36,-40,-0.01,-5120,-0.36,-44,-0.01,-5120,-0.51,-44,-0.01,-4096,-0.34,-44,-0.01,-5120,-0.39,-44,-0.01,-5120,-0.51,-40,-0.01,-5120,-0.51
arduino:zephyr_contrib:ek_ra8d1:link_mode=dynamic,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-44,-0.09,-192,-0.95,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
arduino:zephyr_contrib:ek_ra8d1:link_mode=static,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-44,-0.06,0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
arduino:zephyr_contrib:frdm_mcxn947:link_mode=dynamic,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-44,-0.03,-192,-0.28,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
arduino:zephyr_contrib:frdm_mcxn947:link_mode=static,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-44,-0.02,0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
arduino:zephyr_contrib:frdm_rw612:link_mode=dynamic,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,0.0,-72,-0.23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
arduino:zephyr_contrib:frdm_rw612:link_mode=static,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-224,-0.06,0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
arduino:zephyr_main:giga:link_mode=dynamic,,,,,,,,,,,,,-40,-0.02,-6464,-0.84,-40,-0.02,-6464,-0.84,-40,-0.02,-6464,-0.84,-44,-0.01,-6464,-0.5,-44,-0.01,-6464,-0.5,-44,-0.01,-6464,-0.5,-44,-0.02,-6464,-0.81,-40,-0.02,-6464,-0.8,-40,-0.03,-6464,-0.85,-40,-0.01,-6464,-0.84,-40,-0.01,-6464,-0.84,-40,-0.01,-6464,-0.84,-40,-0.01,-6464,-0.84,-52,-0.01,-6464,-0.65,-40,-0.01,-6468,-0.68,-40,-0.01,-6468,-0.68,-56,-0.01,-6464,-0.65,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-40,-0.02,-6468,-0.85,-40,-0.02,-6464,-0.85,-40,-0.02,-6464,-0.85,-44,-0.02,-6468,-0.8,-40,-0.01,-6464,-0.79,-40,-0.01,-6464,-0.79,-40,-0.02,-6468,-0.85,-40,-0.01,-6464,-0.66,-40,-0.01,-6468,-0.66,-40,-0.01,-6464,-0.66,-40,-0.01,-6464,-0.66
arduino:zephyr_main:giga:link_mode=static,,,,,,,,,,,,,-40,-0.02,-6144,-0.75,-40,-0.02,-6144,-0.75,-40,-0.02,-6144,-0.75,-44,-0.01,-6144,-0.47,-44,-0.01,-6144,-0.47,-44,-0.01,-6144,-0.47,-44,-0.02,-6144,-0.75,-40,-0.02,-6140,-0.75,-40,-0.02,-6144,-0.75,-40,-0.01,-6140,-0.75,-40,-0.01,-6140,-0.75,-40,-0.01,-6140,-0.75,-40,-0.01,-6140,-0.75,-52,-0.01,-6144,-0.61,-40,-0.01,-6144,-0.61,-40,-0.01,-6144,-0.61,-56,-0.01,-6144,-0.61,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-40,-0.02,-6144,-0.75,-40,-0.01,-6144,-0.75,-40,-0.02,-6144,-0.75,-44,-0.02,-6144,-0.75,-40,-0.01,-7168,-0.78,-40,-0.01,-7168,-0.78,-40,-0.02,-6144,-0.75,-40,-0.01,-6140,-0.6,-40,-0.01,-6140,-0.6,-40,-0.01,-6140,-0.6,-40,-0.01,-6140,-0.6
arduino:zephyr_main:nano33ble:link_mode=dynamic,,,,,,,,,,,,,-40,-0.02,-2180,-0.81,-40,-0.02,-2180,-0.81,-40,-0.02,-2180,-0.79,,,,,,,,,,,,,-44,-0.02,-2176,-0.78,-40,-0.02,-2176,-0.78,-40,-0.03,-2180,-0.82,-40,-0.01,-2180,-0.81,-40,-0.01,-2180,-0.81,-40,-0.01,-2180,-0.81,-40,-0.01,-2180,-0.81,-48,-0.01,-2176,-0.47,-40,-0.01,-2180,-0.48,-40,-0.01,-2180,-0.48,-52,-0.01,-2176,-0.47,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
arduino:zephyr_main:nano33ble:link_mode=static,,,,,,,,,,,,,-40,-0.02,-2048,-0.61,-40,-0.02,-2048,-0.61,-40,-0.02,-2048,-0.61,,,,,,,,,,,,,-44,-0.02,-2048,-0.61,-40,-0.02,-2044,-0.61,-40,-0.02,-2048,-0.61,-40,-0.01,-2044,-0.61,-40,-0.01,-2044,-0.61,-40,-0.01,-2044,-0.61,-40,-0.01,-2044,-0.61,-48,-0.01,-2048,-0.38,-40,-0.01,-2048,-0.38,-40,-0.01,-2048,-0.38,-52,-0.01,-2048,-0.38,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
arduino:zephyr_main:nano_matter:link_mode=dynamic,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-48,-0.05,-2016,-0.95,,,,,,,,,-40,-0.01,-2020,-0.89,-40,-0.01,-2020,-0.89,-40,-0.01,-2020,-0.89,-40,-0.01,-2020,-0.89,-48,-0.01,-2016,-0.48,-40,-0.01,-2020,-0.49,-40,-0.01,-2020,-0.49,-56,-0.01,-2016,-0.47,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,N/A,N/A,N/A,N/A
arduino:zephyr_main:nano_matter:link_mode=static,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-48,-0.03,-1024,-0.49,,,,,,,,,-40,-0.01,-2044,-0.65,-40,-0.01,-2044,-0.65,-40,-0.01,-2044,-0.65,-40,-0.01,-2044,-0.65,-48,-0.01,-2048,-0.4,-40,-0.01,-2048,-0.4,-40,-0.01,-2048,-0.4,-56,-0.01,-2048,-0.4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,N/A,N/A,N/A,N/A
arduino:zephyr_main:nicla_vision:link_mode=dynamic,,,,,,,,,,,,,-212,-0.09,-512,-0.41,-212,-0.11,-512,-0.41,-212,-0.1,-512,-0.39,,,,,,,,,,,,,-216,-0.29,-512,-0.92,-212,-0.1,-512,-0.41,-212,-0.13,-512,-0.42,-212,-0.04,-512,-0.41,-208,-0.03,-512,-0.41,-208,-0.03,-512,-0.41,-212,-0.03,-512,-0.41,-472,-0.02,-512,-0.17,-460,-0.02,-516,-0.17,-460,-0.02,-516,-0.17,-476,-0.02,-512,-0.16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-212,-0.08,-516,-0.42,-212,-0.07,-512,-0.42,-212,-0.09,-512,-0.42,,,,,-212,-0.05,-512,-0.29,-212,-0.04,-512,-0.29,-212,-0.08,-516,-0.42,,,,,,,,,,,,,,,,,,,,,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A
arduino:zephyr_main:nicla_vision:link_mode=static,,,,,,,,,,,,,-212,-0.08,-1024,-0.5,-212,-0.09,-1024,-0.5,-212,-0.09,-1024,-0.5,,,,,,,,,,,,,-216,-0.21,0,0.0,-212,-0.09,-1020,-0.5,-212,-0.11,-1024,-0.5,-212,-0.03,-1020,-0.5,-208,-0.02,-1020,-0.5,-208,-0.03,-1020,-0.5,-212,-0.03,-1020,-0.5,-224,-0.01,-1024,-0.26,-216,-0.01,-1024,-0.26,-212,-0.01,-1024,-0.26,-232,-0.01,-1024,-0.26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-212,-0.07,-1024,-0.5,-212,-0.01,-1024,-0.5,-212,-0.08,-1024,-0.5,,,,,-212,-0.04,0,0.0,-212,-0.03,0,0.0,-212,-0.07,-1024,-0.5,,,,,,,,,,,,,,,,,,,,,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A
arduino:zephyr_main:niclasense:link_mode=dynamic,,,,,,,,,,,,,-40,-0.02,-1156,-0.81,-40,-0.03,-1156,-0.81,-40,-0.02,-1156,-0.78,,,,,,,,,,,,,-44,-0.08,-1152,-0.95,-40,-0.03,-1152,-0.79,,,,,-40,-0.01,-1156,-0.82,-40,-0.01,-1156,-0.81,-40,-0.01,-1156,-0.82,-40,-0.01,-1156,-0.81,-48,-0.01,-1152,-0.35,-40,-0.01,-1156,-0.36,-40,-0.01,-1156,-0.35,-52,-0.01,-1152,-0.34,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
arduino:zephyr_main:niclasense:link_mode=static,,,,,,,,,,,,,-40,-0.02,-1024,-0.53,-40,-0.02,-1024,-0.53,-40,-0.02,-1024,-0.53,,,,,,,,,,,,,-44,-0.05,-1024,-0.53,-40,-0.02,-1020,-0.53,,,,,-40,-0.01,-1020,-0.53,-40,-0.01,-1020,-0.53,-40,-0.01,-1020,-0.53,-40,-0.01,-1020,-0.53,-48,-0.01,-1024,-0.26,-40,-0.01,-1024,-0.26,-40,-0.01,-1024,-0.26,-52,-0.01,-1024,-0.26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
arduino:zephyr_main:opta:link_mode=dynamic,,,,,,,,,,,,,-40,-0.02,-1472,-0.67,-40,-0.02,-1472,-0.67,-40,-0.02,-1472,-0.65,,,,,,,,,,,,,-44,-0.02,-1472,-0.65,-40,-0.02,-1472,-0.65,-40,-0.03,-1472,-0.68,-40,-0.01,-1472,-0.67,-40,-0.01,-1472,-0.67,-40,-0.01,-1472,-0.67,-40,-0.01,-1472,-0.67,-52,-0.01,-1472,-0.36,-40,-0.01,-1476,-0.37,-40,-0.01,-1476,-0.36,-56,-0.01,-1472,-0.35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-40,-0.02,-1476,-0.68,-40,-0.02,-1472,-0.68,-40,-0.02,-1472,-0.68,,,,,-40,-0.01,-1472,-0.54,-40,-0.01,-1472,-0.54,,,,,-40,-0.01,-1476,-0.4,-40,-0.01,-1472,-0.4,-40,-0.01,-1476,-0.4,-40,-0.01,-1476,-0.4,,,,,,,,,,,,,,,,,,,,,,,,,-40,-0.01,-1472,-0.62,-40,-0.01,-1472,-0.61,-40,-0.01,-1476,-0.62,-40,-0.01,-1476,-0.62,-40,-0.02,-1476,-0.66,-40,-0.01,-1476,-0.62,-40,-0.01,-1476,-0.64
arduino:zephyr_main:opta:link_mode=static,,,,,,,,,,,,,-40,-0.02,-2048,-0.67,-40,-0.02,-2048,-0.67,-40,-0.02,-2048,-0.67,,,,,,,,,,,,,-44,-0.02,-2048,-0.67,-40,-0.02,-2044,-0.67,-40,-0.02,-2048,-0.67,-40,-0.01,-2044,-0.67,-40,-0.01,-2044,-0.67,-40,-0.01,-2044,-0.67,-40,-0.01,-2044,-0.67,-52,-0.01,-2048,-0.41,-40,-0.01,-2048,-0.41,-40,-0.01,-2048,-0.41,-56,-0.01,-2048,-0.41,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-40,-0.02,-2048,-0.67,-40,-0.01,-2048,-0.67,-40,-0.02,-2048,-0.67,,,,,-40,-0.01,-1024,-0.34,-40,-0.01,-1024,-0.34,,,,,-40,-0.01,-1020,-0.25,-40,-0.01,-1020,-0.25,-40,-0.01,-1020,-0.25,-40,-0.01,-1020,-0.25,,,,,,,,,,,,,,,,,,,,,,,,,-40,-0.01,-2044,-0.67,-40,-0.01,-2048,-0.67,-40,-0.01,-2048,-0.67,-40,-0.01,-2044,-0.67,-40,-0.02,-2048,-0.67,-40,-0.01,-2048,-0.67,-40,-0.01,-2044,-0.67
arduino:zephyr_main:portentac33:link_mode=dynamic,,,,,,,,,,,,,,,,,,,,,,,,,-44,-0.01,-5956,-0.48,-44,-0.01,-5956,-0.47,-44,-0.01,-5956,-0.48,-44,-0.02,-5952,-0.77,-40,-0.02,-5956,-0.77,-40,-0.02,-5956,-0.81,-40,-0.01,-5956,-0.81,-40,-0.01,-5956,-0.81,-40,-0.01,-5956,-0.81,-40,-0.01,-5956,-0.81,-48,-0.01,-5956,-0.62,-40,-0.01,-5952,-0.65,-40,-0.01,-5952,-0.64,-52,-0.01,-5956,-0.62,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-40,-0.02,-5952,-0.81,-40,-0.02,-5956,-0.81,-40,-0.02,-5956,-0.81,,,,,-40,-0.01,-5956,-0.75,-40,-0.01,-5956,-0.75,-40,-0.02,-5952,-0.81,,,,,,,,,,,,,,,,,,,,,,,,,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,-40,-0.01,-5956,-0.79,-40,-0.01,-5956,-0.78,-40,-0.01,-5952,-0.79,-40,-0.01,-5952,-0.76,-40,-0.02,-5952,-0.8,-40,-0.01,-5952,-0.79,-40,-0.01,-5952,-0.79
arduino:zephyr_main:portentac33:link_mode=static,,,,,,,,,,,,,,,,,,,,,,,,,-44,-0.01,-6144,-0.45,-44,-0.01,-6144,-0.45,-44,-0.01,-6144,-0.45,-44,-0.02,-6144,-0.72,-40,-0.02,-6140,-0.72,-40,-0.02,-5120,-0.68,-40,-0.01,-6140,-0.72,-40,-0.01,-6140,-0.72,-40,-0.01,-6140,-0.72,-40,-0.01,-6140,-0.72,-48,-0.01,-6144,-0.59,-40,-0.01,-5120,-0.54,-40,-0.01,-5120,-0.54,-52,-0.01,-6144,-0.59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-40,-0.01,-5120,-0.68,-40,-0.01,-5120,-0.68,-40,-0.01,-5120,-0.68,,,,,-40,-0.01,-6144,-0.72,-40,-0.01,-6144,-0.72,-40,-0.01,-5120,-0.68,,,,,,,,,,,,,,,,,,,,,,,,,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,-40,-0.01,-6140,-0.72,-40,-0.01,-6144,-0.72,-40,-0.01,-6144,-0.72,-40,-0.01,-6140,-0.72,-40,-0.01,-6144,-0.72,-40,-0.01,-6144,-0.72,-40,-0.01,-6140,-0.72
arduino:zephyr_main:portentah7:link_mode=dynamic,,,,,,,,,,,,,-92,-0.04,-1728,-0.64,-92,-0.04,-1728,-0.64,-92,-0.04,-1728,-0.63,-96,-0.03,-1728,-0.22,-96,-0.03,-1728,-0.22,-96,-0.03,-1728,-0.22,-96,-0.04,-1728,-0.62,-92,-0.04,-1728,-0.62,-92,-0.05,-1728,-0.64,,,,,,,,,,,,,,,,,-104,-0.01,-1728,-0.37,-92,-0.01,-1732,-0.38,-92,-0.01,-1732,-0.38,-108,-0.01,-1728,-0.37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-92,-0.04,-1732,-0.64,-92,-0.03,-1728,-0.64,-92,-0.04,-1728,-0.64,-96,-0.03,-1732,-0.61,-92,-0.02,-1728,-0.54,-92,-0.02,-1728,-0.53,-92,-0.03,-1732,-0.64,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-92,-0.02,-1728,-0.6,-92,-0.02,-1728,-0.59,-96,-0.02,-1732,-0.6,-92,-0.02,-1732,-0.6,-92,-0.04,-1732,-0.63,-92,-0.02,-1732,-0.6,-92,-0.02,-1732,-0.61
arduino:zephyr_main:portentah7:link_mode=static,,,,,,,,,,,,,-92,-0.03,-2048,-0.67,-92,-0.04,-2048,-0.67,-92,-0.04,-1024,-0.34,-96,-0.02,-1024,-0.13,-96,-0.02,-1024,-0.13,-96,-0.03,-1024,-0.13,-96,-0.04,-1024,-0.34,-92,-0.04,-1020,-0.34,-92,-0.04,-2048,-0.67,-92,-0.02,-2044,-0.67,-96,-0.01,-2044,-0.67,-96,-0.02,-2044,-0.67,-92,-0.01,-2044,-0.67,-104,-0.01,-2048,-0.41,-92,-0.01,-2048,-0.41,-92,-0.01,-2048,-0.41,-108,-0.01,-2048,-0.41,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-92,-0.03,-2048,-0.67,-92,-0.01,-2048,-0.67,-92,-0.03,-2048,-0.67,-96,-0.03,-1024,-0.34,-92,-0.02,-2048,-0.51,-92,-0.02,-2048,-0.5,-92,-0.03,-2048,-0.67,-92,-0.01,-1020,-0.2,-92,-0.02,-1020,-0.2,-92,-0.02,-1020,-0.2,-92,-0.01,-1020,-0.2,,,,,,,,,,,,,,,,,,,,,,,,,-92,-0.02,-1020,-0.34,-92,-0.02,-1024,-0.34,-96,-0.02,-1024,-0.34,-92,-0.02,-1020,-0.34,-92,-0.03,-1024,-0.34,-92,-0.02,-1024,-0.34,-92,-0.02,-1020,-0.34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants