OVMS3-idf/components
Ivan Grokhotkov fcccec4a3b Merge branch 'master' into feature/btdm_controller
* master: (32 commits)
  components/nghttp: rename Makefile to component.mk
  components/nghttp: add HTTP2.0 protocol feature
  compoenents/esp32: don't alias start_cpu1 to start_cpu0_default
  components/freertos: fix a bug with an uninitialised return value
  Change application entry point name back to app_main
  gitlab-ci: build SSC with matching branch name, if available
  components/spi_flash: remove stray level of indentation
  components/nvs: fix broken sentences in comment blocks
  components/esp32: fix renaming of esp_event_set_cb, minor clean up
  components/esp32: remove "_user" part from entry points, weaken start_cpu0/1
  Fix a spelling mistake in panic message, add carriage return to stack canary message
  components/lwip,esp32: fixes for C++
  components/bt: fix compilation, remove ./ from makefile
  components/esp32: clarify type of queue in wifi_init_config_t, add default init macro
  components/esp32: add ESP_ERROR_CHECK
  Event handling refactoring
  clean up warnings
  components/esp32,bt: fix typos in comments
  Startup flow refactoring
  Roll back submodule version
  ...
2016-09-27 12:40:56 +08:00
..
bootloader bootloader: remove trailing newlines from log messages 2016-09-20 14:18:23 +08:00
bt Merge branch 'master' into feature/btdm_controller 2016-09-27 12:40:56 +08:00
driver Remove some macros and declarations that are already in rom/gpio.h 2016-09-21 12:08:42 +08:00
esp32 Merge branch 'master' into feature/btdm_controller 2016-09-27 12:40:56 +08:00
esptool_py Merge branch 'master' into feature/esptool_upstream 2016-09-12 18:02:10 +10:00
expat clean up warnings 2016-09-26 00:52:32 +08:00
freertos Merge branch 'feature/init_refactoring' into 'master' 2016-09-26 17:06:12 +08:00
json json & expat: Update component.mk after merging from master 2016-09-09 14:07:45 +10:00
log components/log: regroup macros for better readability 2016-09-19 08:53:09 +08:00
lwip components/lwip,esp32: fixes for C++ 2016-09-26 03:05:25 +08:00
mbedtls Enable SO_REUSEADDR in LWIP 2016-09-18 16:43:48 +08:00
newlib Name component makefiles component.mk instead of Makefile 2016-09-08 13:41:19 +10:00
nghttp components/nghttp: rename Makefile to component.mk 2016-09-26 19:21:55 +08:00
nvs_flash components/nvs: fix broken sentences in comment blocks 2016-09-26 12:41:04 +08:00
partition_table Remove bin/ directory in favour of an add_path.sh script that can be sourced 2016-09-01 18:45:10 +10:00
spi_flash components/spi_flash: remove stray level of indentation 2016-09-26 12:47:17 +08:00
tcpip_adapter components/lwip,esp32: fixes for C++ 2016-09-26 03:05:25 +08:00