mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-05 20:25:16 +00:00
Zoul: added firefly to motelist targets
This commit is contained in:
@@ -57,6 +57,8 @@ if( $Opt{board} eq "z1" ) {
|
||||
$Opt{board} = "Zolertia Z1";
|
||||
} elsif( $Opt{board} eq "remote" ) {
|
||||
$Opt{board} = "Zolertia RE-Mote platform";
|
||||
} elsif( $Opt{board} eq "firefly" ) {
|
||||
$Opt{board} = "Zolertia Firefly platform";
|
||||
}
|
||||
|
||||
my @devs = $Opt{method} eq "procfs" ? scan_procfs() : scan_sysfs();
|
||||
|
Reference in New Issue
Block a user