Add link to dual core blog post into STM32H745I demo.

Doxygen corrections in list.h.
Use #error to check FreeRTOS.h is included before message_buffer.h and stream_buffer.h.
This commit is contained in:
Richard Barry 2019-07-04 21:18:36 +00:00
parent 246bb6e806
commit fa404422b9
18 changed files with 256 additions and 175 deletions

View file

@ -51,6 +51,10 @@
#ifndef STREAM_BUFFER_H
#define STREAM_BUFFER_H
#ifndef INC_FREERTOS_H
#error "include FreeRTOS.h must appear in source files before include stream_buffer.h"
#endif
#if defined( __cplusplus )
extern "C" {
#endif