mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-05 05:43:51 -04:00
Prepare RX RDK project for release.
This commit is contained in:
parent
3780491aeb
commit
e4c8a7957f
12 changed files with 219 additions and 217 deletions
|
@ -91,10 +91,10 @@ void PowerON_Reset_PC(void)
|
|||
|
||||
_INITSCT();
|
||||
|
||||
// _INIT_IOLIB(); // Use SIM I/O
|
||||
// _INIT_IOLIB(); // Remove the comment when you use SIM I/O
|
||||
|
||||
// errno=0; // Remove the comment when you use errno
|
||||
// srand((_UINT)1); // Remove the comment when you use rand()
|
||||
// srand((_UINT)1); // Remove the comment when you use rand()
|
||||
// _s1ptr=NULL; // Remove the comment when you use strtok()
|
||||
|
||||
// HardwareSetup(); // Use Hardware Setup
|
||||
|
@ -103,8 +103,8 @@ void PowerON_Reset_PC(void)
|
|||
// _CALL_INIT(); // Remove the comment when you use global class object
|
||||
|
||||
set_psw(PSW_init); // Set Ubit & Ibit for PSW
|
||||
// Change_PSW_PM_to_UserMode(); // Change PSW PMbit (SuperVisor->User)
|
||||
( void ) Change_PSW_PM_to_UserMode;
|
||||
// Change_PSW_PM_to_UserMode(); // DO NOT CHANGE TO USER MODE IF USING FREERTOS!
|
||||
( void ) Change_PSW_PM_to_UserMode; // Just to avoid compiler warnings.
|
||||
|
||||
main();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue