Merge branch 'bugfix/register_structs_stdint' into 'master'

soc: Add "#include <stdint.h>" to all register structs

See merge request idf/esp-idf!3875
This commit is contained in:
Angus Gratton 2018-12-05 08:05:56 +08:00
commit 441e2d5011
22 changed files with 44 additions and 0 deletions

View File

@ -14,6 +14,8 @@
#ifndef _SOC_APB_CTRL_STRUCT_H_ #ifndef _SOC_APB_CTRL_STRUCT_H_
#define _SOC_APB_CTRL_STRUCT_H_ #define _SOC_APB_CTRL_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -14,6 +14,8 @@
#ifndef _SOC_CAN_STRUCT_H_ #ifndef _SOC_CAN_STRUCT_H_
#define _SOC_CAN_STRUCT_H_ #define _SOC_CAN_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -14,6 +14,8 @@
#ifndef _SOC_GPIO_SD_STRUCT_H_ #ifndef _SOC_GPIO_SD_STRUCT_H_
#define _SOC_GPIO_SD_STRUCT_H_ #define _SOC_GPIO_SD_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -14,6 +14,8 @@
#ifndef _SOC_GPIO_STRUCT_H_ #ifndef _SOC_GPIO_STRUCT_H_
#define _SOC_GPIO_STRUCT_H_ #define _SOC_GPIO_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -14,6 +14,8 @@
#ifndef _SOC_HINF_STRUCT_H_ #ifndef _SOC_HINF_STRUCT_H_
#define _SOC_HINF_STRUCT_H_ #define _SOC_HINF_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -14,6 +14,8 @@
#ifndef _SOC_HOST_STRUCT_H_ #ifndef _SOC_HOST_STRUCT_H_
#define _SOC_HOST_STRUCT_H_ #define _SOC_HOST_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -14,6 +14,8 @@
#ifndef _SOC_I2C_STRUCT_H_ #ifndef _SOC_I2C_STRUCT_H_
#define _SOC_I2C_STRUCT_H_ #define _SOC_I2C_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -14,6 +14,8 @@
#ifndef _SOC_I2S_STRUCT_H_ #ifndef _SOC_I2S_STRUCT_H_
#define _SOC_I2S_STRUCT_H_ #define _SOC_I2S_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -14,6 +14,8 @@
#ifndef _SOC_LEDC_STRUCT_H_ #ifndef _SOC_LEDC_STRUCT_H_
#define _SOC_LEDC_STRUCT_H_ #define _SOC_LEDC_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -14,6 +14,8 @@
#ifndef _SOC_MCPWM_STRUCT_H__ #ifndef _SOC_MCPWM_STRUCT_H__
#define _SOC_MCPWM_STRUCT_H__ #define _SOC_MCPWM_STRUCT_H__
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -14,6 +14,8 @@
#ifndef _SOC_PCNT_STRUCT_H_ #ifndef _SOC_PCNT_STRUCT_H_
#define _SOC_PCNT_STRUCT_H_ #define _SOC_PCNT_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -14,6 +14,8 @@
#ifndef _SOC_RMT_STRUCT_H_ #ifndef _SOC_RMT_STRUCT_H_
#define _SOC_RMT_STRUCT_H_ #define _SOC_RMT_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -14,6 +14,8 @@
#ifndef _SOC_RTC_CNTL_STRUCT_H_ #ifndef _SOC_RTC_CNTL_STRUCT_H_
#define _SOC_RTC_CNTL_STRUCT_H_ #define _SOC_RTC_CNTL_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -14,6 +14,8 @@
#ifndef _SOC_RTC_IO_STRUCT_H_ #ifndef _SOC_RTC_IO_STRUCT_H_
#define _SOC_RTC_IO_STRUCT_H_ #define _SOC_RTC_IO_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -16,6 +16,8 @@
#include <stdint.h> #include <stdint.h>
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -14,6 +14,8 @@
#ifndef _SOC_SENS_STRUCT_H_ #ifndef _SOC_SENS_STRUCT_H_
#define _SOC_SENS_STRUCT_H_ #define _SOC_SENS_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -14,6 +14,8 @@
#ifndef _SOC_SLC_STRUCT_H_ #ifndef _SOC_SLC_STRUCT_H_
#define _SOC_SLC_STRUCT_H_ #define _SOC_SLC_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -14,6 +14,8 @@
#ifndef _SOC_SPI_STRUCT_H_ #ifndef _SOC_SPI_STRUCT_H_
#define _SOC_SPI_STRUCT_H_ #define _SOC_SPI_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -14,6 +14,8 @@
#ifndef _SOC_SYSCON_STRUCT_H_ #ifndef _SOC_SYSCON_STRUCT_H_
#define _SOC_SYSCON_STRUCT_H_ #define _SOC_SYSCON_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -14,6 +14,8 @@
#ifndef _SOC_TIMG_STRUCT_H_ #ifndef _SOC_TIMG_STRUCT_H_
#define _SOC_TIMG_STRUCT_H_ #define _SOC_TIMG_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -14,6 +14,8 @@
#ifndef _SOC_UART_STRUCT_H_ #ifndef _SOC_UART_STRUCT_H_
#define _SOC_UART_STRUCT_H_ #define _SOC_UART_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -14,6 +14,8 @@
#ifndef _SOC_UHCI_STRUCT_H_ #ifndef _SOC_UHCI_STRUCT_H_
#define _SOC_UHCI_STRUCT_H_ #define _SOC_UHCI_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif