xilkernel_thread_demo: Added new procedures for providing support info
Added below procedures in xilkernel_thread_demo.tcl file, swapp_get_supported_processors: This returns the list of processors supported for this application. swapp_get_supported_os: This returns the list of OS supported for this application. Signed-off-by: Anurag Kumar Vulisha <anuragku@xilinx.com> Acked by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
This commit is contained in:
parent
1b5e7fd767
commit
8b606d32ba
1 changed files with 8 additions and 0 deletions
|
@ -145,3 +145,11 @@ proc swapp_generate {} {
|
|||
proc swapp_get_linker_constraints {} {
|
||||
return "stack 2k heap 2k"
|
||||
}
|
||||
|
||||
proc swapp_get_supported_processors {} {
|
||||
return "microblaze";
|
||||
}
|
||||
|
||||
proc swapp_get_supported_os {} {
|
||||
return "xilkernel";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue