add:填写硬件配置和app信息,成功运行示例程序

This commit is contained in:
tangchao0503
2023-08-04 11:04:28 +08:00
parent 59b71864e4
commit 8c834c4884
4 changed files with 91 additions and 8 deletions

View File

@ -42,7 +42,7 @@ extern "C" {
#ifdef PLATFORM_ARCH_x86_64
#define LINUX_NETWORK_DEV "enxf8e43b7bbc2c"
#else
#define LINUX_NETWORK_DEV "l4tbr0"
#define LINUX_NETWORK_DEV "eth1"
#endif
/**
* @attention

View File

@ -45,7 +45,7 @@ extern "C" {
/* Exported constants --------------------------------------------------------*/
//User can config dev based on there environmental conditions
#define LINUX_UART_DEV1 "/dev/ttyUSB0"
#define LINUX_UART_DEV1 "/dev/ttyUSB1"
#define LINUX_UART_DEV2 "/dev/ttyACM0"
/* Exported types ------------------------------------------------------------*/