ARMmbed / yotta

DEPRECATED: yotta build; better software
Apache License 2.0
164 stars 64 forks source link

"yotta search" doesn't work properly #726

Open bogdanm opened 8 years ago

bogdanm commented 8 years ago

The behaviour of "yotta search" is ocasionally strange, but it seems like sometimes it doesn't work at all. I was trying to look for mbed-hal-nordic in the registry today. This command:

$ yt --plain search -s --limit 10000 mbed-hal-nordic
[long output follows]

doesn't list mbed-hal-nordic at all. However, if I search for nordic instead:

$ yt --plain search -s nordic
mbed-hal-nordic 2.0.0: mbed low-level Hardware Abstraction Layer implementation for Nordic microcontrollers
[more data follows]

yotta version: 0.11.0

EDIT: also tried version 0.14.1, same thing.

anujdutt9 commented 8 years ago

Try to use the command: " yotta search target " to get a list of all supported target boards.

For getting a list of all supported drivers, you can use: " yotta search drivers "

Hope this helps.