mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-17 15:20:25 -05:00
Update the GCC RL78 demo to include four separate build configurations, each of which targets different hardware.
This commit is contained in:
parent
3a1a500950
commit
236683d74d
24 changed files with 4493 additions and 725 deletions
|
|
@ -119,9 +119,7 @@
|
|||
#include "semphr.h"
|
||||
|
||||
/* Eval board specific definitions. */
|
||||
#include "port_iodefine.h"
|
||||
#include "port_iodefine_ext.h"
|
||||
#include "LED.h"
|
||||
#include "demo_specific_io.h"
|
||||
|
||||
/* Priorities at which the tasks are created. */
|
||||
#define mainQUEUE_RECEIVE_TASK_PRIORITY ( tskIDLE_PRIORITY + 2 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue