We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de03266 commit e3b9fb0Copy full SHA for e3b9fb0
examples/blinking_echo/src/blinking_echo.c
@@ -35,8 +35,12 @@
35
36
/** \brief Blinking_echo example source file
37
**
38
- ** This is a mini example of the CIAA Firmware.
39
- **
+ ** This is a mini example of the CIAA Firmware to test the periodical
+ ** task excecution and serial port funcionality.
40
+ ** To run this sample in x86 plataform you mut enable the funcionality
41
+ ** of uart device setting a value of une or more of folowing macros
42
+ ** of uart device setting a value of one or more of folowing macros
43
+ ** defined in header file /plataforms/x86/inc/ciaaDriverUart_Internal.h
44
**/
45
46
/** \addtogroup CIAA_Firmware CIAA Firmware
0 commit comments