-
Notifications
You must be signed in to change notification settings - Fork 200
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
ESP32 S3 SPI #215
base: master
Are you sure you want to change the base?
ESP32 S3 SPI #215
Commits on Jul 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a73ebaa - Browse repository at this point
Copy the full SHA a73ebaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbfbf27 - Browse repository at this point
Copy the full SHA bbfbf27View commit details -
Configuration menu - View commit details
-
Copy full SHA for d073918 - Browse repository at this point
Copy the full SHA d073918View commit details -
The library should work also with Arduino UNO or DUE board since is based on the library originally created for Arduino. As it is now ported especially for ESP boards, the target platforms list was limited.
Configuration menu - View commit details
-
Copy full SHA for 80d2e11 - Browse repository at this point
Copy the full SHA 80d2e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for d11eaf4 - Browse repository at this point
Copy the full SHA d11eaf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 553e74c - Browse repository at this point
Copy the full SHA 553e74cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f04744b - Browse repository at this point
Copy the full SHA f04744bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d697c6 - Browse repository at this point
Copy the full SHA 7d697c6View commit details
Commits on Jul 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e94f9cc - Browse repository at this point
Copy the full SHA e94f9ccView commit details
Commits on Jul 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for bfa28d8 - Browse repository at this point
Copy the full SHA bfa28d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b9b205 - Browse repository at this point
Copy the full SHA 4b9b205View commit details
Commits on Jul 6, 2017
-
Introduce 3rd party logging framework
- configure PlatformIO for easier dependency management, - use ArduinoLog logging framework, - update example, - update documentation.
Configuration menu - View commit details
-
Copy full SHA for 83adb1f - Browse repository at this point
Copy the full SHA 83adb1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f9194d - Browse repository at this point
Copy the full SHA 0f9194dView commit details
Commits on Jul 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ac892e0 - Browse repository at this point
Copy the full SHA ac892e0View commit details -
Limit supported architectures to known ones
It will be changed in the future after testing other variants
Configuration menu - View commit details
-
Copy full SHA for cf8d263 - Browse repository at this point
Copy the full SHA cf8d263View commit details -
Configuration menu - View commit details
-
Copy full SHA for b56a153 - Browse repository at this point
Copy the full SHA b56a153View commit details
Commits on Jul 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f16e37b - Browse repository at this point
Copy the full SHA f16e37bView commit details
Commits on Jul 10, 2017
-
Convert examples from .cpp to .ino
It should make it clear that this is an Arduino Framework library
Configuration menu - View commit details
-
Copy full SHA for 02c3185 - Browse repository at this point
Copy the full SHA 02c3185View commit details
Commits on Nov 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3752c3d - Browse repository at this point
Copy the full SHA 3752c3dView commit details
Commits on Nov 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7083a92 - Browse repository at this point
Copy the full SHA 7083a92View commit details
Commits on Mar 12, 2018
-
Fix import method to tell preprocessor to look in the same directory
Configuration menu - View commit details
-
Copy full SHA for 46cbc64 - Browse repository at this point
Copy the full SHA 46cbc64View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8c0c6d - Browse repository at this point
Copy the full SHA a8c0c6dView commit details -
Merge pull request #6 from baldram/DEV
Fix include method for sound file
Configuration menu - View commit details
-
Copy full SHA for b70f7af - Browse repository at this point
Copy the full SHA b70f7afView commit details
Commits on Jul 7, 2018
-
Add PlatformIO related information (#7)
Update documentation with PlatformIO related information
Configuration menu - View commit details
-
Copy full SHA for ce9e817 - Browse repository at this point
Copy the full SHA ce9e817View commit details
Commits on Jul 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a86b027 - Browse repository at this point
Copy the full SHA a86b027View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd6e904 - Browse repository at this point
Copy the full SHA dd6e904View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb80235 - Browse repository at this point
Copy the full SHA bb80235View commit details -
Merge pull request #8 from baldram/baldram-patch-1
Update library version
Configuration menu - View commit details
-
Copy full SHA for dd6fba4 - Browse repository at this point
Copy the full SHA dd6fba4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d83078 - Browse repository at this point
Copy the full SHA 4d83078View commit details -
Merge pull request #9 from baldram/DEV-1
Reword the description for cleaner understanding
Configuration menu - View commit details
-
Copy full SHA for 410ab2d - Browse repository at this point
Copy the full SHA 410ab2dView commit details
Commits on Jul 20, 2018
-
Add a new example sound (#5) (#11)
The examples folder has been updated with a new sound which is less misleading than previous one ("tok tok"). Now it is "ding" sound which should clearly determine successful run.
Configuration menu - View commit details
-
Copy full SHA for 91191ae - Browse repository at this point
Copy the full SHA 91191aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0444cf9 - Browse repository at this point
Copy the full SHA 0444cf9View commit details
Commits on Jul 28, 2018
-
Remove ArduinoLog dependency (#13)
To get rid of ArduinoLog 3rd party dependency. To make use of ESP Arduino framework built in logger. Depending on the platform it's the one which comes from Arduino core for ESP32 or Arduino core for ESP8266. Documentation updated accordingly. The original plan to provide ESP-IDF framework compatibility is not yet done, as the library implementation uses much more Arduino core for ESP dependent stuff.
Configuration menu - View commit details
-
Copy full SHA for 1a707b4 - Browse repository at this point
Copy the full SHA 1a707b4View commit details -
* Remove unused ArduinoLog dependency from platformio.ini * Add standard logging to the example * Clean up examples
Configuration menu - View commit details
-
Copy full SHA for 1c4be61 - Browse repository at this point
Copy the full SHA 1c4be61View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc15200 - Browse repository at this point
Copy the full SHA fc15200View commit details -
* Remove unused dependency from Platformio's library.json * Bump version for the next release
Configuration menu - View commit details
-
Copy full SHA for 6e9b41a - Browse repository at this point
Copy the full SHA 6e9b41aView commit details
Commits on Aug 1, 2018
-
Update spec with mp3 to C conversion solution #18 (#19)
An information how to convert the mp3 file into C header
Configuration menu - View commit details
-
Copy full SHA for 07b900e - Browse repository at this point
Copy the full SHA 07b900eView commit details
Commits on Aug 2, 2018
-
A simple stream handler to play web radio stations using ESP8266
Configuration menu - View commit details
-
Copy full SHA for 856bcbd - Browse repository at this point
Copy the full SHA 856bcbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71d4f78 - Browse repository at this point
Copy the full SHA 71d4f78View commit details
Commits on Aug 3, 2018
-
Use valid version in library.properties (#22)
The previous version value caused the Arduino IDE to display warnings: Invalid version found: 1.0.9a This warning can be especially confusing for users since the Arduino IDE doesn't say which library is the source of the problem. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format
Configuration menu - View commit details
-
Copy full SHA for cce9ead - Browse repository at this point
Copy the full SHA cce9eadView commit details -
Use "SemVer" compliant library version number
As Arduino IDE requires version number which is SemVer compliant, it was changed according to specification below: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format https://semver.org/
Configuration menu - View commit details
-
Copy full SHA for fc49833 - Browse repository at this point
Copy the full SHA fc49833View commit details
Commits on Oct 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for aeddbd3 - Browse repository at this point
Copy the full SHA aeddbd3View commit details -
Remove the cache which causes an issue in some use scenarios
Configuration menu - View commit details
-
Copy full SHA for 0d1aa59 - Browse repository at this point
Copy the full SHA 0d1aa59View commit details
Commits on Dec 27, 2018
-
Provide MP3 instead of RIFF WAVE file (#31)
The sound used by the example sketch has been replaced with a shorter one.
Configuration menu - View commit details
-
Copy full SHA for 369cbff - Browse repository at this point
Copy the full SHA 369cbffView commit details
Commits on Jan 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 31f3a7c - Browse repository at this point
Copy the full SHA 31f3a7cView commit details
Commits on Jul 3, 2019
-
Refine the description of the functionality #35
Add description to clarify that recording is not supported.
Configuration menu - View commit details
-
Copy full SHA for 7ecc51e - Browse repository at this point
Copy the full SHA 7ecc51eView commit details
Commits on Oct 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for aa80f2b - Browse repository at this point
Copy the full SHA aa80f2bView commit details
Commits on Dec 1, 2019
-
Add support for reading and clearing decoded time by SCI_DECODE_TIME #41
(#42) * Add support for check and reset decoding time by SCI_DECODE_TIME Implemented handling for SCI_DECODE_TIME register according to VS1053b Datasheet specification (v1.20). When decoding correct data, current decoded time is shown in this register in full seconds. Extended API with two methods. One provides estimation of decoding time using SCI_DECODE_TIME. The other one allows to clear the value of mentioned register. Update documentation and bumped version for release.
Configuration menu - View commit details
-
Copy full SHA for c8dd35a - Browse repository at this point
Copy the full SHA c8dd35aView commit details
Commits on Jan 19, 2020
-
Changed buffer size of the webradio example to 64 (#45) #44
Set the buffer to "64" instead of "32". At 32 and 128 the sound was brassy.
Configuration menu - View commit details
-
Copy full SHA for 0df71d1 - Browse repository at this point
Copy the full SHA 0df71d1View commit details
Commits on Mar 24, 2020
-
Define coding style settings #49 (#50)
Added EditorConfig settings helping developers define and maintain consistent coding styles between different editors and IDEs.
Configuration menu - View commit details
-
Copy full SHA for 0d3e4a4 - Browse repository at this point
Copy the full SHA 0d3e4a4View commit details
Commits on Mar 31, 2020
-
Add left and right volume balance enhancement (#53)
Enhancement for adjusting the left and right volume balance. by: fabitom
Configuration menu - View commit details
-
Copy full SHA for c5347c3 - Browse repository at this point
Copy the full SHA c5347c3View commit details
Commits on Jun 10, 2021
-
Make write_register public. (#65)
Make `write_register` public. This makes it more easy to load the patches from http://www.vlsi.fi/en/support/software/vs10xxpatches.html A discussion on further steps on support for "loading patches" opened here: #66
Configuration menu - View commit details
-
Copy full SHA for 1c02f52 - Browse repository at this point
Copy the full SHA 1c02f52View commit details
Commits on Jun 12, 2021
-
#64: Add data rate adjusting support (#67)
Aligned to the `Edzelf/Esp-radio` parent project. Added the `adjustRate` method, which was probably missing at the forking time.
Configuration menu - View commit details
-
Copy full SHA for 90279c6 - Browse repository at this point
Copy the full SHA 90279c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e4e14a - Browse repository at this point
Copy the full SHA 9e4e14aView commit details
Commits on Jun 18, 2021
-
Load VLSI firmware patches. (#69)
Adding an extension by @CelliesProjects for dealing with vs1053 Firmware patches (binary patch files that can easily be loaded to the memory of VS10XX by a microcontroller to fix known firmware bugs): * enable a possibility for using patches/plugins, * load a default patch, * include the latest available patches from http://www.vlsi.fi/en/support/software/vs10xxpatches.html * update example code and documentation, * adjust a functionality for low-level `writeRegister`.
Configuration menu - View commit details
-
Copy full SHA for bae6fed - Browse repository at this point
Copy the full SHA bae6fedView commit details
Commits on Aug 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 046fd7e - Browse repository at this point
Copy the full SHA 046fd7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f5464b - Browse repository at this point
Copy the full SHA 3f5464bView commit details
Commits on Sep 2, 2021
-
Add Get Chip Version and Stream Mode activation support (#79)
- added a support enabling stream mode and reading the chip version - adjusted documentation - fixed a problem of `.plg` extension (using a correct `.h`), which should fix a problem while loading default patches.
Configuration menu - View commit details
-
Copy full SHA for ba1803f - Browse repository at this point
Copy the full SHA ba1803fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdbe2a0 - Browse repository at this point
Copy the full SHA fdbe2a0View commit details
Commits on Sep 16, 2021
-
A fix for bug in `loadUserCode`. This seems like incompatible change, as the second argument was introduced, however the previous version is buggy and it's better to get a compilation error, and adjust a code to get rid of bug (if a new loadUserCode was already used). Please also see a discussion here: #66 (comment)
Configuration menu - View commit details
-
Copy full SHA for f501eb7 - Browse repository at this point
Copy the full SHA f501eb7View commit details
Commits on Mar 22, 2022
-
VS1053B has built-in support for I2S output, which is disabled by default and uses GPIO4-7. Adds methods to enable I2S output.
Configuration menu - View commit details
-
Copy full SHA for 16044ba - Browse repository at this point
Copy the full SHA 16044baView commit details
Commits on Jan 12, 2023
-
Fix compiler error in Arduino IDE 2.0.x (#103)
Compiling stops with the following error with compiler warnings set to `All`. `/home/cellie/Arduino/libraries/ESP_VS1053_Library/src/VS1053.cpp:298:14:error: variable 'regbuf' set but not used [-Werror=unused-but-set-variable]`
Configuration menu - View commit details
-
Copy full SHA for 022ffd9 - Browse repository at this point
Copy the full SHA 022ffd9View commit details
Commits on Feb 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 824f82c - Browse repository at this point
Copy the full SHA 824f82cView commit details