OVMS3-idf/components/esp32/include/soc
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
..
bb_reg.h Initial public version 2016-08-17 23:08:22 +08:00
boot_mode.h Initial public version 2016-08-17 23:08:22 +08:00
cpu.h Merge branch 'master' into feature/menuconfig_cpu_frequency_option 2016-09-20 17:22:18 +08:00
dport_reg.h Only modify headers in soc/ . 2016-09-14 13:47:28 +08:00
efuse_reg.h Only modify headers in soc/ . 2016-09-14 13:47:28 +08:00
gpio_reg.h Only modify headers in soc/ . 2016-09-14 13:47:28 +08:00
gpio_sd_reg.h Only modify headers in soc/ . 2016-09-14 13:47:28 +08:00
gpio_sd_struct.h remove prefix and postfix 2016-09-18 19:05:37 +08:00
gpio_sig_map.h Initial public version 2016-08-17 23:08:22 +08:00
gpio_struct.h remove prefix and postfix 2016-09-18 19:05:37 +08:00
i2c_reg.h Only modify headers in soc/ . 2016-09-14 13:47:28 +08:00
i2c_struct.h remove prefix and postfix 2016-09-18 19:05:37 +08:00
i2s_reg.h modify i2s_reg.h, rebase to master 2016-09-14 13:47:28 +08:00
i2s_struct.h remove prefix and postfix 2016-09-18 19:05:37 +08:00
io_mux_reg.h Only modify headers in soc/ . 2016-09-14 13:47:28 +08:00
ledc_reg.h Only modify headers in soc/ . 2016-09-14 13:47:28 +08:00
ledc_struct.h fix ledc and spi typo 2016-09-18 19:24:43 +08:00
pcnt_reg.h Only modify headers in soc/ . 2016-09-14 13:47:28 +08:00
pcnt_struct.h remove prefix and postfix 2016-09-18 19:05:37 +08:00
pid.h Initial public version 2016-08-17 23:08:22 +08:00
rmt_reg.h Only modify headers in soc/ . 2016-09-14 13:47:28 +08:00
rmt_struct.h remove prefix and postfix 2016-09-18 19:05:37 +08:00
rtc_cntl_reg.h Only modify headers in soc/ . 2016-09-14 13:47:28 +08:00
rtc_io_reg.h Only modify headers in soc/ . 2016-09-14 13:47:28 +08:00
saradc_reg.h modify character conversion error and typo 2016-09-14 13:47:28 +08:00
soc.h Only modify headers in soc/ . 2016-09-14 13:47:28 +08:00
spi_reg.h modify character conversion error and typo 2016-09-14 13:47:28 +08:00
spi_struct.h fix ledc and spi typo 2016-09-18 19:24:43 +08:00
timer_group_reg.h Only modify headers in soc/ . 2016-09-14 13:47:28 +08:00
timer_group_struct.h remove prefix and postfix 2016-09-18 19:05:37 +08:00
uart_reg.h modify character conversion error and typo 2016-09-14 13:47:28 +08:00
uart_struct.h remove prefix and postfix 2016-09-18 19:05:37 +08:00
uhci_reg.h modify character conversion error and typo 2016-09-14 13:47:28 +08:00
uhci_struct.h remove prefix and postfix 2016-09-18 19:05:37 +08:00