mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-04 13:23:50 -04:00
Continue development, plus add Blinky build configuration.
This commit is contained in:
parent
cfc3911721
commit
4b8e4c7520
12 changed files with 466 additions and 72 deletions
|
@ -51,6 +51,12 @@
|
|||
licensing and training services.
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file contains the non-portable and therefore RX62N specific parts of
|
||||
* the IntQueue standard demo task - namely the configuration of the timers
|
||||
* that generate the interrupts and the interrupt entry points.
|
||||
*/
|
||||
|
||||
/* Scheduler includes. */
|
||||
#include "FreeRTOS.h"
|
||||
#include "task.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue