Skip to content

Remove Nicla tutorial sketch #20

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

Merged
merged 1 commit into from
Jun 30, 2022
Merged

Conversation

marqdevx
Copy link
Member

No description provided.

@github-actions
Copy link

Memory usage change @ c230e04

Board flash % RAM for global variables %
arduino:mbed_edge:edge_control 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:mbed_portenta:envie_m4 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:mbed_portenta:envie_m7 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
Click for full report table
Board examples/Dual Core Processing/BlinkBothCores
flash
% examples/Dual Core Processing/BlinkBothCores
RAM for global variables
% examples/Edge Control Getting Started/EdgeControl
flash
% examples/Edge Control Getting Started/EdgeControl
RAM for global variables
% examples/Dual Core Processing/BlinkGreenLed_M4
flash
% examples/Dual Core Processing/BlinkGreenLed_M4
RAM for global variables
% examples/BLE Connectivity on Portenta H7/PortentaBLE
flash
% examples/BLE Connectivity on Portenta H7/PortentaBLE
RAM for global variables
% examples/Creating a Flash-Optimised Key-Value Store/FlashKeyValue
flash
% examples/Creating a Flash-Optimised Key-Value Store/FlashKeyValue
RAM for global variables
% examples/Creating GUIs with LVGL/lvglCounter
flash
% examples/Creating GUIs with LVGL/lvglCounter
RAM for global variables
% examples/Dual Core Processing/BlinkRedLed
flash
% examples/Dual Core Processing/BlinkRedLed
RAM for global variables
% examples/Dual Core Processing/BlinkRedLed_M7
flash
% examples/Dual Core Processing/BlinkRedLed_M7
RAM for global variables
% examples/Portenta H7 as a USB Host/LEDKeyboardController
flash
% examples/Portenta H7 as a USB Host/LEDKeyboardController
RAM for global variables
% examples/Portenta H7 as a WiFi Access Point/SimpleWebServer
flash
% examples/Portenta H7 as a WiFi Access Point/SimpleWebServer
RAM for global variables
% examples/Setting Up Portenta H7 For Arduino/Blink
flash
% examples/Setting Up Portenta H7 For Arduino/Blink
RAM for global variables
%
arduino:mbed_edge:edge_control 0 0.0 0 0.0 0 0.0 0 0.0
arduino:mbed_portenta:envie_m4 0 0.0 0 0.0 0 0.0 0 0.0
arduino:mbed_portenta:envie_m7 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
Click for full report CSV
Board,examples/Dual Core Processing/BlinkBothCores<br>flash,%,examples/Dual Core Processing/BlinkBothCores<br>RAM for global variables,%,examples/Edge Control Getting Started/EdgeControl<br>flash,%,examples/Edge Control Getting Started/EdgeControl<br>RAM for global variables,%,examples/Dual Core Processing/BlinkGreenLed_M4<br>flash,%,examples/Dual Core Processing/BlinkGreenLed_M4<br>RAM for global variables,%,examples/BLE Connectivity on Portenta H7/PortentaBLE<br>flash,%,examples/BLE Connectivity on Portenta H7/PortentaBLE<br>RAM for global variables,%,examples/Creating a Flash-Optimised Key-Value Store/FlashKeyValue<br>flash,%,examples/Creating a Flash-Optimised Key-Value Store/FlashKeyValue<br>RAM for global variables,%,examples/Creating GUIs with LVGL/lvglCounter<br>flash,%,examples/Creating GUIs with LVGL/lvglCounter<br>RAM for global variables,%,examples/Dual Core Processing/BlinkRedLed<br>flash,%,examples/Dual Core Processing/BlinkRedLed<br>RAM for global variables,%,examples/Dual Core Processing/BlinkRedLed_M7<br>flash,%,examples/Dual Core Processing/BlinkRedLed_M7<br>RAM for global variables,%,examples/Portenta H7 as a USB Host/LEDKeyboardController<br>flash,%,examples/Portenta H7 as a USB Host/LEDKeyboardController<br>RAM for global variables,%,examples/Portenta H7 as a WiFi Access Point/SimpleWebServer<br>flash,%,examples/Portenta H7 as a WiFi Access Point/SimpleWebServer<br>RAM for global variables,%,examples/Setting Up Portenta H7 For Arduino/Blink<br>flash,%,examples/Setting Up Portenta H7 For Arduino/Blink<br>RAM for global variables,%
arduino:mbed_edge:edge_control,0,0.0,0,0.0,0,0.0,0,0.0
arduino:mbed_portenta:envie_m4,0,0.0,0,0.0,,,,,0,0.0,0,0.0
arduino:mbed_portenta:envie_m7,0,0.0,0,0.0,,,,,,,,,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0

@aentinger aentinger merged commit d952f44 into main Jun 30, 2022
@aentinger aentinger deleted the marqdevx/niclaSenseME/ShieldTutorial branch June 30, 2022 08:53
@per1234 per1234 added the topic: documentation Related to documentation for the project label Jun 30, 2022
@per1234
Copy link
Contributor

per1234 commented Jun 30, 2022

@marqdevx @aentinger this PR causes a spurious failure of the previously passing sketch compilation workflow:

https://github.com/arduino-libraries/Arduino_Pro_Tutorials/actions/runs/2588726306

Please submit a follow up PR to update the workflow to reflect the removal of the sketches.

@marqdevx
Copy link
Member Author

One sec, im checking why I did this PR, cause I dont remember the reason.

In case we remove those sketches I will update the workflow, if I dont, I will back it up

cc @aentinger

@aentinger
Copy link
Contributor

aentinger commented Jun 30, 2022

If you find that you still need it, just revert this commit.

One sec, im checking why I did this PR, cause I dont remember the reason.

Altogether I wish there would be a bit more hygiene in PRs, not leaving them hang around for months/years, especially if they are of our own making.

@marqdevx
Copy link
Member Author

I will, and totally agree, my fault!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: documentation Related to documentation for the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants