mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-04 05:13:51 -04:00
Update demos to use timers for the check functionality, and the flash timers. Floating point and Ethernet is not yet included.
This commit is contained in:
parent
785621ff22
commit
eb38217496
9 changed files with 342 additions and 293 deletions
|
@ -57,7 +57,7 @@ void PowerON_Reset_PC(void)
|
|||
{
|
||||
volatile unsigned int i;
|
||||
|
||||
set_intb((unsigned long)__sectop("C$VECT"));
|
||||
set_intb(__sectop("C$VECT"));
|
||||
set_fpsw(FPSW_init);
|
||||
|
||||
/* MCU boots using the LOCO, so turn the speed up before setting up the C
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue