Angus Gratton
|
a1fac97f1a
|
cmake: Fix set_default using value from environment
Fixes issue with idf.py passing through Python interpreter, as reported in
https://github.com/espressif/esp-idf/issues/1924
|
2018-05-29 16:34:45 +10:00 |
|
Angus Gratton
|
cc104eb05b
|
cmake: Add sdkconfig.h directory to include paths list not just compiler args
Also move into 'build/config/' subdir, remove creation of empty include/config dir.
|
2018-05-29 16:34:45 +10:00 |
|
Angus Gratton
|
6f31674b28
|
cmake: Add ESPORT/ESPBAUD environment variables to idf.py & docs
|
2018-05-07 18:45:49 +08:00 |
|
Angus Gratton
|
c7f19e76d7
|
docs: Move main docs to cover CMake
Add "GNU Make build system" doc with "cheat sheet" for moving to new system
|
2018-05-07 18:45:49 +08:00 |
|
Angus Gratton
|
1cb5712463
|
cmake: Add component dependency support
Components should set the COMPONENT_REQUIRES & COMPONENT_PRIVATE_REQUIRES variables to define their
requirements.
|
2018-04-30 09:59:20 +10:00 |
|
Mahavir Jain
|
8fd4ee1b1f
|
docs: add note regarding ESP-IDF version
Signed-off-by: Mahavir Jain <mahavir@espressif.com>
|
2018-04-18 18:30:58 +05:30 |
|
ndotb
|
765824e1fd
|
make: EXCLUDE_COMPONENTS
Add project build variable, documentation for EXCLUDE_COMPONENTS
|
2018-04-08 13:07:43 -04:00 |
|
krzychb
|
097adc3a33
|
Moved files into separate folders per 'en' and 'zh_CN' language version and linked 'zh_CN' files back to 'en' files if translation is not yet available
|
2018-03-13 21:57:08 +01:00 |
|