]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/docs_eclipse' into 'master'
authorAngus Gratton <angus@espressif.com>
Thu, 8 Sep 2016 23:41:32 +0000 (07:41 +0800)
committerAngus Gratton <angus@espressif.com>
Thu, 8 Sep 2016 23:41:32 +0000 (07:41 +0800)
commitadd32cbc9ac502317904fbb46830063a5e7a9e2b
tree5d71e917484a421f501e56adecd164c62feb1859
parent99b64c82d1fd270b9f691d41d92cd21320ce1129
parent02543ee89522c49b7e0c990420ca18f12003e0d2
Merge branch 'bugfix/docs_eclipse' into 'master'

Eclipse fixes, including renaming component Makefiles to component.mk

Some changes after following up some Eclipse problems with @nilay .

Biggest thing is renaming all component Makefiles to component.mk. This requires changes to all esp-idf projects, ie:
* https://github.com/espressif/esp-idf-template/compare/bugfix/docs_eclipse?expand=1
* http://gitlab.espressif.cn/idf/esp-idf-tests/tree/update/component_makefiles

... this fixes Eclipse weirdness and also means the only "Makefile"s in the project are the ones you should run make against.

If this MR is merged then I'll also merge these, email all developers about the breaking change and post on esp32.com.

See merge request !34