- 15 May, 2024 7 commits
-
-
Me No Dev authored
-
Me No Dev authored
-
Me No Dev authored
* fix(cdc): Disable SOF interrupt and CDC reset on begin() * feat(jtag/hwcdc): uses SOF detection from IDF Restores back IDF 5.1 SOF detection method in order to fix the HW CDC uploading process. Enabling SOF mask in the ISR routine causes a problem with esptool uploading when using CDC/JTAG port. * feat(jtag/hwcdc): uses SOF detection from IDF Restores back IDF 5.1 SOF detection method in order to fix the HW CDC uploading process. Enabling SOF mask in the ISR routine causes a problem with esptool uploading when using CDC/JTAG port. * feat: revert include This include is not necessary here. Moving it back to the HWCDC.cpp file. * feat: adding a necessary include Adding the IDF 5.1 SOF check include file. Necessary to make it compile. Moved from HWCDC.h file to here. * feat: move function call to header file * feat: Moved SOF function * feat: Removed unused header file * fix: Use correct SOF header file * ci(pre-commit): Apply automatic fixes * Small fixes for Debug prints on C3, C6 and H2 * fix(usb): Fix log prints --------- 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>
-
Jan Procházka authored
-
Juraj Andrássy authored
and _timeout shadowing fixed
-
Rodrigo Garcia authored
-
Me No Dev authored
-
- 14 May, 2024 4 commits
-
-
Lucas Saavedra Vaz authored
-
Lucas Saavedra Vaz authored
-
Lucas Saavedra Vaz authored
* docs(lib-builder): Add docker image documentation * docs(lib-builder): Add note about git * docs(lib-builder): Fix windows command * Apply suggestions from code review Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> --------- Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
-
OlimexSupport authored
* Create variant.cpp Reduced Ethernet clock GPIO signal strength to reduce noise. * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: DanKoloff <lubchoh@yahoo.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
-
- 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 7 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
-