support avr architecture based on ATMega32

1. IAR project, see TencentOS-tiny\board\ATMega32\IAR, both 4.12 and 7.20 is supplied.
This commit is contained in:
daishengdong
2020-03-03 18:27:24 +08:00
parent e3da94194e
commit 7e6ce005e6
56 changed files with 13225 additions and 244 deletions

View File

@@ -70,7 +70,7 @@ _context_save:
LDW (X), Y
_context_restore:
; k_curr_task = k_next_task
/* k_curr_task = k_next_task */
LDW X, k_next_task
LDW Y, #k_curr_task /* equals to: "ldr r0, =k_curr_task "*/
LDW (Y), X