Skip to content

Releases: TcMenu/SimpleCollections

1.2.4 Fix mbed compiler warning.

10 Aug 07:18
3b62dac
Compare
Choose a tag to compare

Very minor release that fixes a compiler warning on Arduino mbed and mbed..

1.2.3 better handling of compile-time options

12 Dec 21:17
Compare
Choose a tag to compare

This release provides better handling of compile-time options.

1.2.2 - support for both RPI Pico cores

26 Oct 07:18
Compare
Choose a tag to compare

This library should now support both RPI pico cores.

1.2.1 - Make all possible template functions const

17 Sep 09:30
Compare
Choose a tag to compare

Make all possible template functions const so that const references and pointers can be used.

1.2.0 - more boards supported, template circular buffer

17 Mar 14:59
Compare
Choose a tag to compare
  • a specialized circular buffer for byte only. Probably performs better for byte storage with a template version that can store any simple type, it can be created in pool mode to act as a pool
  • on STM32Duino, processor level CAS is now used.
  • The processor determination is now moved into its own class.

1.1.0 - circular buffer, remove function

13 Feb 17:00
Compare
Choose a tag to compare

Support for thread-safe circular buffers on many platforms.
Allow removal of elements from btree lists.

1.0.1

06 Dec 12:56
7c33088
Compare
Choose a tag to compare

Correct URL in library.properties

1.0.0

06 Dec 12:41
Compare
Choose a tag to compare

The first release that is broken out from IoAbstraction. In the next IoAbstraction release, we'll depend on this library and remove the code from there.