Page 1 of 1

Compiling new libs for Arduino

Posted: Fri Dec 21, 2018 3:21 pm
by cziter15
Hello,

I want to use some features in Arduino, mainly power management features, like Tickless Idle, Power Manager, Light sleep.

I know, that modyfying sdkconfig in arduino's platform package have no effect.

I read that I should compile .a libs and replace old ones in arduino's directory with them.

So.. the question is how to build these libs for Arduino (tools/sdk/lib directory) ?

Regards,
Chris

Re: Compiling new libs for Arduino

Posted: Sun Dec 23, 2018 3:22 pm
by meneldor
I cannot understand this porting to Arduino at all. Why people want to wrap everything in Arduino environment?

Re: Compiling new libs for Arduino

Posted: Sun Dec 23, 2018 3:25 pm
by cziter15
Simply because there are libraries and porting to other platform is fairly easy.