- Implemented CDC-ACM (USB Virtual COM Port) support for the slave_node application. - Removed the now obsolete 'hello_world' and 'stm32g431_tests' applications.
10 lines
169 B
Plaintext
10 lines
169 B
Plaintext
&zephyr_udc0 {
|
|
cdc_acm_uart0: cdc_acm_uart0 {
|
|
compatible = "zephyr,cdc-acm-uart";
|
|
|
|
modbus0 {
|
|
compatible = "zephyr,modbus-serial";
|
|
status = "okay";
|
|
};
|
|
};
|
|
}; |