mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-24 19:42:27 +03:00
.github
bootloaders
cores
doc
libraries
ArduinoOTA
DNSServer
EEPROM
ESP8266AVRISP
ESP8266HTTPClient
ESP8266HTTPUpdateServer
ESP8266LLMNR
ESP8266NetBIOS
ESP8266SSDP
ESP8266SdFat
ESP8266WebServer
ESP8266WiFi
ESP8266WiFiMesh
ESP8266httpUpdate
ESP8266mDNS
Ethernet
FSTools
GDBStub
Hash
I2S
LittleFS
Netdump
SD
SDFS
SPI
SPISlave
Servo
SoftwareSerial
TFT_Touch_Shield_V2
examples
drawCircle
drawLines
drawNumber
drawRectangle
paint
shapes
text
tftbmp
tftbmp2
.test.skip
tftbmp2.ino
License.txt
README.md
TFTv2.cpp
TFTv2.h
font.c
keywords.txt
library.properties
Ticker
Wire
esp8266
lwIP_Ethernet
lwIP_PPP
lwIP_enc28j60
lwIP_w5100
lwIP_w5500
package
tests
tools
variants
.git-blame-ignore-revs
.gitignore
.gitmodules
.readthedocs.yaml
ISSUE_TEMPLATE.md
LICENSE
POLICY.md
README.md
boards.txt
keywords.txt
package.json
platform.txt
programmers.txt
* 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