Skip to content

Commit

Permalink
[global] remove esp_heap_trace for merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschak909 committed Jul 27, 2023
1 parent 2dea485 commit 5c3a8e6
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions lib/bus/sio/sio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
#include "led.h"
#include "utils.h"

#include <esp_heap_trace.h>

// Helper functions outside the class defintions

// Get requested buffer length from command frame
Expand Down
2 changes: 0 additions & 2 deletions lib/device/sio/network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

#include "ProtocolParser.h"

#include <esp_heap_trace.h>

using namespace std;

/**
Expand Down
2 changes: 0 additions & 2 deletions lib/fnjson/fnjson.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
#include "string_utils.h"
#include "../../include/debug.h"

#include <esp_heap_trace.h>

/**
* ctor
*/
Expand Down
2 changes: 0 additions & 2 deletions lib/http/fnHttpClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

#include "utils.h"

#include <esp_heap_trace.h>

using namespace fujinet;

#define HTTPCLIENT_WAIT_FOR_CONSUMER_TASK 20000 // 20s
Expand Down
1 change: 0 additions & 1 deletion lib/network-protocol/FS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include "status_error_codes.h"
#include "utils.h"

#include <esp_heap_trace.h>
#include <cstring>

#define ENTRY_BUFFER_SIZE 256
Expand Down
4 changes: 0 additions & 4 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#include <esp32/himem.h>
#endif

#include <esp_heap_trace.h>

#include "debug.h"
#include "bus.h"
#include "device.h"
Expand Down Expand Up @@ -360,8 +358,6 @@ extern "C"
#endif
#define MAIN_CPUAFFINITY 1

ESP_ERROR_CHECK( heap_trace_init_standalone(trace_record, NUM_RECORDS) );

xTaskCreatePinnedToCore(fn_service_loop, "fnLoop",
MAIN_STACKSIZE, nullptr, MAIN_PRIORITY, nullptr, MAIN_CPUAFFINITY);

Expand Down

0 comments on commit 5c3a8e6

Please sign in to comment.