Skip to content

Releases: arduino-libraries/Arduino_AdvancedAnalog

1.5.0

15 Jul 09:44
5fcf739
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.5.0

1.4.0

03 Apr 10:52
7355ae7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

1.3.0

06 Dec 11:29
c795fbd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

12 May 06:03
4ecffdd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0

29 Mar 07:50
80eeb61
Compare
Choose a tag to compare

What's Changed

  • Change arduino-lint action to 'update', since the library has been added to the library index. by @aentinger in #25
  • Fix library build for the M4 core. by @iabdalkader in #26
  • Update CI build: USBHostMbed5 branch test_hs_in_fs has been merged to master. by @aentinger in #27
  • Fix: Use latest officially released mbed_giga core for CI build. by @aentinger in #30
  • Add set frequency by @iabdalkader in #29
  • Ensure that begin() is not called multiple times. by @iabdalkader in #28
  • Arduino_AdvancedAnalog Library Documentation by @karlsoderby in #33
  • CI: Fix name of build dependency USBHostMbed5. by @aentinger in #34

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

01 Mar 09:14
dda3ed8
Compare
Choose a tag to compare

What's Changed

  • ADC/DAC: Make read/write block if there's no buffer available. by @iabdalkader in #1
  • Add mbed_giga as supported platform by @facchinm in #2
  • Add CI workflow to check for commonly misspelled words by @aentinger in #3
  • Add CI workflow to synchronize with shared repository labels by @aentinger in #4
  • Add CI workflow for checking this library for common problems. by @aentinger in #5
  • CI: Add missing Arduino Lint badge to README. by @aentinger in #6
  • Add CI workflow for compiling all sketches within the examples folder. by @aentinger in #7
  • Fix linting workflow by marking library as official Arduino library. by @aentinger in #8
  • Provide a single library header file equally named with the library itself. by @aentinger in #9
  • Adding keywords.txt for syntax highlighting. by @aentinger in #10
  • Fix DMA buffer release in ADC/DAC. by @iabdalkader in #11
  • Examples: Add waveform generator example. by @iabdalkader in #12
  • Fix: use top-level-include, direct include of local header not recommended as it complicates library lookup mechanism. by @aentinger in #13
  • Simplify example structure by splitting into 2 sub-groups: "Beginner" and "Advanced". by @aentinger in #14
  • Configure Dependabot to check for outdated actions used in workflows. by @aentinger in #15
  • License project under GNU LGPL by @aentinger in #16
  • Fix: wrong URL for spell check badge. by @aentinger in #17
  • Clean-up README as per default Arduino library README requirements. by @aentinger in #18
  • examples/Audio_Playback by @aentinger in #19
  • Fix copy'n'paste spelling mistakes. by @aentinger in #20
  • Fix badge links in anticipation of imminent release. by @aentinger in #21
  • Provide error message when trying to compile this library for the M4 core. by @aentinger in #22
  • Be more precise in error message about supported boards. by @aentinger in #23
  • Fix: badge URLS, repo's name is Arduino_AdvancedAnalog. by @aentinger in #24

New Contributors

Full Changelog: https://github.com/arduino-libraries/Arduino_AdvancedAnalog/commits/1.0.0