RT-Thread code
RT-Thread is developed by version 5.0.2, based on which add the code of JH-7110:
- JH-7110 code:
Contains driver code of JH-7110 Clock, Pinctrl and
GPIO, and other simple
applications.
rtthread/bsp/starfive/jh7110/
- RPMsg code: RT-Thread: uses open-source
rpmsg-lite
code, which is also the open-sourcevirtio-base
code of RPMsg. It can send and receive data with Linux according to the protocol. The combination of IPI interrupts between cores and shared memory can achieve data transmission between heterogeneous cores. The filepath of RT-Thread code is as follows:rtthread/bsp/starfive/libraries/component/rpmsg-lite
- Driver code: Port to the RT-Thread drivers, including UART, GMAC, PCIe,
and CAN
drivers.
rtthread/bsp/starfive/libraries/driver
- The test application is located in the following
path:
rtthread/bsp/starfive/libraries/applications