-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: lintmachine/Arduino
base: master
head repository: esp8266/Arduino
compare: master
- 17 commits
- 67 files changed
- 8 contributors
Commits on Jul 25, 2024
-
Directly include <exception> for std::set_terminate (esp8266#8978)
I was recently trying to compile this project with a more recent version of GCC and hit an issue with this file. With older versions the std::set_terminate definition was being included via a transitive include of <exception> from the C++ standard library implementation. This is no longer the case with newer versions of libstdc++. This fixes the issue by using a direct include instead of relying on an implementation specific transitive include.
Configuration menu - View commit details
-
Copy full SHA for e4887b7 - Browse repository at this point
Copy the full SHA e4887b7View commit details -
Fixes exceptions resulting from using SPI0Command (esp8266#9140)
* Resolves exceptions occuring when using SPI0Command for flash write operations such as: Write Status Register-1, Sector Eraser, etc. Moved PRECACHE_END to ensure `Wait_SPI_Idlep` and `xt_wsr_ps` are included in the iCache. Added SPIUCSSETUP to give more settling time for #CS. * There was a risk of flash reads inserted between an "enable opcode" and the "target opcode". They are now tightly coupled. Update flash quirks. * When sending instruction Write Enable 0x06, use BootROM API SPI_write_enable for the special handling of the WEL bit. Corrected zero mask for fractional byte returns where the partial byte bits are positioned at the most significant bit position in the byte.
Configuration menu - View commit details
-
Copy full SHA for c2f1365 - Browse repository at this point
Copy the full SHA c2f1365View commit details
Commits on Jul 30, 2024
-
Sphinx syntax fixes (esp8266#9180)
get rid of warnings when converting python -> rst, force quit when they happen fix code-blocks, always need extra line fix invalid headers refs so they actually work
Configuration menu - View commit details
-
Copy full SHA for 1b6f815 - Browse repository at this point
Copy the full SHA 1b6f815View commit details -
Boards - add Mercury 1.0 (esp8266#9166)
Co-authored-by: Gaurang Gupta <iotgupta@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bd136f1 - Browse repository at this point
Copy the full SHA bd136f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05f05d0 - Browse repository at this point
Copy the full SHA 05f05d0View commit details -
Mock - update func signatures for latest glibc (esp8266#9117)
glibc 2.38 includes strlcpy and strlcat, attempt to detect them before use
Configuration menu - View commit details
-
Copy full SHA for 3a5157e - Browse repository at this point
Copy the full SHA 3a5157eView commit details
Commits on Jul 31, 2024
-
Mock - compatibility fix for shell calls (esp8266#9183)
echo does not seem to have escape mode with GH actions runner trying to fix apparently broken makefile funcs from esp8266#9117
Configuration menu - View commit details
-
Copy full SHA for 1d6e50f - Browse repository at this point
Copy the full SHA 1d6e50fView commit details -
* Update certs.h not_valid_{after,before} -> not_valid_{after,before}_utc https://cryptography.io/en/latest/x509/reference/#cryptography.x509.Certificate.not_valid_before > This property is deprecated and will be removed in a future version. Please switch to the timezone-aware variant not_valid_before_utc(). * fixup! Update certs.h
Configuration menu - View commit details
-
Copy full SHA for 07feace - Browse repository at this point
Copy the full SHA 07feaceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27272de - Browse repository at this point
Copy the full SHA 27272deView commit details -
CI - restyle script summary and annotations in PRs (esp8266#9184)
similar to .ino builder, prepare a short 'diff' summary of all the required changes https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary provide inline annotations, so it is apparent clang-format job is the cause of the PR actions check failure https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-a-notice-message
Configuration menu - View commit details
-
Copy full SHA for bb3360d - Browse repository at this point
Copy the full SHA bb3360dView commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ccea728 - Browse repository at this point
Copy the full SHA ccea728View commit details
Commits on Nov 20, 2024
-
SD - examples/listfilesEnhanced (esp8266#9206)
* add new example for enhanced file listing * adapt Pin * adapt due to clanf format check in line 14 * Adapt further clang findings * additional intention corrections * last clang format issues corrected * case-sensitive, eof line break
Configuration menu - View commit details
-
Copy full SHA for 9e3ba26 - Browse repository at this point
Copy the full SHA 9e3ba26View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb79e90 - Browse repository at this point
Copy the full SHA bb79e90View commit details
Commits on Jan 24, 2025
-
CI - clang-format-18 (esp8266#9225)
* Fix shell variable comparison without $CI present + '[' = true ']' ./tests/restyle.sh: line 16: [: =: unary operator expected vs. + '[' '' = true ']' * Update to clang-format-18 new opt to skip overly eager macro formatting https://clang.llvm.org/docs/ClangFormatStyleOptions.html#skipmacrodefinitionbody minor changes between 15 and 18 for ide examples reference arduino-ide format is still stuck with 15, though https://github.com/arduino/clang-static-binaries/releases * Pin clang-format in CI recipe not the script itself * style
Configuration menu - View commit details
-
Copy full SHA for be3035c - Browse repository at this point
Copy the full SHA be3035cView commit details -
Stack thunk yield() fixes (esp8266#9224)
* Update bearssl builder * Keep bssl stack pointer from confusing yield implement stack_thunk_yield() which is called within bssl stack overflow checks for cont would always fail otherwise
Configuration menu - View commit details
-
Copy full SHA for 1a13ab9 - Browse repository at this point
Copy the full SHA 1a13ab9View commit details
Commits on Mar 10, 2025
-
Docs - fix sphinx v8 builds (esp8266#9235)
abnormal version selection w/ nbsphinx causing us to fall down to 5.x.x venv install specific versions, fix arguments provided to the sphinx-build
Configuration menu - View commit details
-
Copy full SHA for 7af5246 - Browse repository at this point
Copy the full SHA 7af5246View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5874351 - Browse repository at this point
Copy the full SHA 5874351View 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...master