Skip to content

Commit 0bd2435

Browse files
chore: Butterfly Receiver P1 file clean-up
1 parent 417da00 commit 0bd2435

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

boards/slimevr/butterfly_p1/butterfly_p1_uf2.dts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
zephyr,user {
6868
led-gpios = <&gpio0 3 GPIO_OPEN_SOURCE>;
6969
};
70-
7170
};
7271

7372
&reg1 {
@@ -101,6 +100,10 @@ zephyr_udc0: &usbd {
101100
};
102101
};
103102

103+
&cryptocell {
104+
status = "disabled";
105+
};
106+
104107
&nfct {
105108
status = "disabled";
106109
};

boards/slimevr/butterfly_p1/butterfly_p1_uf2_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CONFIG_HW_STACK_PROTECTION=y
66

77
CONFIG_USB_DEVICE_STACK=y
88
CONFIG_USB_DEVICE_MANUFACTURER="SlimeVR"
9-
CONFIG_USB_DEVICE_PRODUCT="SlimeVR Butterfly Receiver P1"
9+
CONFIG_USB_DEVICE_PRODUCT="SlimeNRF Receiver Butterfly P1"
1010

1111
#generate for adafruit uf2 bootloader flashing
1212
CONFIG_BUILD_OUTPUT_UF2=y

0 commit comments

Comments
 (0)