Releases: TcMenu/SimpleCollections
Releases · TcMenu/SimpleCollections
1.2.4 Fix mbed compiler warning.
1.2.3 better handling of compile-time options
This release provides better handling of compile-time options.
1.2.2 - support for both RPI Pico cores
This library should now support both RPI pico cores.
1.2.1 - Make all possible template functions const
Make all possible template functions const so that const references and pointers can be used.
1.2.0 - more boards supported, template circular buffer
- 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
Support for thread-safe circular buffers on many platforms.
Allow removal of elements from btree lists.