OVMS3-idf/components/esp32
Ivan Grokhotkov cf22e4445a Merge branch 'master' into feature/logging
* master: (45 commits)
  esp32/lib: update to 1303c92c
  dhcpserver: Fix crash when switching wifi mode
  mbedtls: Temporarily disable default hardware crypto SHA & bignum
  mbedtls hwcrypto sha512: Fix redirection of function names
  mbedtls upstream tweak: Move mbedtls_sha512_process in sha512.h
  Format code by using 4 spaces instead
  modify  character conversion error and typo
  modify i2s_reg.h, rebase to master
  Only modify headers in soc/ . Pass compiling under esp-idf-tests/merge_soc_tmp/merge_for_soc_headers branch.(only change some names of register and INUM).
  Rename vender_ie_type_t and vendor_ie_id_t to wifi_vendor_ie_type_t and wifi_vendor_ie_id_t respectively
  modify arguments for vendor ie APIs by using enum instead
  esp32: fix typo
  esp32: fix kconfig
  define lwip task priority in esp_task.h
  components: esp32 - fix build error
  components: lwip - Modify lwip task priority and stack definition method
  components: esp32
  components: esp32
  components: esp32/lwip
  task priority: modify lwip/wifi/event task priority
  ...

# Conflicts:
#	components/bootloader/src/main/bootloader_start.c
#	components/bootloader/src/main/flash_encrypt.c
#	components/bootloader/src/main/secure_boot.c
#	components/esp32/cpu_start.c
2016-09-15 02:15:50 +08:00
..
hwcrypto hwcrypto sha: Fix initialisation of SHA hardware in esp_shaX_start functions 2016-09-09 14:27:53 +10:00
include Merge branch 'master' into feature/logging 2016-09-15 02:15:50 +08:00
ld header files: modify rom code and soc header files 2016-09-12 17:47:49 +08:00
lib@1303c92c10 esp32/lib: update to 1303c92c 2016-09-14 16:57:00 +08:00
abi.cpp Initial public version 2016-08-17 23:08:22 +08:00
component.mk Merge remote-tracking branch 'origin/feature/mbedtls' 2016-09-14 18:05:56 +08:00
cpu_start.c Merge branch 'master' into feature/logging 2016-09-15 02:15:50 +08:00
event.c esp32: fix typo 2016-09-14 13:26:17 +08:00
heap_alloc_caps.c components/log: add implementation, update a few components to use it 2016-09-15 00:53:33 +08:00
heap_alloc_caps.h Initial public version 2016-08-17 23:08:22 +08:00
ipc.c components/esp32: add inter-processor call API and implement spi_flash through it 2016-09-12 18:54:45 +08:00
Kconfig esp32: fix typo 2016-09-14 13:26:17 +08:00
libhal.a Initial public version 2016-08-17 23:08:22 +08:00
spiram.h Initial public version 2016-08-17 23:08:22 +08:00
syscalls.c esp32: modify realloc behaves just like malloc when pass a null pointer for ptr. 2016-09-09 15:06:56 +10:00
wifi.c components: esp32/lwip 2016-09-14 12:00:46 +08:00