esp-idf/components
Angus Gratton add32cbc9a 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
2016-09-09 07:41:32 +08:00
..
bootloader Name component makefiles component.mk instead of Makefile 2016-09-08 13:41:19 +10:00
bt Initial public version 2016-08-17 23:08:22 +08:00
esp32 Name component makefiles component.mk instead of Makefile 2016-09-08 13:41:19 +10:00
esptool_py Set default SPI flash access mode to DIO 2016-09-08 10:22:15 +08:00
expat components/expat: add XML parse feature 2016-08-25 16:40:23 +08:00
freertos Name component makefiles component.mk instead of Makefile 2016-09-08 13:41:19 +10:00
json components/json: add JSON parse feature 2016-08-25 17:04:14 +08:00
lwip Name component makefiles component.mk instead of Makefile 2016-09-08 13:41:19 +10:00
mbedtls mbedtls: Fix component Makefile 2016-09-05 15:08:30 +10:00
newlib Name component makefiles component.mk instead of Makefile 2016-09-08 13:41:19 +10:00
nvs_flash Name component makefiles component.mk instead of Makefile 2016-09-08 13:41:19 +10:00
partition_table Use IDF_PATH instead of SDK_PATH for the environment variable pointing to esp-idf 2016-08-19 15:01:49 +08:00
spi_flash Name component makefiles component.mk instead of Makefile 2016-09-08 13:41:19 +10:00
tcpip_adapter Name component makefiles component.mk instead of Makefile 2016-09-08 13:41:19 +10:00