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

P5 Firmware #25

Merged
merged 16 commits into from
Jan 24, 2024
Merged

P5 Firmware #25

merged 16 commits into from
Jan 24, 2024

Commits on Dec 7, 2023

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

Commits on Dec 9, 2023

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

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    29679af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a415fa View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

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

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    07b4e0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c7f3fe View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    945bfc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbd5e1f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    cca6a13 View commit details
    Browse the repository at this point in the history
  2. bug fix

    vrathiraj-hellorobot committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    009ce88 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    2532083 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79b2fb1 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. For stepper fw: Added stepper_type parameter in the board_info status…

    …. This allows us to now disable the motor drivers of the wheel stepper boards during a runstop event to allow for easy rotation of the wheels while moving stretch around. Also added the logic for disabling the motor drivers while runstoped. Added AnalogManager to allow the reading of the voltage pin on the stepper boards, using interrupts instead of the analog_read methoad as it was causing issues. For the Pimu fw: added another charging state called state_charger_is_charging to have another 2 bits of data to show the user if the charger is connected to stretch but not charging
    vrathiraj-hellorobot committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    611ae29 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Added condition to not do analog_step for board variants less than Rev3

    Added condition to ensure no issue with the new analog manager class with older pcbs
    vrathiraj-hellorobot committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    9cb692c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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