-
-
Notifications
You must be signed in to change notification settings - Fork 7
Comparing changes
Open a pull request
base repository: arduino/arduino-esp32
base: master
head repository: arduino/arduino-esp32
compare: v2.0.17.x
Commits on Feb 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 18c0a6c - Browse repository at this point
Copy the full SHA 18c0a6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ee74ee - Browse repository at this point
Copy the full SHA 0ee74eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e531341 - Browse repository at this point
Copy the full SHA e531341View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1376ee0 - Browse repository at this point
Copy the full SHA 1376ee0View commit details
Commits on Feb 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 997542c - Browse repository at this point
Copy the full SHA 997542cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3324aff - Browse repository at this point
Copy the full SHA 3324affView commit details
Commits on Feb 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8a458d1 - Browse repository at this point
Copy the full SHA 8a458d1View commit details
Commits on Feb 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1ca741e - Browse repository at this point
Copy the full SHA 1ca741eView commit details
Commits on Feb 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0da8ecb - Browse repository at this point
Copy the full SHA 0da8ecbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 213f976 - Browse repository at this point
Copy the full SHA 213f976View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6a850b - Browse repository at this point
Copy the full SHA d6a850bView commit details
Commits on Mar 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 50269f6 - Browse repository at this point
Copy the full SHA 50269f6View commit details
Commits on Mar 31, 2023
-
Add setMode function HardwareSerial.c to set the esp32 uart mode for …
…use with RS485 auto RTS (espressif#7935) * Added setMode function to set the esp32 uart mode Used to set the esp32 uart mode for use with RS485 Half Duplex and the auto RTS pin mode. This will set/clear the RTS pin output to control the RE/DE pin on most RS485 chips. * Add Success (bool) return in some functions * Add Success (bool) return code to some functions * Add Success (bool) return to some functions * Add Success (bool) return to some functions * Fix uartSetRxTimeout return type --------- Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
Configuration menu - View commit details
-
Copy full SHA for a069764 - Browse repository at this point
Copy the full SHA a069764View commit details -
Fix the F_CPU frequency definition for the ESP32-S3 in esp32-hal.h (e…
…spressif#7913) * Add v2.0.7 in issue template (espressif#7871) * Fix the F_CPU frequency for the ESP32-S3 Hello, I was using the FastLED library and it was complaining about F_CPU not being defined. So, I just noticed that it is not defined for the ESP32-S3 module. So I made this change in the header file and it compiled. Therefore I wanted to propose this change to the HAL library to improve compatibility. Thank you for your time. * Makes F_CPU generic based on the SoC frequency Works for ESP32, ESP32C3, ESP32S2, ESP32S3 * Includes ESP32C3 in the F_CPU definition Necessary for ESP32 Arduino Core 2.0.x based on IDF 4.4 --------- Co-authored-by: Vojtěch Bartoška <76958047+VojtechBartoska@users.noreply.github.com> Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
Configuration menu - View commit details
-
Copy full SHA for 93903fc - Browse repository at this point
Copy the full SHA 93903fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7d3a2f - Browse repository at this point
Copy the full SHA e7d3a2fView commit details
Commits on Apr 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 540ab86 - Browse repository at this point
Copy the full SHA 540ab86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fca365 - Browse repository at this point
Copy the full SHA 8fca365View commit details
Commits on Apr 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2d7218b - Browse repository at this point
Copy the full SHA 2d7218bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff2b43 - Browse repository at this point
Copy the full SHA 2ff2b43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 788a4ca - Browse repository at this point
Copy the full SHA 788a4caView commit details
Commits on Apr 11, 2023
-
WiFiUDF Low memory fix (espressif#8065)
Fixed library crash on low memory where `new char[1460];` throws an exception. `malloc` is a safe drop in replacement.
Configuration menu - View commit details
-
Copy full SHA for 483bebf - Browse repository at this point
Copy the full SHA 483bebfView commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bdbfc45 - Browse repository at this point
Copy the full SHA bdbfc45View commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 16cee61 - Browse repository at this point
Copy the full SHA 16cee61View commit details -
Configuration menu - View commit details
-
Copy full SHA for a115594 - Browse repository at this point
Copy the full SHA a115594View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71113c3 - Browse repository at this point
Copy the full SHA 71113c3View commit details
Commits on Apr 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d3254f7 - Browse repository at this point
Copy the full SHA d3254f7View commit details
Commits on May 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f42cba9 - Browse repository at this point
Copy the full SHA f42cba9View commit details -
BugFix FlashStringHelper Macros (espressif#8143)
Revert to previous definition of `FPSTR` and `F` macros.
Configuration menu - View commit details
-
Copy full SHA for f89df42 - Browse repository at this point
Copy the full SHA f89df42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 362a81b - Browse repository at this point
Copy the full SHA 362a81bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3670e2b - Browse repository at this point
Copy the full SHA 3670e2bView commit details
Commits on May 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 447f6db - Browse repository at this point
Copy the full SHA 447f6dbView commit details
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for be40b3b - Browse repository at this point
Copy the full SHA be40b3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc3590c - Browse repository at this point
Copy the full SHA cc3590cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac814ee - Browse repository at this point
Copy the full SHA ac814eeView commit details
Commits on Jun 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0f51c88 - Browse repository at this point
Copy the full SHA 0f51c88View commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1577701 - Browse repository at this point
Copy the full SHA 1577701View commit details -
Add Arduino Nano ESP32 target (espressif#8417)
* USB: enable DFU interface and stub * nano_nora: add Arduino Nano ESP32 board support * [pin_remap 1/3] platform: define ARDUINO_CORE_BUILD when building core files * [pin_remap 2/3] core,libs: add pin remap hooks * [pin_remap 3/3] nano_nora: implement and enable pin remap * nano_nora: fix: reset all matrix connections at boot * nano_nora: add recovery image for release/v2.x * nano_nora: use official Arduino branding * nano_nora: core split + recovery mode rework Use an absolute address in SPIRAM to store the magic tokens, almost at the end of the memory, to avoid the markers from being overwritten on any kind of sketch and core combination. Also, only start the recovery once if a valid binary is present in the Flash, by immediately setting that for the next boot when recovery starts. * platform: fix: use {compiler.sdk.path} for sdk path In preparation for the sdk -> tool transition * package_index: remove dfu-util from template The tool is already available in mainline package_index.json * on_release: allow single board packages --------- Co-authored-by: Luca Burelli <l.burelli@arduino.cc>
Configuration menu - View commit details
-
Copy full SHA for 9b4622d - Browse repository at this point
Copy the full SHA 9b4622dView commit details
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c27949 - Browse repository at this point
Copy the full SHA 4c27949View commit details
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e814feb - Browse repository at this point
Copy the full SHA e814febView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae9dae4 - Browse repository at this point
Copy the full SHA ae9dae4View commit details
Commits on Aug 4, 2023
-
Sync PlatformIO build scripts (espressif#8488)
Added special handling of the `ARDUINO_BUILD_CORE` macro required only for the core files
Configuration menu - View commit details
-
Copy full SHA for bde2d64 - Browse repository at this point
Copy the full SHA bde2d64View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebb4123 - Browse repository at this point
Copy the full SHA ebb4123View commit details -
io_pin_remap fixes for the Arduino Nano ESP32 (espressif#8489)
* io_pin_remap: fix tone() function mapping declaration Since tone() can have either 2 or 3 parameters, pass any argument after the first to the actual function implementation. * io_pin_remap: add sanity checks to the core build Building with BOARD_HAS_PIN_REMAP but without setting ARDUINO_CORE_BUILD on core files is absolutely forbidden, as this would lead to multiple pin remappings being silently applied on the same numbers. Also advise the user when, on a board that has a custom pin mapping, - the core is being built without pin mapping support, or - the user explictly asked to use GPIO pin numbers.
Configuration menu - View commit details
-
Copy full SHA for 369e974 - Browse repository at this point
Copy the full SHA 369e974View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f1433 - Browse repository at this point
Copy the full SHA e1f1433View commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bd40349 - Browse repository at this point
Copy the full SHA bd40349View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9346a6 - Browse repository at this point
Copy the full SHA e9346a6View commit details
Commits on Aug 12, 2023
-
Merge pull request espressif#8513 from PilnyTomas/mdns_fix
Removed duplicate MDNS.begin() call in example
Configuration menu - View commit details
-
Copy full SHA for 099b432 - Browse repository at this point
Copy the full SHA 099b432View commit details -
Merge pull request espressif#8512 from P-R-O-C-H-Y/SPI_SPI-pins_fix
SPI - fix attach pin for ESP32-S3
Configuration menu - View commit details
-
Copy full SHA for 7d607bf - Browse repository at this point
Copy the full SHA 7d607bfView commit details
Commits on Aug 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ceecd4 - Browse repository at this point
Copy the full SHA 3ceecd4View commit details
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c4a6b8 - Browse repository at this point
Copy the full SHA 4c4a6b8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...v2.0.17.x