mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 12:24:07 -04:00
Add AVR32 port and demo files.
This commit is contained in:
parent
b727359f1b
commit
bf2b676eaa
52 changed files with 12194 additions and 0 deletions
8
Demo/lwIP_AVR32_UC3/AT32UC3A/GCC/gdb.ini
Normal file
8
Demo/lwIP_AVR32_UC3/AT32UC3A/GCC/gdb.ini
Normal file
|
@ -0,0 +1,8 @@
|
|||
target extended-remote 127.0.0.1:1024
|
||||
symbol uc3a0512-demo.elf
|
||||
|
||||
|
||||
define current_task
|
||||
printf "Task name: %s\n", ((tskTCB *)pxCurrentTCB)->pcTaskName
|
||||
printf "pxTopOfStack: %x\n", ((tskTCB *)pxCurrentTCB)->pxTopOfStack
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue