freertos: use xQueueCreateStatic instead of xQueueCreate if available

This commit is contained in:
Matthias Ringwald 2019-08-06 17:39:42 +02:00
parent 0c9cde9532
commit d798a8dca8

View File

@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- btstack_run_loop_base: portable implementation of timer and data source managment as base for platform specific implementations
## Changed
-- FreeRTOS: use xQueueCreateStatic (static variant of xQueueCreate) if available for static memory-only setups
## Changes July 2019