此应用程序启动后执行下面2个操作:
初始化串口1
循环从串口1阻塞方式读数据,再写回到串口1
注意设备表中串口1的配置和board匹配
示例位置:examples/peripheral/uart/block_read_write
examples/peripheral/uart/block_read_write
编译、烧录等操作请参考:快速入门