platformio-core icon indicating copy to clipboard operation
platformio-core copied to clipboard

Include I/O voltage in board information

Open rcjcooke opened this issue 7 years ago • 3 comments

PlatformIO has a great database of development boards and it would be great to be able to use that database for selecting a board in the first place. I'm currently considering switching boards and am looking for certain characteristics in the new development board I go for but I came across two problems:

  1. The online selection tool (at platformio.com/boards) doesn't list the debug tool, just whether debug is supported or not, so I can't differentiate between those that have on-board debug and those that require me to purchase additional hardware.
  2. The pio boards command (and online selector) doesn't show I/O voltage for the boards (presumably because that information isn't currently recorded by platformIO?). I would love for that to be available so that I can specifically select 5V as a requirement.

rcjcooke avatar Aug 11 '18 01:08 rcjcooke

Please temporary use updated docs: http://docs.platformio.org/en/latest/plus/debugging.html#tools-debug-probes

ivankravets avatar Aug 11 '18 14:08 ivankravets

1st request is implemented in https://platformio.org/boards

Also, see new updated registry for platforms and frameworks

ivankravets avatar Aug 15 '18 17:08 ivankravets

Thanks @ivankravets, that's great! I'm using it already.

rcjcooke avatar Aug 15 '18 21:08 rcjcooke