arduino-libraries / Arduino_USBHostMbed5

Apache License 2.0
4 stars 10 forks source link

Add callback functionality for thumb drive disconnects #27

Closed alrvid closed 1 year ago

alrvid commented 1 year ago

Adds callback functionality for thumb drive disconnects that works similarly to the connect callback functionality.

github-actions[bot] commented 1 year ago

Memory usage change @ f8b3422122bc2d13f88ab344e6dc3abc02e054f3

Board flash % RAM for global variables %
arduino:mbed_giga:giga :small_red_triangle: 0 - +64 0.0 - 0.0 :small_red_triangle: 0 - +8 0.0 - 0.0
arduino:mbed_opta:opta :small_red_triangle: 0 - +64 0.0 - 0.0 :small_red_triangle: 0 - +8 0.0 - 0.0
arduino:mbed_portenta:envie_m7 N/A N/A N/A N/A
Click for full report table Board|`examples/DirList`
flash|%|`examples/DirList`
RAM for global variables|%|`examples/FileRead`
flash|%|`examples/FileRead`
RAM for global variables|%|`examples/FileWrite`
flash|%|`examples/FileWrite`
RAM for global variables|%|`examples/OptaDirList`
flash|%|`examples/OptaDirList`
RAM for global variables|%|`examples/PortentaOTA`
flash|%|`examples/PortentaOTA`
RAM for global variables|% -|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|- `arduino:mbed_giga:giga`|64|0.0|8|0.0|0|0.0|0|0.0|64|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0 `arduino:mbed_opta:opta`|0|0.0|0|0.0|64|0.0|8|0.0|0|0.0|8|0.0|64|0.0|8|0.0|0|0.0|0|0.0 `arduino:mbed_portenta:envie_m7`|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
Click for full report CSV ``` Board,examples/DirList
flash,%,examples/DirList
RAM for global variables,%,examples/FileRead
flash,%,examples/FileRead
RAM for global variables,%,examples/FileWrite
flash,%,examples/FileWrite
RAM for global variables,%,examples/OptaDirList
flash,%,examples/OptaDirList
RAM for global variables,%,examples/PortentaOTA
flash,%,examples/PortentaOTA
RAM for global variables,% arduino:mbed_giga:giga,64,0.0,8,0.0,0,0.0,0,0.0,64,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0 arduino:mbed_opta:opta,0,0.0,0,0.0,64,0.0,8,0.0,0,0.0,8,0.0,64,0.0,8,0.0,0,0.0,0,0.0 arduino:mbed_portenta:envie_m7,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 ```