mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-21 03:40:47 +00:00
freertos: use xQueueCreateStatic instead of xQueueCreate if available
This commit is contained in:
parent
0c9cde9532
commit
d798a8dca8
@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
### Added
|
### Added
|
||||||
- btstack_run_loop_base: portable implementation of timer and data source managment as base for platform specific implementations
|
- 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
|
## Changes July 2019
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user