me-no-dev
a69c71f6ad
feat(core): Update core version to 3.3.0
2025-07-16 19:55:53 +03:00
me-no-dev
ac961f671a
Update core version to 3.2.1
2025-07-03 16:42:28 +03:00
me-no-dev
55f4f1bfa8
Update core version to 3.2.0
2025-02-18 19:10:54 +02:00
me-no-dev
dbfde15b6a
Update core version to 3.1.3
2025-02-17 15:28:32 +02:00
me-no-dev
62082398d3
Update core version to 3.1.2
2025-02-13 14:32:20 +02:00
Me No Dev
7cfe0adc87
IDF release/v5.3 ( #10816 )
...
* IDF release/v5.3 cfea4f7c
* Update core version
2025-01-07 15:50:38 +02:00
me-no-dev
0b842442c9
Update core version to 3.1.0
2024-08-28 16:11:35 +03:00
Me No Dev
0d4ffcf74b
fix(core): Update versions to 3.0.4 ( #10106 )
2024-08-02 12:18:35 +03:00
Me No Dev
614c72b4d3
fix(libs): Update all libraries to match the core version ( #10041 )
...
From now on core libraries will have the same version as the core
2024-07-16 23:04:43 +03:00
Lucas Saavedra Vaz
6bfcd6d9a9
refactor(style): Change some style options ( #9526 )
...
* refactor(style): Change some style options
* refactor(style): Apply style changes
2024-04-19 18:16:55 +03:00
Lucas Saavedra Vaz
da5c6ab9ae
Refactor repository with pre-commit hooks ( #9515 )
...
* Add Config
* Add Cache and remove pre-commit action
* [pre-commit.ci lite] apply automatic fixes
* Remove freeze
* Fix
* Update action
* Use latest stable Python 3 version
* Improve caching
* Improve cache tag
* Improve bot message
* fix(typos): Fix typos
* fix(typos): Fix more typos
* refactor(udp_server): Convert script from Python 2 to 3
* Fix whitespace
* Clang-format fixes
* Prettier fixes
* Black formatting
* Manual fixes
* Line endings
* Fix flake and make Vale manual
* Fix flake and reformat
---------
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
2024-04-15 19:40:56 +03:00
Dirk O. Kaar
f764af0d1c
Ticker updated to match extensions in ESP8266 API ( #2849 )
...
* Update Ticker API to compatibility with ESP8266, prepares for co-op loop Scheduler
* Fixing Build server complaints
* Fix omitted casts in template member function
* Changes after review
* Expose µs resolution of OS API in Ticker class
* Return Ticker to libraries only for modularity.
* Unify Ticker examples.
* Default for LED_BUILTIN
* In Ticker, the *scheduled functions become available in another development branch.
* Astyle from ESP8266
* Fixed Arduino keywords.txt
* 64bit integers instead of 32bits, timer functions on ESP32 accept 64bit integers.
* Move code from header into compiliation unit.
Reformat.
* Test case same as ESP8266
* Implementing inline in header saves 204+ bytes program size.
* Examples
* Fix a compiler warning due to c-style casting.
* Revert formatting changes
* More format reversions
* Revert
* Revert
* Revert
---------
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
2024-01-31 12:53:56 +02:00
Tomáš Pilný
7b72da608a
Ticker fix solving #6155 ( #7664 )
...
* Wrapped Ticker functions with #pragma disabling -Wcast-function-type
* Revert "Wrapped Ticker functions with #pragma disabling -Wcast-function-type"
This reverts commit 160be7e67a10d01b6e44c4bf2521c0ccd6348976.
* Fixed Ticker example
* Modified Ticker example
* Fixed LED_BUILTIN err for ESP32
---------
Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
2023-02-06 17:25:58 +02:00
GitNik1
f1acc432af
Fix Ticker::Active crash if _ticker null ( #6511 ) ( #6513 )
2022-04-04 14:45:14 +03:00
Clemens Kirchgatterer
a134088a0b
Implement Ticker::active() ( #6148 )
2022-01-18 17:40:03 +02:00
lbernstone
de66c39f04
Bump library versions to 2.0.0 ( #5182 )
...
* Bump library versions to 2.0.0
* Fixed name on SD library (see #5181 )
2021-05-18 14:00:49 +03:00
full-stack-ex
2a7e509978
Fix long Ticker period conversion: cast ms to uint64_t when calculating us ( #3175 )
...
* Fix long Ticker period conversion
* Simplify long Ticker period conversion fix by using 1000ULL
2019-09-05 10:34:47 +03:00
per1234
146b2f6a23
Use correct separator in keywords.txt ( #1175 )
...
The Arduino IDE currently requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted.
Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
2018-03-05 07:38:39 +01:00
Bert Melis
8e29347d4f
Add Ticker library ( #1057 )
...
* Add Ticker library
* Fix CI (#1 )
remove LED_BUILTIN in examples
2018-03-04 20:34:03 +01:00