Make FreeRTOS hooks weak; Add example

This commit is contained in:
Andrew Clink 2017-03-20 12:56:17 -07:00
parent 32328713f5
commit 03597d9162
4 changed files with 71 additions and 2 deletions

View file

@ -0,0 +1,3 @@
# Simple makefile for simple example
PROGRAM=simple
include ../../common.mk