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

Dev to master for the release v2.3.4 #425

Merged
merged 71 commits into from
Jul 21, 2024
Merged

Dev to master for the release v2.3.4 #425

merged 71 commits into from
Jul 21, 2024

Commits on Jan 14, 2024

  1. LinearHall improvements and move to main repository

    Changes compared to the original pull request in the drivers repository simplefoc/Arduino-FOC-drivers#12
    1. Added a version of init which turns the motor one revolution to find the center values of the sensors.
    2. Moved the calls to analogRead into a weakly bound function ReadLinearHalls so it can be overridden with custom ADC code on platforms with poor analogRead performance.
    3. Commented out the pinMode calls in init, which makes it possible to pass in ADC channel numbers for custom ReadLinearHalls to use without having to remap them every update.
    4. Changed to use the much faster _atan2 function that was added to foc_utils recently.
    5. Added examples.
    dekutree64 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    241e8c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aeb9238 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. optimize

    Candas1 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d7d4488 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Moving LinearHall back to drivers repository

    As requested by runger
    dekutree64 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    41de6b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a84021 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    14f6726 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #397 from runger1101001/dev

    fix RP2040 compile problems with earlehillpower
    runger1101001 authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    92f9fef View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

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

Commits on May 13, 2024

  1. Merge pull request #399 from runger1101001/dev

    Merge teensy updates from master branch
    runger1101001 authored May 13, 2024
    Configuration menu
    Copy the full SHA
    492d147 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    3b7fa90 View commit details
    Browse the repository at this point in the history
  2. updated readme

    askuric committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c05289a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    602c668 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #405 from runger1101001/dev

    move setting target to start of move() #404
    runger1101001 authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ac640e1 View commit details
    Browse the repository at this point in the history
  3. add MT6701 I2C sensor configuration

    (cherry picked from commit b25ef8e)
    ABA authored and runger1101001 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f1b7452 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #406 from runger1101001/dev

    add MT6701 I2C sensor configuration
    runger1101001 authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    83b606b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    1c732eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93bcfe0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e8ffb2 View commit details
    Browse the repository at this point in the history
  4. forgotten star

    askuric committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    ae4df18 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. added the 6wpm driver

    askuric committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    26d111d View commit details
    Browse the repository at this point in the history
  2. removed the forced ledc

    askuric committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    ee91e27 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Merge pull request #407 from rob-deutsch/patch-1

    Added gain documentation to B_G431B_ESC1.ino
    runger1101001 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0611830 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53624e4 View commit details
    Browse the repository at this point in the history
  3. disable current sensing

    askuric committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e221e06 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

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

Commits on Jun 16, 2024

  1. forgotten import

    askuric committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    ab64524 View commit details
    Browse the repository at this point in the history
  2. Revert "an initial implementation of the lowside and inline current s…

    …ense with the new esp32 api"
    
    This reverts commit a7ed4ba.
    askuric committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    aa8591e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d4187a View commit details
    Browse the repository at this point in the history
  4. forgotten mcpwm ifdef

    askuric committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    4c25ef0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67248d8 View commit details
    Browse the repository at this point in the history
  6. forgotten bluepill

    askuric committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    69eb707 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. added the support for phase state for 6pwm in haredware-6pwm mode + r…

    …eturning error if no low-side
    askuric committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    bbd8017 View commit details
    Browse the repository at this point in the history
  2. added workflow or s2

    askuric committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    63fda20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c3e9c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    52e8d9d View commit details
    Browse the repository at this point in the history
  2. forgotten change for bg431

    askuric committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    910c24f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2200504 View commit details
    Browse the repository at this point in the history
  4. bugfix for #295 and #320 + added #346

    askuric committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e92567e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b367c3 View commit details
    Browse the repository at this point in the history
  6. added the error debugging

    askuric committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d89fa26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    710edb4 View commit details
    Browse the repository at this point in the history
  8. typo in debug macro

    askuric committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    bc2f848 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    a1bd20e View commit details
    Browse the repository at this point in the history
  2. restructured imports

    askuric committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    8ce92e0 View commit details
    Browse the repository at this point in the history
  3. typo in the defines

    askuric committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    a734d0d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Merge pull request #414 from simplefoc/408-feature-support-for-arduin…

    …o-esp32-v301-current_sensing
    
    408 feature support for arduino esp32 v301 current sensing
    askuric authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    538e59d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Fix for #415 sin/cos integer overflow on 16-bit CPUs

    Terrible bug in the fast sin/cos added last year, resulting in rough sine waves and a spike from +1 to -1 at pi/2
    dekutree64 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    e81af5d View commit details
    Browse the repository at this point in the history
  2. Removed accidental addition of LinearHall.h

    I thought I discarded this change after moving LinearHall back to drivers, but somehow it got included anyway
    dekutree64 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    bf75d20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b203b83 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

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

Commits on Jul 13, 2024

  1. one too many electrical angle

    askuric committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    d2a4093 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb4fd7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d108c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. new current sense alignement

    askuric committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    842b361 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    780bda9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad0c4c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aee1aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf70cce View commit details
    Browse the repository at this point in the history
  5. a correction for stepper

    askuric committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    dbc62a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Merge pull request #416 from dekutree64/dev

    Fix for #415 sin/cos integer overflow on 16-bit CPUs
    runger1101001 authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    c27bc4b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Merge pull request #424 from Candas1/hall_no_interrupt

    Hall sensor without interrupt
    runger1101001 authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    31ed492 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Merge pull request #422 from simplefoc/feat_new_cs_align

    Feat new cs align
    askuric authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    996f312 View commit details
    Browse the repository at this point in the history
  2. Update CurrentSense.cpp

    askuric authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    bd21d2b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. refactored examples

    askuric committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    d429148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2647a6 View commit details
    Browse the repository at this point in the history
  3. error in exampels

    askuric committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    150a40b View commit details
    Browse the repository at this point in the history
  4. motor init returns success

    askuric committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    05672d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea8eda8 View commit details
    Browse the repository at this point in the history
  6. preparations for v2.3.4

    askuric committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    5afea2b View commit details
    Browse the repository at this point in the history
  7. readme for v2.3.4

    askuric committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    37ca90d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2de948c View commit details
    Browse the repository at this point in the history