mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
First task starting.
This commit is contained in:
parent
3f2375c020
commit
4953c7d030
5 changed files with 88 additions and 471 deletions
|
@ -8,7 +8,7 @@
|
|||
* Function copied from mcf5xxx.S provided by FreeScale.
|
||||
*/
|
||||
|
||||
.global french_cheese
|
||||
.global ulPortSetIPL
|
||||
|
||||
.text
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
|||
* value are used.
|
||||
*/
|
||||
|
||||
portSET_IPL:
|
||||
ulPortSetIPL:
|
||||
link A6,#-8
|
||||
movem.l D6-D7,(SP)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue