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

Add ZeOs #239

Merged
merged 28 commits into from
May 5, 2024
Merged

Add ZeOs #239

merged 28 commits into from
May 5, 2024

Commits on Apr 27, 2024

  1. adding experimental offshoot

    This is added in experiments, before something similar becomes the official new firmware.
    mariobodemann authored and Mario Bodemann committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    5a55531 View commit details
    Browse the repository at this point in the history
  2. adding module a and b

    mariobodemann authored and Mario Bodemann committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f2054f3 View commit details
    Browse the repository at this point in the history
  3. wip

    mariobodemann authored and Mario Bodemann committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    4256223 View commit details
    Browse the repository at this point in the history
  4. make perview command work again, maybe

    mariobodemann authored and Mario Bodemann committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    2899ac3 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. adding zepython firmware

    see [zepython](https://github.com/gdg-berlin-android/zepython) for the firmware code adding making displaing things work.
    mariobodemann authored and Mario Bodemann committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    e5f8514 View commit details
    Browse the repository at this point in the history
  2. adding check for running ZePython

    mariobodemann authored and Mario Bodemann committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    a7e9cc4 View commit details
    Browse the repository at this point in the history
  3. add store, show and delete serial commands

    mariobodemann authored and Mario Bodemann committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1258ec4 View commit details
    Browse the repository at this point in the history
  4. add requesting details from the badge

    this adds a list command to the terminal and the main badge. Android untested.
    mariobodemann authored and Mario Bodemann committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3f4d99e View commit details
    Browse the repository at this point in the history
  5. cycle through badges stored on zebadge

    mariobodemann authored and Mario Bodemann committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    5c49014 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Extract logic from serial parsing

    Now logic is in os, the parsing happens in serial
    mariobodemann authored and Mario Bodemann committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8db75c6 View commit details
    Browse the repository at this point in the history
  2. Add configuration for ze badge

    mariobodemann authored and Mario Bodemann committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f393534 View commit details
    Browse the repository at this point in the history
  3. Add reliable subscription deletion

    mariobodemann authored and Mario Bodemann committed May 3, 2024
    Configuration menu
    Copy the full SHA
    66b6004 View commit details
    Browse the repository at this point in the history
  4. Clarifiy reponsabillity of moduels and app

    mariobodemann authored and Mario Bodemann committed May 3, 2024
    Configuration menu
    Copy the full SHA
    24ca7e9 View commit details
    Browse the repository at this point in the history
  5. Re work badge app logic

    mariobodemann authored and Mario Bodemann committed May 3, 2024
    Configuration menu
    Copy the full SHA
    42344e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7a405e View commit details
    Browse the repository at this point in the history
  7. Add help command to badge

    It'll list all available serial commands.
    mariobodemann authored and Mario Bodemann committed May 3, 2024
    Configuration menu
    Copy the full SHA
    374b027 View commit details
    Browse the repository at this point in the history
  8. JVM: Use correct badge when in developer mode

    mariobodemann authored and Mario Bodemann committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e6349f7 View commit details
    Browse the repository at this point in the history
  9. Terminal: Add raw serial command

    Just do a `./gradlew terminal:run --args='terminal'` to run command 'terminal' on the badge.
    
    'help' can list all the available serial commands on the badge.
    mariobodemann authored and Mario Bodemann committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ea565a4 View commit details
    Browse the repository at this point in the history
  10. App: Save all if save all is clicked

    .....
    mariobodemann authored and Mario Bodemann committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b6185b0 View commit details
    Browse the repository at this point in the history
  11. Badge: Increase verbosity in case of topics not found.

    mariobodemann authored and Mario Bodemann committed May 3, 2024
    Configuration menu
    Copy the full SHA
    bb3814d View commit details
    Browse the repository at this point in the history
  12. Badge: Fix cannot show file.

    mariobodemann authored and Mario Bodemann committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a2dbd50 View commit details
    Browse the repository at this point in the history
  13. App/Fix: Actually receive response and do not loop

    Also convert the bytes to a string and not just send the tostring of bytes, returning an address / default toString an Any implementation.
    🤦
    mariobodemann authored and Mario Bodemann committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ad818f9 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Update and tease README.md

    <center style="background:lightgrey;border:4px outset white">
    DON'T YOU LIKE <CENTER???>?
    </center>
    mariobodemann authored and Mario Bodemann committed May 5, 2024
    Configuration menu
    Copy the full SHA
    17e28bb View commit details
    Browse the repository at this point in the history
  2. Badge: Use USR for terminal showing

    mariobodemann authored and Mario Bodemann committed May 5, 2024
    Configuration menu
    Copy the full SHA
    565634e View commit details
    Browse the repository at this point in the history
  3. Terminal: add verbose output

    mariobodemann authored and Mario Bodemann committed May 5, 2024
    Configuration menu
    Copy the full SHA
    10a5cbb View commit details
    Browse the repository at this point in the history
  4. Terminal: clarifiy send, show, preview and use properly

    mariobodemann authored and Mario Bodemann committed May 5, 2024
    Configuration menu
    Copy the full SHA
    45b5c78 View commit details
    Browse the repository at this point in the history
  5. App: Add retrieval of file list from badge to app

    List all stored pages.
    mariobodemann authored and Mario Bodemann committed May 5, 2024
    Configuration menu
    Copy the full SHA
    0ba1b0c View commit details
    Browse the repository at this point in the history
  6. Update docs vector

    mariobodemann authored and Mario Bodemann committed May 5, 2024
    Configuration menu
    Copy the full SHA
    bc1e3d1 View commit details
    Browse the repository at this point in the history