esp-idf/components
Renz Christian Bagaporo 927007fdd2 cmake: fix custom bootloader issue
Issue is that when users creates a custom bootloader from
$IDF_PATH/components/bootloader. Parent project build uses the copy but
bootloader subproject build uses the original still. The issue is solved
by passing the custom bootloader as extra component directory so
bootloader build knows to use the new copy (itself) in the build.
2019-05-17 15:17:32 +08:00
..
app_trace components: update with build system changes 2019-05-13 19:59:17 +08:00
app_update components: update with build system changes 2019-05-13 19:59:17 +08:00
asio cmake: make main a component again 2018-09-11 09:44:12 +08:00
bootloader cmake: fix custom bootloader issue 2019-05-17 15:17:32 +08:00
bootloader_support examples: update idf_as_lib example to use new api 2019-05-14 18:01:14 +08:00
bt components: update with build system changes 2019-05-13 19:59:17 +08:00
coap components: update with build system changes 2019-05-13 19:59:17 +08:00
console components: update with build system changes 2019-05-13 19:59:17 +08:00
cxx components: update with build system changes 2019-05-13 19:59:17 +08:00
driver unit-test-app: freertos_compliance config added 2019-05-13 16:39:19 +05:30
efuse Merge branch 'feature/cmake_changes_for_4.0' into 'master' 2019-05-17 14:21:48 +08:00
esp32 Merge branch 'feature/cmake_changes_for_4.0' into 'master' 2019-05-17 14:21:48 +08:00
esp_adc_cal Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
esp_common Merge branch 'feature/cmake_changes_for_4.0' into 'master' 2019-05-17 14:21:48 +08:00
esp_event test: clean up "leaks" tags from most unit tests 2019-04-16 20:07:40 +08:00
esp_http_client Merge branch 'feature/esp-https-ota-basic-auth' into 'master' 2019-05-10 12:39:14 +08:00
esp_http_server Merge branch 'bugfix/httpd_log_purge' into 'master' 2019-05-14 18:07:51 +08:00
esp_https_ota esp_https_ota: Add support for URL redirection, basic auth and more control with new APIs 2019-04-29 18:58:07 +05:30
esp_https_server HTTP Server: Added ability to select core 2019-03-21 11:22:58 +08:00
esp_ringbuf ldgen: update component linker fragment files 2019-04-04 15:57:34 +08:00
esp_rom components: update with build system changes 2019-05-13 19:59:17 +08:00
esp_wifi components: update with build system changes 2019-05-13 19:59:17 +08:00
esp-tls esp_tls: fix incorrect closing of fd 0 on connection failure 2019-04-15 10:59:50 +05:30
espcoredump components: update with build system changes 2019-05-13 19:59:17 +08:00
esptool_py examples: update idf_as_lib example to use new api 2019-05-14 18:01:14 +08:00
ethernet add promiscuous mode control in emac driver 2019-05-08 17:15:21 +08:00
expat components: update with build system changes 2019-05-13 19:59:17 +08:00
fatfs Merge branch 'feature/remove_dependency_to_soc' into 'master' 2019-04-18 08:08:41 +08:00
freemodbus components: update with build system changes 2019-05-13 19:59:17 +08:00
freertos Merge branch 'feature/cmake_changes_for_4.0' into 'master' 2019-05-17 14:21:48 +08:00
heap components: update with build system changes 2019-05-13 19:59:17 +08:00
idf_test components: update with build system changes 2019-05-13 19:59:17 +08:00
jsmn components: update with build system changes 2019-05-13 19:59:17 +08:00
json components: update with build system changes 2019-05-13 19:59:17 +08:00
libsodium components: update with build system changes 2019-05-13 19:59:17 +08:00
log components: update with build system changes 2019-05-13 19:59:17 +08:00
lwip components: update with build system changes 2019-05-13 19:59:17 +08:00
mbedtls components: update with build system changes 2019-05-13 19:59:17 +08:00
mdns mdns: fixed mdns crashing on reception of txt packet without a corresponding service 2019-05-03 16:37:43 +02:00
mqtt mqtt tests: adding weekend test for mqtt library to exercise publishing/receiving different data and references esp-mqtt commits to pass these tests 2019-03-22 11:37:26 +01:00
newlib components: update with build system changes 2019-05-13 19:59:17 +08:00
nghttp cmake: make main a component again 2018-09-11 09:44:12 +08:00
nvs_flash nvs_flash: Multi-page blob erased using nvs_erase_key should be cleaned properly 2019-04-10 11:45:29 +00:00
openssl Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
partition_table components: update with build system changes 2019-05-13 19:59:17 +08:00
protobuf-c protobuf-c : Added Google's protocol buffer C library as sub-module 2018-10-02 19:07:28 +05:30
protocomm protocomm_ble : Fixed custom service UUID support 2019-05-15 12:27:03 +00:00
pthread components: update with build system changes 2019-05-13 19:59:17 +08:00
sdmmc global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
smartconfig_ack cmake: make main a component again 2018-09-11 09:44:12 +08:00
soc components: update with build system changes 2019-05-13 19:59:17 +08:00
spi_flash examples: update idf_as_lib example to use new api 2019-05-14 18:01:14 +08:00
spiffs components: update with build system changes 2019-05-13 19:59:17 +08:00
tcp_transport transport_ws: Stop connecting when the parent's connect call has failed 2019-04-04 16:14:42 +02:00
tcpip_adapter tcpip_adapter: unregister shutdown handlers, don’t fail on repeated registration 2019-04-11 12:04:58 +08:00
ulp components: update with build system changes 2019-05-13 19:59:17 +08:00
unity components: update with build system changes 2019-05-13 19:59:17 +08:00
vfs components: update with build system changes 2019-05-13 19:59:17 +08:00
wear_levelling global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
wifi_provisioning wifi_provisioning : context pointer added to wifi_config_t structure and related examples/docs updated 2019-02-15 10:45:34 +00:00
wpa_supplicant components: update with build system changes 2019-05-13 19:59:17 +08:00
xtensa components: update with build system changes 2019-05-13 19:59:17 +08:00