Skip to content

Commit bcf472b

Browse files
committed
prepare for release
1 parent 3f36dfb commit bcf472b

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ TODO:
55
- rename RampConstAcceleration to e.g. RampControl
66
- for esp-idf 5 make use of espressif resource management of rmt channels
77

8+
0.31.4:
9+
- fix race condition in engine.init. Only applicable for esp32 (#300)
10+
- fix name of arduino component in CMakeLists.txt for espidf compilation (#300)
11+
- remove unused `cpu_core` parameter in `fas_engine_init()` for avr/due (#301)
12+
813
0.31.3:
914
- esp32: add `engine->task_rate(uint8_t delay_ms)` function to adjust the stepper task rate to e.g. 1ms (see #288 for reference)
1015

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,4 +502,5 @@ As mentioned by kthod861 in [Issue #110](https://github.com/gin66/FastAccelStepp
502502
- Thanks GarmischWg for adding rmt-support to ESP32-S3 (https://github.com/gin66/FastAccelStepper/pull/225)
503503
- Thanks SHWotever for avr patch to fix missing direction pin toggle (https://github.com/gin66/FastAccelStepper/pull/252)
504504
- Thanks HalfVoxel for pull requests (https://github.com/gin66/FastAccelStepper/pull/270) and (https://github.com/gin66/FastAccelStepper/pull/271): improved doc and missing parenthesis in preprocessor macros
505+
- Thanks pvginkel for pull request (https://github.com/gin66/FastAccelStepper/pull/300): fix race condition in engine init
505506

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=FastAccelStepper
2-
version=0.31.3
2+
version=0.31.4
33
license=MIT
44
author=Jochen Kiemes <[email protected]>
55
maintainer=Jochen Kiemes <[email protected]>

0 commit comments

Comments
 (0)