platformio / platformio-libmirror

PlatformIO libraries mirror
Apache License 2.0
16 stars 25 forks source link

Missing library for DISCO-F746 #135

Open sstaub opened 6 years ago

sstaub commented 6 years ago

I’m missing the TS_DISCO_F746NG library, all other libs are available, but the touch is missing. Is it possible to add it? https://os.mbed.com/teams/ST/code/TS_DISCO_F746NG/ 1

sstaub commented 6 years ago

Meanwhile I found the right one in your libraries. All the libraries are very difficult to find, because the have wrong tags and platforms. Only the search with exactly DISCO_F746NG brings the right results. A search with tag keyword:"disco_f746ng" brings not the expected result, also the search for the micro controller like F746NG. Maybe it is a general problem mbed libraries, but generally the library.json file should also have the information which micro controller is used. e.g.: "version": "1.5.1", "frameworks": "arduino", "platforms": "*", "mcu": "sam21d" So we can find micro controller specific libraries.