We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Howdy folks. We're starting our journey in porting this stack to the Espressif family of chips. So far, so good.
Minor thing: I've had to locally modify common.mk to remove an ARM-specific compile flag:
common.mk
SWL2001/makefiles/common.mk
Line 181 in 8d052b2
To maximise compatibility I'd recommend not including this flag by default!
This modification aside, the stack builds fine under the Espressif compiler. Cheers.
P.S. Quick question: is there any plan to use CMake in addition to / instead of make in the future?
The text was updated successfully, but these errors were encountered:
Hi @tcbennun ! Thanks for the report. This arm specific flag will be removed from makefile for the next release
Sorry, something went wrong.
Hi @tcbennun ! This issue is now solved in the v3.3.0 release of the project. The specific MCU compile flag has been removed.
No branches or pull requests
Howdy folks. We're starting our journey in porting this stack to the Espressif family of chips. So far, so good.
Minor thing: I've had to locally modify
common.mk
to remove an ARM-specific compile flag:SWL2001/makefiles/common.mk
Line 181 in 8d052b2
To maximise compatibility I'd recommend not including this flag by default!
This modification aside, the stack builds fine under the Espressif compiler. Cheers.
P.S. Quick question: is there any plan to use CMake in addition to / instead of make in the future?
The text was updated successfully, but these errors were encountered: