Add README, 'make help', header comments, Copyright notices
This commit is contained in:
parent
c8bc934b3d
commit
c126fa6430
7 changed files with 165 additions and 26 deletions
|
@ -1,5 +1,10 @@
|
|||
/* this file provides function aliasing/etc that are needed for
|
||||
compatibility with other binary espressif libraries */
|
||||
/*
|
||||
* Stub functions called by binary espressif libraries
|
||||
*
|
||||
* Part of esp-open-rtos
|
||||
* Copyright (C) 2105 Superhouse Automation Pty Ltd
|
||||
* BSD Licensed as described in the file LICENSE
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "FreeRTOS.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue