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

feat: Initial implementation of making startup tunes user configurable #8

Merged
merged 8 commits into from
Apr 4, 2021

Commits on Mar 15, 2021

  1. feat: Initial support for user configurable startup tunes

    We now support startup tunes of length 64 notes*
    Each note is a tuple of (number of pulses, pulse duration)
    i.e (Temp4, Temp3) register values of beep subroutine
    
    An array of 128 values is reserved at CSEG 1A70 for this feature
    The array is configurable via. Bluejay configurator - which does
    most of the heavy lifting
    saidinesh5 committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    aea7272 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. feat: Add support for Rtttl metadata in startup tunes

    Reserve the first 4 bytes of Eep_Pgm_Startup_Tune for metadata.
    This reduces the maximum number of notes to 62, but will make editing
    experience a lot more plesant as we no longer have to guess tempo to
    reconstruct the Rtttl.
    saidinesh5 committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    b73f75d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    e58dee7 View commit details
    Browse the repository at this point in the history
  2. style: Fix whitespace

    mathiasvr committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    0973d3b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. fix: Restore melody

    mathiasvr committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    cbb7cf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd7d585 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c8effc View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Configuration menu
    Copy the full SHA
    bd9e917 View commit details
    Browse the repository at this point in the history