added esp docs from the rtos sdk

master
Ondřej Hruška 8 years ago
parent f3611453ad
commit b60506e11b
  1. 910
      esp_iot_sdk_v1.5.2/include/espconn.h
  2. 1742
      esp_iot_sdk_v1.5.2/include/user_interface.h
  3. 2
      esp_meas.pro.user
  4. 2
      include/ets_sys_extra.h
  5. 3
      libesphttpd/include/espmissingprotos.h

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.6.1, 2016-04-05T21:58:52. -->
<!-- Written by QtCreator 3.6.1, 2016-04-21T21:17:01. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>

@ -13,5 +13,5 @@ extern void system_soft_wdt_feed();
extern int ets_str2macaddr(void *, void *);
extern void ets_update_cpu_frequency(int freqmhz);
extern int os_printf_plus(const char *format, ...) __attribute__ ((format (printf, 1, 2)));
extern uint8 wifi_get_opmode(void);
//extern uint8 wifi_get_opmode(void);
extern void ets_bzero(void *s, size_t n);

@ -10,6 +10,7 @@ int strcasecmp(const char *a, const char *b);
#include <eagle_soc.h>
#include <ets_sys.h>
#include <os_type.h>
//#include <user_interface.h>
//Missing function prototypes in include folders. Gcc will warn on these if we don't define 'em anywhere.
//MOST OF THESE ARE GUESSED! but they seem to swork and shut up the compiler.
typedef struct espconn espconn;
@ -40,7 +41,7 @@ int os_printf(const char *format, ...) __attribute__ ((format (printf, 1, 2)));
int os_snprintf(char *str, size_t size, const char *format, ...) __attribute__ ((format (printf, 3, 4)));
int os_printf_plus(const char *format, ...) __attribute__ ((format (printf, 1, 2)));
void uart_div_modify(int no, unsigned int freq);
uint8 wifi_get_opmode(void);
//uint8 wifi_get_opmode(void);
uint32 system_get_time();
int rand(void);
void ets_bzero(void *s, size_t n);

Loading…
Cancel
Save