Arduino IDE
This commit is contained in:
parent
05af78402d
commit
794593f8e8
|
|
@ -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" ];
|
||||||
}
|
}
|
||||||
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue