|
be3035c853
|
CI - clang-format-18 (#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
|
2025-01-24 09:40:22 +03:00 |
|
|
19b7a29720
|
Migrate from astyle to clang-format (#8464)
|
2022-03-04 02:28:47 +03:00 |
|
|
60fe7b4ca8
|
Add code-spell spelling checks to CI (#8067)
Help find and fix silly spelling errors as they are added to the repo.
|
2021-05-23 08:53:04 -07:00 |
|
|
61cd8d8385
|
examples: format all .ino files
This formats all the example source files using Arduino style rules.
|
2018-03-08 14:32:06 +08:00 |
|
|
496da02f14
|
Verify sketches as part of travis build
Squashed commits:
[7d1b42f] Encrypt token, skip some tests
[17b8f39] Fix sha1 example path
[f3050b1] Fix build, add webhook
[fd2c9bd] Fix build errors, update mDNS library readme
[7b87031] Make common.sh more flexible
[3ba3eb2] Test all sketches
[87beb8a] Build all sketches in esp8266 core
[f2464f1] Fix paths
[823a9ae] Remove sudo usage
[7fce734] Fix arduino commands
[619bc7d] Move all commands into travis script
[15a5ada] First attempt test runner
|
2015-07-23 16:06:07 +03:00 |
|
|
4626a9df80
|
Initial ESP8266 HW SPI implementation
ILI9341 lib as a client for SPI lib
|
2015-04-01 07:10:31 +03:00 |
|