espressif / esp-hosted

Hosted Solution (Linux/MCU) with ESP32 (Wi-Fi + BT + BLE)
Other
706 stars 169 forks source link

Can the firmware code of esp32c3 be normalized in esp_hosted_ng and esp_hosted_fg modes #375

Closed linchanghe123 closed 6 months ago

linchanghe123 commented 6 months ago

Hi, mantriyogesh, Can the firmware code of esp32c3 be normalized in esp_hosted_ng and esp_hosted_fg modes? Do you have this normalization plan? We have two hardware platforms that use NG mode and FG mode respectively. Now we want to analyze whether the code on the esp32 side can be normalized.

mantriyogesh commented 6 months ago

Hello @linchanghe123 , This seems though, at least for now, as the user space integration, interface messages etc are different in both FG & NG. Practically possible, but it may take huge time to do so. We will give a thought if we can do it in long term.

linchanghe123 commented 6 months ago

Okay, thank you. A bit sad.