- 27 May, 2024 6 commits
-
-
Matti Airas authored
* change(logging): Provide a default TAG name for USE_ESP_IDF_LOG The ESP-IDF logging library has some nice features such as log forwarding. esp32-hal-log.h has long supported the USE_ESP_IDF_LOG macro, but due to subsequent changes, it requires a global TAG preprocessor macro to be defined. The macro name is too generic and just having a sane default would be preferable. * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
-
Tarosa authored
feat(3rd_party_board):Add GPIO pin mappings for M5Stack CamS3 Unit and select OPI PSRAM by default (#9688) * feat(camera): Add GPIO pin numbers for M5Stack CamS3 Unit * docs(troubleshooting): Update guide for M5UnitCamS3 PSRAM configuration * fix(): Remove QSPI option from M5Stack CamS3 * ci(pre-commit): Apply automatic fixes * fix(): Make OPI PSRAM option as default * fix(): Revert troubleshooting addition --------- 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
-
Me No Dev authored
-
Leandro Mattioli authored
-
monte-monte authored
Fix selective compilation to include LittleFS library when checked in menu.
-
- 22 May, 2024 2 commits
-
-
Luca Burelli authored
Setting programmer.default has unfortunately multiple effects: - sets the tick by default in the Tool menu in the IDE (which was the expected behavior), - forces the CLI to use the specified programmer every time an upload is attempted (which is confusing users). For this reason, it is better to remove the "programmer.default" setting from the board definition and let the user choose the programmer in the IDE menus, as it was before.
-
Me No Dev authored
* fix(eth): Fix ETH.end() * fix(eth): set glue handle to NULL
-
- 21 May, 2024 4 commits
-
-
Me No Dev authored
This PR enables ETH_SPI_SUPPORTS_NO_IRQ to support connection by only 4 wires (SCK, MISO, MOSI and SS) with IRQ and RESET being set as -1
-
Me No Dev authored
This is to ensure that stack events are called before ours, because callbacks are called in order of attaching
-
ZY authored
-
Alex authored
-
- 15 May, 2024 8 commits
-
-
Jan Procházka authored
-
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 1 commit
-
-
Vojtěch Bartoška authored
-