Skip to content

Commit

Permalink
Include all of FreeRTOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 18, 2024
1 parent c76396c commit 19f51b6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/include/esp-idf/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,18 @@
#include "esp_mac.h"
#include "esp_freertos_hooks.h"

#include "freertos/FreeRTOS.h"
#include "freertos/atomic.h"
#include "freertos/croutine.h"
#include "freertos/event_groups.h"
#include "freertos/list.h"
#include "freertos/message_buffer.h"
#include "freertos/queue.h"
#include "freertos/semphr.h"
#include "freertos/stream_buffer.h"
#include "freertos/task.h"
#include "freertos/task_snapshot.h"
#include "freertos/timers.h"

#if CONFIG_IDF_TARGET_ESP32
#if ESP_IDF_VERSION_MAJOR == 4
Expand Down

0 comments on commit 19f51b6

Please sign in to comment.