mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
add32cbc9a
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