Zim Kalinowski
|
578d092595
fix(ringbuf): Fixed linux build
|
2 лет назад |
Darian Leung
|
4a15db126a
fix(esp_ringbuf): Fix "USE_AFTER_FREE" coverity issue
|
2 лет назад |
Darian Leung
|
7d983fe5a3
esp_ringbuf: Add xRingbufferCreateWithCaps()
|
2 лет назад |
Darian Leung
|
b104b52b0e
ringbuf: Fix ordering of StaticRingbuffer_t
|
2 лет назад |
Darian Leung
|
a8b9314353
esp_ringbuf: Clarify behavior when sending items of 0 size
|
2 лет назад |
Darian Leung
|
443d87c2ff
esp_ringbuf: Replace internal semaphores with task event lists
|
2 лет назад |
Darian
|
c0f5e123c5
Merge branch 'contrib/github_pr_9497' into 'master'
|
3 лет назад |
tgotic
|
4837ba9b84
rename xHoldSemaphore to result
|
3 лет назад |
tgotic
|
480253d659
Move xSemaphoreGive out of configASSERT
|
3 лет назад |
morris
|
45524408df
coverity: fix uninit variable issue in driver
|
3 лет назад |
Darian Leung
|
9b3796d2f1
freertos: Add portTRY_ENTRY_CRITICAL() and deprecate legacy spinlock fucntions
|
4 лет назад |
Sudeep Mohanty
|
ac0cbebb89
ringbuf: Fix bug where comparision between a signed and unsigned operand resulted in incorrect free size for no-split/allow-split buffers
|
4 лет назад |
RichFalk
|
1222f6dd3a
esp_ringbuf: Fix assertion xQueueGenericSend queue.c:818
|
4 лет назад |
Angus Gratton
|
420aef1ffe
Updates for riscv support
|
5 лет назад |
Angus Gratton
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
5 лет назад |
Michael (XIAO Xufeng)
|
687908b1e9
ringbuffer: support to allocate memory on the ringbuffer before send
|
6 лет назад |
Michael (XIAO Xufeng)
|
c5150d16b2
ringbuffer: seperate acquire from send
|
6 лет назад |
Darian Leung
|
8a597b865f
esp_ringbuf: Add static allocation, refactor, and update API reference
|
6 лет назад |
Pieter du Preez
|
496bfe3842
Initialized some uninitialized variables in rtc_clk.c and ringbuf.c.
|
7 лет назад |
Mahavir Jain
|
152043d469
esp_ringbuf: move ringbuf to seperate component
|
7 лет назад |