Releases: arduino-libraries/Arduino_AdvancedAnalog
Releases · arduino-libraries/Arduino_AdvancedAnalog
1.5.0
What's Changed
- docs: Update the documentation. by @iabdalkader in #71
- misc: Update the library to use the API DMAPool. by @iabdalkader in #73
- AdvancedDAC: Add support for loop mode. by @iabdalkader in #75
- Update library.properties - v1.5.0 by @leonardocavagnis in #77
Full Changelog: 1.4.0...1.5.0
1.4.0
What's Changed
- ADC driver fixes. by @iabdalkader in #52
- Bump actions/download-artifact from 3 to 4 by @dependabot in #49
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #50
- Bump geekyeggo/delete-artifact from 2 to 4 by @dependabot in #53
- Fix regression re report-size-deltas after updating actions/upload-artifact. by @aentinger in #57
- Add WAV file reader. by @iabdalkader in #56
- AdvancedI2S: Add I2S input, output and full-duplex support. by @iabdalkader in #58
- Bump geekyeggo/delete-artifact from 4 to 5 by @dependabot in #63
- AdvancedADC: Increase the maximum number of channels. by @iabdalkader in #61
- Add support for dual ADC mode. by @iabdalkader in #65
- AdvancedADC: Add sample time argument to ADC constructors. by @iabdalkader in #67
- docs: Document API changes and new classes. by @iabdalkader in #69
- Update library.properties - v.1.4.0 by @leonardocavagnis in #70
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #42
- Point to the correct issue tracker. by @aentinger in #44
- doc: update dac/adc.begin() by @karlsoderby in #47
- Fixing ADC initialization function to work properly on Portenta H7 by @leonardocavagnis in #48
New Contributors
- @dependabot made their first contribution in #42
- @per1234 made their first contribution in #45
- @leonardocavagnis made their first contribution in #48
Full Changelog: 1.2.0...1.3.0
1.2.0
1.1.0
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
- @karlsoderby made their first contribution in #33
Full Changelog: 1.0.0...1.1.0
1.0.0
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
- @iabdalkader made their first contribution in #1
- @facchinm made their first contribution in #2
- @aentinger made their first contribution in #3
Full Changelog: https://github.com/arduino-libraries/Arduino_AdvancedAnalog/commits/1.0.0