设置:
https://github.com/RIOT-OS/RIOT/tree/master/examples/emcute_mqttsncd RIOT/examples/emcute_mqttsnmake BOARD=stm32f4discovery all flash termifconfig,以太网接口信息没有打印。防暴网支持以太网物理层吗?请参阅日志:> help
2019-05-30 17:23:32,578 - INFO # help
2019-05-30 17:23:32,581 - INFO # Command Description
2019-05-30 17:23:32,584 - INFO # ---------------------------------------
2019-05-30 17:23:32,587 - INFO # con connect to MQTT broker
2019-05-30 17:23:32,592 - INFO # discon disconnect from the current broker
2019-05-30 17:23:32,595 - INFO # pub publish something
2019-05-30 17:23:32,598 - INFO # sub subscribe topic
2019-05-30 17:23:32,603 - INFO # unsub unsubscribe from topic
2019-05-30 17:23:32,606 - INFO # will register a last will
2019-05-30 17:23:32,609 - INFO # reboot Reboot the node
2019-05-30 17:23:32,615 - INFO # ps Prints information about running threads.
2019-05-30 17:23:32,617 - INFO # ping6 Ping via ICMPv6
2019-05-30 17:23:32,623 - INFO # random_init initializes the PRNG
2019-05-30 17:23:32,628 - INFO # random_get returns 32 bit of pseudo randomness
2019-05-30 17:23:32,632 - INFO # nib Configure neighbor information base
2019-05-30 17:23:32,637 - INFO # ifconfig Configure network interfaces
> ifconfig
2019-05-30 17:23:36,554 - INFO # ifconfig
> 发布于 2019-08-01 17:24:48
STM32以太网在从一个月前开始中是受支持的,但是您指定的板(STM32F4Discovery)没有以太网接口,因此无法启用用于它的模块。
如果您的设置类似于发现板,则根据发现板和支持stm32f407vet6以太网的核-f767zi板为STM32创建一个板文件。如果你知道你的董事会的话,这不是很多工作,而且这个项目肯定会感激你想出的任何东西的拉请求。
发布于 2019-12-05 15:57:55
STM32以太网在一个月前就被支持,但是您指定的板(STM32F4Discovery)没有以太网接口,因此无法启用它的模块。
如果您的设置类似于发现板,则根据发现板和支持stm32f407vet6以太网的核-f767zi板为STM32创建一个板文件。如果你知道你的董事会,这不是很多的工作,而且这个项目肯定会很感激你想出的任何东西的拉力请求。
https://stackoverflow.com/questions/56388026
复制相似问题