Skip to content

Releases: TcMenu/TaskManagerIO

1.5.4 - ESP32 V5 improvement, CMake changes

Choose a tag to compare

@davetcc davetcc released this 18 Apr 08:02
  • Better more organised Cmake support for those using TaskManagerIO with CMake.
  • ESP32V5 improvement.

1.5.3 - Better Cmake support, ESP32 V5 improvement

Choose a tag to compare

@davetcc davetcc released this 18 Apr 08:00
  1. Better more organised Cmake support for those using TaskManagerIO with CMake.
  2. ESP32V5 improvement.

1.5.2 fix for ESP32 IDF 5

Choose a tag to compare

@davetcc davetcc released this 20 Oct 07:44
bd3ec1e

ESP32 IDF 5.0 fix. Thanks to @void-ref for the ESP IDF 5.0 fix.

1.5.1 PlatformIO and readme changes

Choose a tag to compare

@davetcc davetcc released this 04 Nov 10:37

See 1.5.0. No change to the code or Arduino, changes to platformIO publication method.

1.5.0 - move to use TcMenuLog library

Choose a tag to compare

@davetcc davetcc released this 04 Nov 10:02
dbac1d5

Remove the old logging delegate and move to using TcMenuLog instead, in common with all other libraries. This library now depends on TcMenuLog a small serial logging utility library.

1.4.3 Add PicoSDK cmake files for direct compilation

Choose a tag to compare

@davetcc davetcc released this 28 Jun 07:07
6a847d8

Adds tested support for PicoSDK via CMake. See the SDK project at the top level for more on this: https://github.com/davetcc/tccLibSdk

Other than the above change, it is a no-op for other users.

1.4.2 Add getting started doc link to all examples

Choose a tag to compare

@davetcc davetcc released this 07 Sep 07:40

Add Getting Started doc link to all examples

1.4.1 support more Arduino mbed board

Choose a tag to compare

@davetcc davetcc released this 29 Jul 06:32
a07e473

Pick up the new ARDUINO_ARCH_MBED flag that should work for most boards.

1.4.0 Improved syntax for scheduling

Choose a tag to compare

@davetcc davetcc released this 28 Jun 08:10
  1. Improved syntax for scheduling tasks. a new schedule function allows for all scheduling possibilities and uses a time value object.
  2. Examples and README updated for the above.

Better compile time handling of options, improved examples

Choose a tag to compare

@davetcc davetcc released this 12 Dec 21:19

Better compile time handling of options, improved examples