pfalcon / esp-open-sdk

Free and open (as much as possible) integrated SDK for ESP8266/ESP8285 chips
1.97k stars 623 forks source link

SDK 3.x - lx106-hal no longer needed?? #362

Closed davydnorris closed 5 years ago

davydnorris commented 5 years ago

A few of us have been working extensively with the latest SDK and it appears they have now added entries in the linker script for many, if not all, of the ROM functions previously being built into libhal.

As such we've been able to completely remove libhal from our builds with no side effects, and I was wondering if it is still required in the open-sdk?

pfalcon commented 5 years ago

The purpose of this project is to provide open-source SDK for esp8266. Is lx106-hal open-source? Yes. Is bootrom open-source? No. The answer to the question posed should be clear from here.

The direction of this project is to make source available for more components, not remove components with source available.

davydnorris commented 5 years ago

ok