MaJerle / lwesp

Lightweight and versatile AT parser library for ESP8266 and ESP32 devices.
https://majerle.eu/projects/lwesp-lightweight-esp-at-parser-library-for-embedded-systems
MIT License
447 stars 138 forks source link

HAL Support ? #74

Closed Chleba closed 3 years ago

Chleba commented 3 years ago

Will there be support for HAL Drivers ?

MaJerle commented 3 years ago

So far I didnt seeva need for it. Demo based on LL for stm32 is not enough?

Chleba commented 3 years ago

I was just asking if you have it somehow prepared or something. I will make a PR later for you, if you want to have it as a part of Your library. Thanks :+1:

MaJerle commented 3 years ago

Don't close it so quickly :)

Having HAL makes sense only if we can implement DMA receive especially with high traffic. Latest versions of HAL (H7, G4, L5 + some others) support DMA receive with unknown length on RX side. IF you can implement such thing with HAL and make a pull request to develop branch, I will merge it.

Chleba commented 3 years ago

I am sorry about that - closing this "Issue" too soon. I will let you know. Thank you.