Jan Procházka
df75f38a5c
[CI] External libraries compilation test ( #8003 )
...
* Workflow final + docs added
Delete LIBRARY_TEST.md
Update readme + documentation
Generated External Libraries Test Results
Updated docs
Generated External Libraries Test Results
revert last commit
DOnt install arduino-core manually
Update external_libraries_test.rst
Generated External Libraries Test Results
Align FQBNs to platform name
use manula platform installation
Generated External Libraries Test Results
remove verbose
remove - before sketch path
Add libs and examples for specific chip
Generated External Libraries Test Results
Generated External Libraries Test Results
Update README.md
Generated External Libraries Test Results
Update README.md
Update README.md
Generated External Libraries Test Results
change name of GH action
replace - for /
Generated External Libraries Test Results
Generated External Libraries Test Results
Update lib.yml
Update lib.yml
Generated External Libraries Test Results
remove types from pull_rewuest
add pull to lib.yml
Generated External Libraries Test Results
add back deltas_report
Update LIBRARY_TEST.md
add verbose logs
remove deltas report
Generated External Libraries Test Results
Change from schedule to push for testing
add P-R-O-C-H-Y repo to cron job
rename workflow
Update LIBRARY_TEST.md
Update LIBRARY_TEST.md
Edit URL
Generated External Libraries Test Results
remove unused ymls + run job on schedule
generated
Add action link
push only result file
generated
fix names
fix workflow
run workflow on push
Add report to file action
remove separator
fix example paths
fix library name
yaml list of examples edit
update universal sketches
examples path fix
update example paths
Add ESP32Servo
warnings -> all
change warnings to "default"
fix library name
fix list
add matrix to compile sketches
test compile for only 1 chip
remove GPIO example
use edited action
Add Blynk library
use v1
print arduino cli version
fix listing
update libs
list fix
remove if
fix typo
fix path
path test
list fix
fix folder creating
add install IDE
list fix
fix missing run command
Added V3 lib test + script for lib install
fix typo
add platform
updated on:
Lib testing v2
fix fqbn
test all chips
typo fix
replace blynk with Adafruit Neopixel
change blynk example
fix yml format
add action name
Add report for PR
Enable warnings report
changed position
typo
test
remove dbg level
add log level option
split command
typo
typo
add empty space
change position of cli flags
fix typo
cli compile flags not marking warning as error
Add new lib+example
install core manually
Install core by compile-sketch
fix url->path
fix typo
Install core from repo
remove external lib checkout
add lib example
update board
change platform name
change platform name
use BoardManager
update example
update example
use repo as platform
Initial commit
Update README.md
Update README.md
* fix readme links
* added JSON + lib_v2 YAML
* Update lib_v2.yml
* Update lib_v2.yml
* Update lib_v2.yml
* Update lib_v2.yml
* Update lib_v2.yml
* Update lib_v2.yml
* Update lib_v2.yml
* update JSON file
* Added json file
* Update lib.yml
* Update lib_v2.yml
* Update lib_v2.yml
* change JSON
* edit json + add version
* edit json
* update version
* fix path
* update fqbn platform name
* add empty test result file
* Add latest changes
* Update docs
* Update docs + clean YAML fifle
* Add ESPAsyncWebServer library
* Add test multiple required libs (will revert)
* Update docs + json
* Update lib.yml
* Fix typos in docs
* fix readme links
2023-04-04 12:54:42 +03:00
Pedro Minatel
d1f0d6c0fc
Added more details about PlatformIO ( #5540 )
...
* Added more details about PlatformIO
* Fixed typo
2022-02-28 15:06:28 +02:00
Pedro Minatel
4900979906
Added documentation for the Arduino IDE tools menu ( #6284 )
...
* Added the Tools Options into the docs.
* Added more options
* Deleted wrong file.
* [Docs] Added image to show the MSC and some grammar fixes
* [Docs] Added more information about the core selection
* Deleted wrong file.
* [Docs] Added more information about the core selection
* [Docs] Changes according to the PR review
2022-02-16 15:43:21 +02:00
Halysson Carvalho
fb00b51f99
[DOCS] Writing a new Arduino documentation about GPIO ( #5894 )
...
* add new documation GPIO
Co-authored-by: pedro.minatel <pedro.minatel@espressif.com>
2021-12-14 15:39:54 +02:00
Pedro Minatel
666cd3cde5
[Docs] Added I2C driver docs ( #5770 )
...
* Added I2C driver docs
docs: Changes on the images and added more details about the I2C slave
* docs: Added slaveWrite description and added docs build folder to the gitignore file
2021-11-04 14:32:05 +02:00
Pedro Minatel
1effae46ea
Docs: Initial documentation structure using Sphinx ( #5355 )
...
This PR is the initial documentation structure including the basic information about the project and Sphinx configuration.
####CONTENTS:
- Getting Started
- Installing
- Boards
- Libraries
- Library Builder
- Tutorials
- ESP-IDF as Component
- OTA Web Update
- makeEspArduino
- Troubleshooting
- Contributing
This PR also changes the README.md.
2021-07-19 13:37:26 +03:00