bdac8c116a
After the ap core subscribes to the 25hz batch 120ms data of the sensor core, it switches to the cp core and subscribes to the 50hz batch 120ms sensor core data. At this time, the data subscribed by the AP will be abnormally lost (12.5hz). Mainly because ap subscribes to sensor core data earlier than cp. The subscription of cp will be broadcast to the ap core at the same time, and the corresponding "path" already exists under "/dev/uorb" of ap. Thus the ap will create a "stub". There are some restrictions on the creation of "stub" to avoid this situation. Signed-off-by: likun17 <likun17@xiaomi.com> |
||
---|---|---|
.. | ||
1wire | ||
analog | ||
audio | ||
bch | ||
can | ||
clk | ||
contactless | ||
coresight | ||
crypto | ||
devicetree | ||
dma | ||
dummy | ||
eeprom | ||
efuse | ||
i2c | ||
i2s | ||
input | ||
ioexpander | ||
ipcc | ||
lcd | ||
leds | ||
loop | ||
math | ||
misc | ||
mmcsd | ||
modem | ||
motor | ||
mtd | ||
net | ||
note | ||
pci | ||
pinctrl | ||
pipes | ||
power | ||
rc | ||
regmap | ||
reset | ||
rf | ||
rmt | ||
rpmsg | ||
rptun | ||
segger | ||
sensors | ||
serial | ||
spi | ||
syslog | ||
timers | ||
usbdev | ||
usbhost | ||
usbmisc | ||
usbmonitor | ||
usrsock | ||
video | ||
virtio | ||
wireless | ||
.gitignore | ||
CMakeLists.txt | ||
drivers_initialize.c | ||
Kconfig | ||
Makefile |