Add README, 'make help', header comments, Copyright notices

This commit is contained in:
Angus Gratton 2015-06-02 15:06:40 +10:00
parent c8bc934b3d
commit c126fa6430
7 changed files with 165 additions and 26 deletions

View file

@ -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"