- 13 May, 2024 4 commits
-
-
Me No Dev authored
* IDF release/v5.1 01b912a9e5 * Fix USB OTG Init on new IDF * Delete libraries/TFLiteMicro/examples/micro_speech directory Done in order to fix a CI problem created by an entire folder that was removed in original Library Repository. * IDF release/v5.1 442a798083 * Update esp32-hal-tinyusb.c --------- Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
-
Lucas Saavedra Vaz authored
* ci(qemu): Add QEMU emulator to CI * ci(qemu): Fix windows build * ci(qemu): Fix skips * ci(qemu): Skip performance tests * ci(qemu): Disable QEMU tests for now * fix(platform): Fix build script recipe number
-
Juraj Andrássy authored
* NetworkClientSecure made copyable * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
-
Happy Code Farm authored
* (feat)usbmsc: Add is_writable function Add is_writable function to the USBMSC class. Allows USBMSC to be mounted in read-only mode. * Update USBMSC.ino Changes to USB Mass Storage (MSC) example code in Arduino USB library * Added MSC.isWritable(true) line to set the disk as writable * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
-
- 10 May, 2024 4 commits
-
-
Juraj Andrássy authored
* fix: NetworkClient - close the connection in stop() method for all copies referring it * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
-
Deadolus authored
-
SooDragon authored
fix: I2C pin are relocated for arduino nano compatability
-
Rob58329 authored
* Update EEPROM.h - Added new function: bool isDirty() * Update EEPROM.cpp - Added new function: bool isDirty()
-
- 09 May, 2024 1 commit
-
-
Jan Procházka authored
-
- 08 May, 2024 2 commits
-
-
Craig Link authored
-
Me No Dev authored
-
- 07 May, 2024 3 commits
-
-
Lucas Saavedra Vaz authored
* ci(wokwi): Add wokwi emulator to CI * feat(wokwi): Support scenario * feat(wokwi): Add simple CI test for push button * sudo apt command * sudo both apt commands * Add missing test.py file * Test pytest path changes * empty push * move wokwi cli token variable * move token back to wokwi job * Update hil.yml * Update hil.yml * revert run on pr * run on PR target * run only on master * ci(wokwi): Support wokwi * ci(wokwi): Skip unsupported and performance test * ci(wokwi): run wokwi tests without label * debug: run build on windows * RUN WIFI WITH PSRAM ON-OFF * fix psram for S3 * Revert "debug: run build on windows" This reverts commit bc085e50502eb470836276097fa45ee0e2374ed1. * ci(wokwi): Run workflow only if build was sucessful * ci(pre-commit): Apply automatic fixes * ci(wokwi): Add generated files to gitignore --------- Co-authored-by: Jan Prochazka <90197375+P-R-O-C-H-Y@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
-
Jan Procházka authored
* feat(ci): Run Wokwi tests on PR * fix(ci): Concurrency change to wokwi * ci(wokwi): Fix skipped tests
-
Lucas Saavedra Vaz authored
* ci(performance): Add performance tests to CI * ci(req): Fix requirements * ci(pre-commit): Apply automatic fixes * ci(pre-commit): Increase maximum allowed complexity for python --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
-
- 03 May, 2024 1 commit
-
-
Me No Dev authored
-
- 02 May, 2024 3 commits
-
-
Vojtěch Bartoška authored
-
Gareth Coleman authored
-
Lucas Saavedra Vaz authored
-
- 29 Apr, 2024 3 commits
-
-
Rodrigo Garcia authored
* feat (hwcdc): ports changes made in 2.0.15 Ports many changes, fixes and improvements made in 2.0.15: - correct use of timeout - avoids problems with CDC ISR not reading data - fixes problems with transmitting many bytes to USB Host - changes how USB SOF and CDC connection is detected * feat (HWCDC) : port 2.0.15 Changed header for a few functions. * feat (HWCDC): port 2.0.15 upwards Fixes include file that is not necessary any more. - SOF is used directly now. * fix (HWCDC): removes left over Removes a left over function from previous 3.0.0 code. - just removing unused code. * ci(pre-commit): Apply automatic fixes * fix: typo and commentaries This fixes a few commentaries. Just a typo error. --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
-
Rodrigo Garcia authored
Changes from Warning to Verbose UART errors/warnings in order to make debugging easier, specially with UART BREAK.
-
Unbinilium authored
-
- 20 Apr, 2024 1 commit
-
-
Juraj Andrássy authored
* feat: Ethernet - MAC address parameter for beginSPI and `friend class EthernetClass` as support for potential Arduino API compatibility layer * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
-
- 19 Apr, 2024 9 commits
-
-
Lucas Saavedra Vaz authored
-
Me No Dev authored
* fix(release): Temporary halt JSON uploads on release, until generator is fixed * fix(script): enable JSON upload to release page
-
Lucas Saavedra Vaz authored
* refactor(style): Change some style options * refactor(style): Apply style changes
-
Lucas Saavedra Vaz authored
-
Jan Procházka authored
-
SooDragon authored
fix: add variable for support internal built in switch Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
-
Lucas Saavedra Vaz authored
-
Me No Dev authored
* feat(ppp): Add support for PPP Modems * feat(sdk): Add libs with PPP enabled * ci(pre-commit): Apply automatic fixes * IDF c432c692fa (#9527) --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
-
Darkl0ud authored
* Fixed typo in adc_continuous_data typedef Fixed typo in adc_continuous_data typedef * Additional typo fix for adc_continuous_data typedef Additional commit for previous commit (#9529) adding typo corrections within 1. /docs/en/api/adc.rst 2. /libraries/ESP32/examples/AnalogReadContinuous\AnalogReadContinuous.ino 3. tests/periman/periman.ino --------- Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
-
- 18 Apr, 2024 2 commits
-
-
Me No Dev authored
* fix(ble): rename esp_ble_gap_ext_adv_report_t * IDF release/v5.1 d23b7a0361 * IDF release/v5.1 c432c692fa
-
Jan Procházka authored
* Remove event-file from External libs wf * Add compilation log to the build scripts * Add 2nd compilation run on base branch * Fix sketch_utils script * Update on-push.sh * Update Push workflow * Upload pr number in lib.yml * Fix PR number in publish sizes * Update external libs results with pr num file
-
- 17 Apr, 2024 3 commits
-
-
Lucas Saavedra Vaz authored
Fix
-
Jan Procházka authored
* Add Sizes Result workflow * Fix External Libs results workflow
-
Lucas Saavedra Vaz authored
-
- 15 Apr, 2024 4 commits
-
-
Lucas Saavedra Vaz authored
-
Jason2866 authored
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
-
Lucas Saavedra Vaz authored
* Add Config * Add Cache and remove pre-commit action * [pre-commit.ci lite] apply automatic fixes * Remove freeze * Fix * Update action * Use latest stable Python 3 version * Improve caching * Improve cache tag * Improve bot message * fix(typos): Fix typos * fix(typos): Fix more typos * refactor(udp_server): Convert script from Python 2 to 3 * Fix whitespace * Clang-format fixes * Prettier fixes * Black formatting * Manual fixes * Line endings * Fix flake and make Vale manual * Fix flake and reformat --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
-
Lucas Saavedra Vaz authored
* Add Config * Add Cache and remove pre-commit action * [pre-commit.ci lite] apply automatic fixes * Remove freeze * Fix * Update action * Use latest stable Python 3 version * Improve caching * Improve cache tag * Improve bot message * Fix flake and make Vale manual * Add filter --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
-