RT-Thread-packages / at_device

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

add at device probe #138

Closed ruomud closed 3 years ago

ruomud commented 3 years ago

Useful for hardware changes, pcie module for example. TODO: user's param 'recv_line_num' have no effect in real at_device_register(), because at_client_init() already done by probe.

xiangxistu commented 3 years ago

I will think about ‘probe’ function.