RT-Thread-packages / at_device

AT component porting or samples for different devices
Apache License 2.0
214 stars 181 forks source link

Add USR K7 Ethernet module driver. #128

Closed tekkamanninja closed 4 years ago

tekkamanninja commented 4 years ago

This patch adds USR IOT USRK7 support. Since USR-K7 only has pass-through transmission mode, this driver depends on the AT Pass-Through support(AT_CLIENT_PASS_THROUGH).

Please reference sample program (at_sample_usrk7), and try "usrk7_io" and "usrk7_socket_setup" command to use this driver.

Signed-off-by: Fu Wei wefu@redhat.com

Lawlieta commented 4 years ago

@tekkamanninja please resolve the conflict first

tekkamanninja commented 4 years ago

@tekkamanninja please resolve the conflict first

I have re-pushed , fixed it