RT-Thread code

RT-Thread is developed by version 5.0.2, based on which add the code of JH-7110:
  1. JH-7110 code: Contains driver code of JH-7110 Clock, Pinctrl and GPIO, and other simple applications.
    rtthread/bsp/starfive/jh7110/
  2. RPMsg code:
    RT-Thread: uses open-source rpmsg-lite code, which is also the open-source virtio-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
  3. Driver code: Port to the RT-Thread drivers, including UART, GMAC, PCIe, and CAN drivers.
    rtthread/bsp/starfive/libraries/driver
  4. The test application is located in the following path:

    rtthread/bsp/starfive/libraries/applications