PX4 / PX4-windows-toolchain

Repo containing all scripts to install and use the PX4 Toolchain for Windows.
BSD 3-Clause "New" or "Revised" License
31 stars 100 forks source link

Add tkinter and kconfiglib for PX4-Autopilot#17100 #25

Closed PetervdPerk-NXP closed 3 years ago

PetervdPerk-NXP commented 3 years ago

Add Tkinter and kconfiglib to cybwin/python toolchain to get boardguiconfig working on Windows for https://github.com/PX4/PX4-Autopilot/pull/17100

MaEtUgR commented 3 years ago

@PetervdPerk-NXP Thanks for adding, I'd need to build a new installer then. Last time it was blocked because the MSI file size is limited and the Cygwin base gained weight 😬

PetervdPerk-NXP commented 3 years ago

@dagar does PX4 still require Python 2? @MaEtUgR Otherwise you might want to drop that from PX4-windows-toolchain to save space.

MaEtUgR commented 3 years ago

@PetervdPerk-NXP It doesn't. I just kept it for backwards compatibility such that people can build releases. I would have dropped it if it'd save the right order of magnitude of space. Let me check again maybe they shrank Cygwin again even if it's unlikely.

hamishwillee commented 3 years ago

@MaEtUgR FWIW I like the fact that I can build older releases with the latest toolchain. But when we get to the point that the current stable and last release are both on Python 3 we should revisit this (if not earlier)