We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2ed68 commit 99cd1abCopy full SHA for 99cd1ab
boards/proves_fc_v5c.overlay
@@ -0,0 +1,27 @@
1
+&zephyr_udc0 {
2
+ cdc_acm_uart0: cdc_acm_uart0 {
3
+ compatible = "zephyr,cdc-acm-uart";
4
+ };
5
+};
6
+
7
+/ {
8
+ chosen {
9
+ zephyr,console = &cdc_acm_uart0;
10
11
12
+ aliases {
13
+ led0 = &user_led_0;
14
15
16
+ leds {
17
+ compatible = "gpio-leds";
18
+ user_led_0: led_0 {
19
+ gpios = <&gpio0 24 GPIO_ACTIVE_HIGH>;
20
+ label = "User LED";
21
22
23
24
25
+&gpio0 {
26
+ status = "okay";
27
prj.conf
@@ -33,6 +33,7 @@ CONFIG_CONSOLE=y
33
CONFIG_UART_CONSOLE=y
34
CONFIG_SERIAL=y
35
CONFIG_GPIO=y
36
+CONFIG_LED=y
37
CONFIG_PWM=n
38
CONFIG_I2C=n
39
CONFIG_SPI=n
0 commit comments