Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some function in esp-open-sdk appear uses OS mechanism? please guide #227

Open
sarwadenj opened this issue Nov 24, 2016 · 0 comments
Open

some function in esp-open-sdk appear uses OS mechanism? please guide #227

sarwadenj opened this issue Nov 24, 2016 · 0 comments

Comments

@sarwadenj
Copy link

@sarwadenj sarwadenj commented Nov 24, 2016

In esp-open-sdk function like
#ifndef MEM_H
#define MEM_H
#define os_malloc pvPortMalloc
#define os_free vPortFree
#define os_zalloc pvPortZalloc

it would appear that the OS in use is FreeRTOS (or it's commercially licensed equivalent OpenRTOS)

also function like

#include "os_type.h"
void system_set_os_print(uint8 onoff);
bool system_os_task(os_task_t task, uint8 prio, os_event_t *queue, uint8 qlen);
bool system_os_post(uint8 prio, os_signal_t sig, os_param_t par);

is these function uses FreeRTOS or any another OS mechanism please guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.