Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Oct 10, 2019
2 parents 5dce5b0 + 19ef761 commit 4ed93be
Show file tree
Hide file tree
Showing 135 changed files with 135 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/VisualStudio/esp_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#ifndef ESP_HDR_CONFIG_H
#define ESP_HDR_CONFIG_H
Expand Down
1 change: 1 addition & 0 deletions dev/VisualStudio/lwmem_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#ifndef LWMEM_HDR_CONFIG_H
#define LWMEM_HDR_CONFIG_H
Expand Down
1 change: 1 addition & 0 deletions dev/VisualStudio/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ input_thread(void* arg) {
esp_dhcp_configure(1, 0, 1, NULL, NULL, 1);
} else if (IS_LINE("listap")) {
esp_sta_list_ap(NULL, aps, ESP_ARRAYSIZE(aps), &aps_count, NULL, NULL, 1);
printf("Detected %d number of access points\r\n", (int)aps_count);
} else if (IS_LINE("getapinfo")) {
esp_sta_info_ap_t ap;
esp_sta_get_ap_info(&ap, NULL, NULL, 1);
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/api/esp_netconn.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_netconn.h"
#include "esp/esp_private.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/apps/cayenne/esp_cayenne.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/apps/esp_cayenne.h"
#include "esp/esp_mem.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/apps/cayenne/esp_cayenne_evt.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/apps/esp_cayenne_evt.h"

Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/apps/http_server/esp_http_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/apps/esp_http_server.h"
#include "esp/esp_mem.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/apps/http_server/esp_http_server_fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/apps/esp_http_server.h"
#include "esp/esp_mem.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/apps/http_server/esp_http_server_fs_fat.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/apps/esp_http_server.h"
#include "esp/apps/esp_http_server_fs.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/apps/http_server/esp_http_server_fs_win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/apps/esp_http_server.h"
#include "esp/apps/esp_http_server_fs.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/apps/mqtt/esp_mqtt_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/apps/esp_mqtt_client.h"
#include "esp/esp_mem.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/apps/mqtt/esp_mqtt_client_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/apps/esp_mqtt_client_api.h"
#include "esp/esp_mem.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/apps/mqtt/esp_mqtt_client_evt.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/apps/esp_mqtt_client_evt.h"

1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_mem.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_ap.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_ap.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_buff.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_buff.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_conn.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_debug.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_dhcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_dhcp.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_dns.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_dns.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_evt.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_evt.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_hostname.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_hostname.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_mdns.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_mdns.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_mem.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_parser.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_pbuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_pbuf.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_ping.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_ping.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_sntp.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_sntp.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_sta.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_sta.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_threads.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_threads.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_timeout.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_timeout.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_unicode.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_unicode.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_utils.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/esp/esp_wps.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#include "esp/esp_private.h"
#include "esp/esp_wps.h"
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/include/esp/apps/esp_apps.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#ifndef ESP_HDR_APPS_H
#define ESP_HDR_APPS_H
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/include/esp/apps/esp_cayenne.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#ifndef ESP_HDR_APP_CAYENNE_H
#define ESP_HDR_APP_CAYENNE_H
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/include/esp/apps/esp_cayenne_evt.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#ifndef ESP_HDR_APP_CAYENNE_EVT_H
#define ESP_HDR_APP_CAYENNE_EVT_H
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/include/esp/apps/esp_http_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#ifndef ESP_HDR_HTTP_SERVER_H
#define ESP_HDR_HTTP_SERVER_H
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/include/esp/apps/esp_http_server_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#ifndef ESP_HDR_HTTP_SERVER_FS_H
#define ESP_HDR_HTTP_SERVER_FS_H
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/include/esp/apps/esp_mqtt_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#ifndef ESP_HDR_APP_MQTT_CLIENT_H
#define ESP_HDR_APP_MQTT_CLIENT_H
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/include/esp/apps/esp_mqtt_client_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#ifndef ESP_HDR_APP_MQTT_CLIENT_API_H
#define ESP_HDR_APP_MQTT_CLIENT_API_H
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/include/esp/apps/esp_mqtt_client_evt.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#ifndef ESP_HDR_APP_MQTT_CLIENT_EVT_H
#define ESP_HDR_APP_MQTT_CLIENT_EVT_H
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/include/esp/esp.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#ifndef ESP_HDR_H
#define ESP_HDR_H
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/include/esp/esp_ap.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#ifndef ESP_HDR_AP_H
#define ESP_HDR_AP_H
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/include/esp/esp_buff.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#ifndef ESP_HDR_BUFF_H
#define ESP_HDR_BUFF_H
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/include/esp/esp_config_default.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#ifndef ESP_HDR_DEFAULT_CONFIG_H
#define ESP_HDR_DEFAULT_CONFIG_H
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/include/esp/esp_config_template.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#ifndef ESP_HDR_CONFIG_H
#define ESP_HDR_CONFIG_H
Expand Down
1 change: 1 addition & 0 deletions esp_at_lib/src/include/esp/esp_conn.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* This file is part of ESP-AT library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v0.6.1
*/
#ifndef ESP_HDR_CONN_H
#define ESP_HDR_CONN_H
Expand Down

0 comments on commit 4ed93be

Please sign in to comment.