英文: Picking which QNX partition to boot into automatically 问题 我目前有一个嵌入式设备,其中有一个带有3个QNX 6.5.0SP1分区的闪存...
如何在pyRTOS中构建一个非周期性任务?
英文: How to structure a non-periodic task in pyRTOS? 问题 这段代码是用于非周期性任务吗?由于函数内部有一个 while 循环,我想象这个函数会无限运...
Avoiding inter-module dependencies, avoiding event as a global variable – What should be given more importance? why?
英文: Avoiding inter-module dependencies, avoiding event as a global variable - What should be given m...
vTaskCreatePinnedToCore() 没有按预期行为
英文: vTaskCreatePinnedToCore() isn't behaving as expected 问题 我正在使用ESP-IDF,并希望在ESP32的不同内核上同时运行两个任务...
uC/OS-II中的消息队列不是FIFO顺序吗?
英文: Message queue in uC/OS-II is not FIFO order? 问题 我使用De10-Nano套件,已经成功地将uC/OS-II移植到Weston Embedded网...
Azure NetX Duo only provides the driver for LAN8742 compatible Ethernet PHYs. How can I manage other Ethernet PHYs?
英文: Azure NetX Duo only provides the driver for LAN8742 compatible Ethernet PHYs. How can I manage o...
最好的方法是阻止除一个线程以外的所有线程。
英文: What is the best way to block all threads except one? 问题 我正在处理一个项目,在其中需要在某个线程开始执行时阻止所有线程。我考虑过使用线...