lib: sw_apps: freertos support for latest bsp
change to freertos821_xilinx version Signed-off-by: Suneel Garapati <suneel.garapati@xilinx.com> Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
parent
69f6f49627
commit
9a13c33ea1
1 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@
|
|||
#******************************************************************************/
|
||||
|
||||
proc swapp_get_name {} {
|
||||
return "FreeRTOS Hello Horld";
|
||||
return "FreeRTOS Hello World";
|
||||
}
|
||||
|
||||
proc swapp_get_description {} {
|
||||
|
@ -46,8 +46,8 @@ proc check_freertos_os {} {
|
|||
}
|
||||
set os [lindex $oslist 0];
|
||||
|
||||
if { $os != "freertos820_xilinx" } {
|
||||
error "This application is supported only on the freertos820_xilinx.";
|
||||
if { $os != "freertos821_xilinx" } {
|
||||
error "This application is supported only on the freertos821_xilinx.";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue