Merge branch 'feature/freertos_linux_target_add_features' into 'master'

freertos/linux: added event group and stream buffer

Closes IDF-6007

See merge request espressif/esp-idf!20878
This commit is contained in:
Jakob Hasse
2022-11-03 19:05:06 +08:00
3 changed files with 2 additions and 7 deletions

View File

@@ -13,6 +13,7 @@
#pragma once
#include <stdint.h>
#include <stdlib.h> // This is for malloc(), used by portmacro.h
#include "sdkconfig.h"
#include "esp_attr.h"
#include "spinlock.h"