raspberrypi / pico-project-generator

Tool to automatically generate a Pico C SDK Project
BSD 3-Clause "New" or "Revised" License
289 stars 74 forks source link

Add Pico W/board type support #61

Closed JamesH65 closed 1 year ago

JamesH65 commented 1 year ago

A lot of changes in this PR.

Add the ability to select one of the boards types available in the SDK Adds a section for PicoW specific library inclusion (not yet added to the command line options)

Framework:

Changes the way parameters are passed around from a class to a map indexed on parameter names. Removed the CHeckListBox class, and implemented the features using tthe standard checkbox instead Added facility to enter SSID and passwords - although this is not yet used.