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