mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-04 05:13:51 -04:00
Continue work on RX600 port - work in progress.
This commit is contained in:
parent
3e4eb6e7ae
commit
6052827afe
6 changed files with 187 additions and 40 deletions
|
@ -103,7 +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)
|
||||
// Change_PSW_PM_to_UserMode(); // Change PSW PMbit (SuperVisor->User)
|
||||
( void ) Change_PSW_PM_to_UserMode;
|
||||
|
||||
main();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue