Arduino IDE

This commit is contained in:
Ulysse Cura 2026-06-19 11:15:27 +02:00
parent 05af78402d
commit 794593f8e8
2 changed files with 7 additions and 0 deletions

View File

@ -55,6 +55,12 @@
''; '';
}; };
services.udev.extraRules = ''
# Renesas based Arduino Santiago/Portenta H33 bootloader mode UDEV rules
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2341", MODE:="0666"
'';
# Add nix experimental features.inherit # Add nix experimental features.inherit
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
} }

View File

@ -41,6 +41,7 @@
gcc gcc
gcc-arm-embedded gcc-arm-embedded
python315 python315
arduino-ide
# Communication # Communication
(element-desktop.overrideAttrs (oldAttrs: { (element-desktop.overrideAttrs (oldAttrs: {