Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • F firmware
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 74
    • Issues 74
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 29
    • Merge requests 29
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • External wiki
    • External wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • card10card10
  • firmware
  • Merge requests
  • !413

change(repl): Reset the hardware when entering REPL

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed schneider requested to merge schneider/212-reset-hardware-when-entering-repl into master Oct 13, 2020
  • Overview 5
  • Commits 1
  • Pipelines 4
  • Changes 5

This will make it easier for casual users to take first steps with the card10.

The downside is that it might hinder debugging scripts which were running, as for example all files of core 1 have been closed and potentially all references to other APIs are lost. I consider that acceptable though:

  • I'm not sure if that is even a goal of the REPL.
  • It is still possible to launch a script from inside the REPL and debug it afterwards.
  • Scripts launched by pycard10 can still be "debugged" like before.

Closes #212 (closed)

Edited Oct 15, 2020 by schneider
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: schneider/212-reset-hardware-when-entering-repl