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

Implement Robust PID and Prepare for removing ARM DSP dependency #29

Draft
wants to merge 30 commits into
base: master
Choose a base branch
from

Commits on Jan 14, 2021

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

Commits on Jan 15, 2021

  1. override malloc

    alvinsunyixiao committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    173bb98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19d3e41 View commit details
    Browse the repository at this point in the history
  3. format code

    alvinsunyixiao committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    387e6ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74eeafa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6b2364 View commit details
    Browse the repository at this point in the history
  6. seems to be working

    alvinsunyixiao committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    c1304e8 View commit details
    Browse the repository at this point in the history
  7. format code

    alvinsunyixiao committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    a439bf5 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

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

    alvinsunyixiao committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    498a03f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f35b225 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ccc123 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Configuration menu
    Copy the full SHA
    1097d09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea89c76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e100346 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a09363e View commit details
    Browse the repository at this point in the history
  5. add comment

    alvinsunyixiao committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    a065028 View commit details
    Browse the repository at this point in the history
  6. untested robust pid

    alvinsunyixiao committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    0a21699 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. fix equation

    alvinsunyixiao committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    5433bb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba9686e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f8e96e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b48ba1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe7912a View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. reduce dynamic alloc

    alvinsunyixiao committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    b0559d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Configuration menu
    Copy the full SHA
    111dae5 View commit details
    Browse the repository at this point in the history
  2. fix merge error

    alvinsunyixiao committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    328e1af View commit details
    Browse the repository at this point in the history
  3. fix build

    alvinsunyixiao committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    255227f View commit details
    Browse the repository at this point in the history
  4. format code

    alvinsunyixiao committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    e106ba4 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. remove arm_math header

    alvinsunyixiao committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    82c3706 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. format code

    alvinsunyixiao committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    3971d0a View commit details
    Browse the repository at this point in the history