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

Create logger and disassembler feature default disabled #214

Merged
merged 6 commits into from
Sep 21, 2023

Commits on Sep 21, 2023

  1. Just: Remove useless cmds

    Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
    guerinoni committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c6f95dd View commit details
    Browse the repository at this point in the history
  2. Just: Add quick cmd for run rom

    Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
    guerinoni committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a4cc14b View commit details
    Browse the repository at this point in the history
  3. Logger: Make logger a feature opt-in

    In this way we can skip if we don't care about logger, and we can enable
    with a simple cmd using just for log on stdout or file.
    
    Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
    guerinoni committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6b22ac5 View commit details
    Browse the repository at this point in the history
  4. Doc: Update README

    Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
    guerinoni committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    07ead9f View commit details
    Browse the repository at this point in the history
  5. UI: Make disassambler a feature opt-in

    In this way we can skip the slow part of formatting ASM in the widget if
    we don't care about it.
    
    Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
    guerinoni committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    9df0eaa View commit details
    Browse the repository at this point in the history
  6. CI: Improve workflow using just for keeping commands in one place

    Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
    guerinoni committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6fba3d1 View commit details
    Browse the repository at this point in the history