Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Micropico interop #85

Merged
merged 13 commits into from
Sep 17, 2024
Merged

Micropico interop #85

merged 13 commits into from
Sep 17, 2024

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    3524eb1 View commit details
    Browse the repository at this point in the history
  2. Added basic MicroPython project creation interop

    Signed-off-by: paulober <[email protected]>
    paulober committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    52e866c View commit details
    Browse the repository at this point in the history
  3. Fix imports

    Signed-off-by: paulober <[email protected]>
    paulober committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0cb3747 View commit details
    Browse the repository at this point in the history
  4. Fixed linting issues

    Signed-off-by: paulober <[email protected]>
    paulober committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    42d3dcc View commit details
    Browse the repository at this point in the history
  5. Remove old warning that isn't applicable anymore

    Signed-off-by: paulober <[email protected]>
    paulober committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    93a1221 View commit details
    Browse the repository at this point in the history
  6. Fix default project location loading

    Signed-off-by: paulober <[email protected]>
    paulober committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    47bd248 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0aeccea View commit details
    Browse the repository at this point in the history
  8. Implement python extension version selection + added python ext as de…

    …pendency as MicroPico already has it so this doesn't make a difference
    
    Signed-off-by: paulober <[email protected]>
    paulober committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    38172ea View commit details
    Browse the repository at this point in the history
  9. Fix using wrong interface

    Signed-off-by: paulober <[email protected]>
    paulober committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a10b363 View commit details
    Browse the repository at this point in the history
  10. Added empty project name warning for MicroPython projects

    Signed-off-by: paulober <[email protected]>
    paulober committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b79edee View commit details
    Browse the repository at this point in the history
  11. Support latest MicroPico changes

    Signed-off-by: paulober <[email protected]>
    paulober committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    fc26a5c View commit details
    Browse the repository at this point in the history
  12. Fix panels not disposed if loading of settings failed

    Signed-off-by: paulober <[email protected]>
    paulober committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9fd8600 View commit details
    Browse the repository at this point in the history
  13. Fix python selection

    Signed-off-by: paulober <[email protected]>
    paulober committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    36d972e View commit details
    Browse the repository at this point in the history