summaryrefslogtreecommitdiff
path: root/sysutils/blisp/files/devd-blisp.conf
blob: 1ec38d7baae7062c30c398da9cfa9f882d4fd946 (plain) (blame)
1
2
3
4
5
6
7
8
# enable user flash of Bouffalo Labs RISC-V MCUs (such in Pinecil v2 soldering
# iron, PineCone dev board, PineNut programmer and others).
attach 100 {
	match "vendor"		"0xffff";
	match "product"		"0xffff";
	match "release"		"0x0200";
	action "chmod 660 /dev/$ugen";
};