OVMS3-idf/components
Ivan Grokhotkov da69d6ad3c Merge branch 'master' into feature/menuconfig_cpu_frequency_option
* master: (57 commits)
  components/lwip: fix grammar
  components/lwip: make SO_REUSE configurable via menuconfig
  bootloader: remove trailing newlines from log messages
  components/freertos: override per-task __cleanup handler to close stdin, stdout, stderr
  components/esp32: move peripheral symbols to separate ld script
  components/log: regroup macros for better readability
  gitlab-ci: allow running tests for branches, triggered via API
  components/log: fix timestamp calculation
  components/log: set default runtime log level to ESP_LOG_VERBOSE
  components/log: fix error when using ESP_LOGx from C++ code
  components/log: fix bugs, add options to override log level for files, components, and bootloader
  fix ledc and spi typo
  remove prefix and postfix
  Enable SO_REUSEADDR in LWIP
  freertos: fix memory debug macro issue Define configENABLE_MEMORY_DEBUG according to CONFIG_ENABLE_MEMORY_DEBUG
  peripheral structure headers: move volatile keyword from members to typedef
  Adding -fstrict-volatile-bitfields to the CFLAGS/CXXFLAGS. Without this, gcc tries to access bitfields using the smallest possible methods (eg l8i to grab an 8-bit field from a 32-bit). Our hardware does not like that. This flag tells gcc that if a bitfield is volatile, it should always use the type the field is defined at (uint32_t in our case) to size its access to the field. This fixes accessing the hardware through the xxx_struct.h headers.
  add peripheral  module struct headers
  build system docs: Add note about no spaces in component names
  Docs: Add note about unusual submodule messages when cloning on Windows
  ...

# Conflicts:
#	components/esp32/cpu_start.c
#	components/esp32/include/soc/cpu.h
2016-09-20 17:22:18 +08:00
..
bootloader bootloader: remove trailing newlines from log messages 2016-09-20 14:18:23 +08:00
bt Initial public version 2016-08-17 23:08:22 +08:00
esp32 Merge branch 'master' into feature/menuconfig_cpu_frequency_option 2016-09-20 17:22:18 +08:00
esptool_py Merge branch 'master' into feature/esptool_upstream 2016-09-12 18:02:10 +10:00
expat json & expat: Update component.mk after merging from master 2016-09-09 14:07:45 +10:00
freertos Merge branch 'master' into feature/menuconfig_cpu_frequency_option 2016-09-20 17:22:18 +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: fix grammar 2016-09-20 16:53:56 +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
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 Only modify headers in soc/ . 2016-09-14 13:47:28 +08:00
tcpip_adapter header: format and fix typos 2016-09-13 16:17:41 +08:00