You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Store all temporary files under a single folder (#2031)
Fix#2028
Any temporary file will be persisted in a new dedicated folder named as "arduino" located in the OS-specific temporary directory, e.g.:
/tmp/
├── arduino
│ ├── arduino-core-cache
│ │ └── core_arduino_avr_uno_640aa5b4d646262327bbea65c3462b39.a
│ └── arduino-sketch-89E1544CF5F196B29E530BA6940B661F
│ ├── 06.ino.elf
│ ├── 06.ino.with_bootloader.bin
│ ├── build.options.json
│ ├── compile_commands.json
│ ├── core
│ │ ├── abi.cpp.d
[...]
This change is meant to make easier maintenance operations for both end-users and operating-systems.
Signed-off-by: giuliano <panzironi.giuliano@gmail.com>
0 commit comments