-->
Page 8 of 9

Re: New Makefile for the SDK, new tool to create firmware fi

PostPosted: Sat Sep 27, 2014 4:59 am
by reaper7
Chris - I read that You are planning support for upload firmware via Your esptool.exe...
any progress?
it would be fantastic to do reflash directly from Makefile -> make flash :D

Re: New Makefile for the SDK, new tool to create firmware fi

PostPosted: Sun Sep 28, 2014 3:44 am
by mamalala
reaper7 wrote:Chris - I read that You are planning support for upload firmware via Your esptool.exe...
any progress?
it would be fantastic to do reflash directly from Makefile -> make flash :D


I can't work on my tool until mid of next week, since i have another, urgent, job to do until Wednesday. After that i will continue with my tool.

Greetings,

Chris

Re: New Makefile for the SDK, new tool to create firmware fi

PostPosted: Sun Sep 28, 2014 9:37 pm
by cnlohr
Indeed I was. Thank you.

Re: New Makefile for the SDK, new tool to create firmware fi

PostPosted: Sat Nov 01, 2014 4:00 pm
by maximevince
Your makefile is very clean. I like it a lot.

I had to manually add "include" to the EXTRA_INCDIR variable to get it to compile.

For other users: you need to put the makefile inside the directory with your actual demo code (e.g. the AT demo or the IoT demo, containing the driver, include, user directories)