OVMS3-idf/components/esp_ringbuf
Darian Leung 8a597b865f esp_ringbuf: Add static allocation, refactor, and update API reference
This commit updates does the following:
    - xRingbufferCreateStatic() added to allow ringbuffers via to be statically
      allocated. Docs and unit tests update accordingly. Closes #3064

    - Fix doc typos, closes #3248. Updated API reference regarding to mention
      item size limits of no-split buffers when calling
      xRingbufferGetCurFreeSize() or xRingbufferGetMaxItemSize(), closes #3117.

    - Remove the following deprecated types/functions for v4.0
        - xRingbufferIsNextItemWrapped()
        - xRingbufferAddToQueueSetWrite()
        - xRingbufferRemoveFromQueueSetWrite()
2019-06-26 16:04:38 +08:00
..
include/freertos esp_ringbuf: Add static allocation, refactor, and update API reference 2019-06-26 16:04:38 +08:00
test esp_ringbuf: Add static allocation, refactor, and update API reference 2019-06-26 16:04:38 +08:00
CMakeLists.txt components: use new component registration api 2019-06-21 19:53:29 +08:00
component.mk tools: implement linker script generation 2018-11-16 12:42:02 +08:00
linker.lf ldgen: update component linker fragment files 2019-04-04 15:57:34 +08:00
ringbuf.c esp_ringbuf: Add static allocation, refactor, and update API reference 2019-06-26 16:04:38 +08:00