Skip to content

Commit e3b9fb0

Browse files
committed
Documentation how to run blinking_echo on x86 platform
1 parent de03266 commit e3b9fb0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/blinking_echo/src/blinking_echo.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,12 @@
3535

3636
/** \brief Blinking_echo example source file
3737
**
38-
** This is a mini example of the CIAA Firmware.
39-
**
38+
** This is a mini example of the CIAA Firmware to test the periodical
39+
** 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
4044
**/
4145

4246
/** \addtogroup CIAA_Firmware CIAA Firmware

0 commit comments

Comments
 (0)