OVMS3-idf/components
Ivan Grokhotkov 2fc60ba938 Merge branch master into feature/logging
* branch master: (51 commits)
  fix typos
  callback: add a void* pointer with each callback
  header: callbacks use "void *" as arguments
  header: format and fix typos
  add wifi api comments
  add wifi api comments
  components/spi_flash: call SPIUnlock only once
  components/spi_flash: improve comments and readability
  esp32 cpu_start: Include rom/uart.h, remove inline ROM function declarations
  bootloader: Add bootloader Kconfig
  Fix bug where nesting vTaskEnterCritical calls would not re-enable interrupts after vTaskExitCritical sections.
  installed gitlab key in global before_script, don't need to overwrite in template before_script
  ci: Use github repo for wifi libraries on master branch, gitlab repo otherwise
  components/esp32,spi_flash: update some comments
  components/esp32: remove dependency of WIFI_ENABLED on FREERTOS_UNICORE
  esp32/lib: Bump WiFi revision
  update ci: build ssc with idf submodule wifi lib
  components/esp32: add inter-processor call API and implement spi_flash through it
  add MACRO to get flash pad number from efuse value
  add comments to register read/write operations
  ...
2016-09-14 12:19:43 +08:00
..
bootloader bootloader: Add bootloader Kconfig 2016-09-13 14:18:17 +10:00
bt Initial public version 2016-08-17 23:08:22 +08:00
esp32 Merge branch 'feature/add_wifi_api_comments' into 'master' 2016-09-14 11:17:29 +08:00
esptool_py Merge branch 'master' into feature/esptool_upstream 2016-09-12 18:02:10 +10:00
expat components/expat: add XML parse feature 2016-08-25 16:40:23 +08:00
freertos Fix bug where nesting vTaskEnterCritical calls would not re-enable interrupts after vTaskExitCritical sections. 2016-09-13 11:47:22 +08:00
json components/json: add JSON parse feature 2016-08-25 17:04:14 +08:00
log/include components/log: add API header for logging library 2016-09-08 20:02:26 +08:00
lwip Merge branch 'feature/add_wifi_api_comments' into 'master' 2016-09-14 11:17:29 +08: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 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: call SPIUnlock only once 2016-09-13 15:16:36 +08:00
tcpip_adapter header: format and fix typos 2016-09-13 16:17:41 +08:00