bouffalolab / bouffalo_sdk

BouffaloSDK is the IOT and MCU software development kit provided by the Bouffalo Lab Team, supports all the series of Bouffalo chips. Also it is the combination of bl_mcu_sdk and bl_iot_sdk
Apache License 2.0
349 stars 121 forks source link

add the wifi drive receive callback and send #193

Open wilesun opened 5 months ago

wilesun commented 5 months ago

请参考一下esp-idf,提供接收回调和发送:

esp_err_t esp_wifi_internal_reg_rxcb(wifi_interface_t ifx, wifi_rxcb_t fn); int esp_wifi_internal_tx(wifi_interface_t wifi_if, void *buffer, uint16_t len);

这些还是比较有用的。