Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino-libraries/Arduino_AdvancedAnalog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.0
Choose a base ref
...
head repository: arduino-libraries/Arduino_AdvancedAnalog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.0
Choose a head ref
  • 10 commits
  • 16 files changed
  • 2 contributors

Commits on Apr 9, 2024

  1. docs: Update the documentation.

    Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
    iabdalkader committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    16de488 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #71 from arduino-libraries/update_docs

    docs: Update the documentation.
    iabdalkader authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ef8c648 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. misc: Update the library to use the API DMAPool.

    The DMAPool has been refactored and relocated to the core-api. This patch
    updates the all code to use the new API, and removes the duplicate DMAPool
    code.
    
    Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
    iabdalkader committed May 24, 2024
    Configuration menu
    Copy the full SHA
    01d33f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Merge pull request #73 from arduino-libraries/dma_pool_api

    misc: Update the library to use the API DMAPool.
    iabdalkader authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    70a630e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. AdvancedDAC: Add support for loop mode.

    Loop mode starts the DAC automatically when all buffers in the queue are
    written. Once started, the DAC will continuously cycle through all of the
    buffers in the queue.
    
    Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
    iabdalkader committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    cd06842 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. docs: Update DAC docs.

    Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
    Co-authored-by: Leonardo Cavagnis <45899760+leonardocavagnis@users.noreply.github.com>
    iabdalkader and leonardocavagnis committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    cb081a5 View commit details
    Browse the repository at this point in the history
  2. examples: Add DAC loop mode example.

    Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
    iabdalkader committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f530b02 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #75 from arduino-libraries/dac_loop_mode

    AdvancedDAC: Add support for loop mode.
    iabdalkader authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e015fc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    916dc0f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #77 from arduino-libraries/1.5.0-release

    Update library.properties - v1.5.0
    leonardocavagnis authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5fcf739 View commit details
    Browse the repository at this point in the history
Loading