xutao
|
cc10f1943c
pthread: fix the priority inheritance
|
5 лет назад |
Angus Gratton
|
04ae56806c
Merge branch 'master' into feature/esp32s2beta_update
|
6 лет назад |
Angus Gratton
|
24d26fccde
Merge branch 'master' into feature/esp32s2beta_update
|
6 лет назад |
Anton Maklakov
|
afbaf74007
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
|
6 лет назад |
Ivan Grokhotkov
|
e9de7b1df3
pthread: remove ESP32_ prefix from Kconfig options
|
6 лет назад |
Ivan Grokhotkov
|
661769527c
pthread: force linking pthread implementation from IDF
|
6 лет назад |
Angus Gratton
|
ddbd09eb15
esp32/esp32s2beta: Extract common SPIRAM options into esp_commmon component
|
6 лет назад |
Roland Dobai
|
0ae53691ba
Rename Kconfig options (components/esp32)
|
6 лет назад |
Michael (XIAO Xufeng)
|
562af8f65e
global: move the soc component out of the common list
|
6 лет назад |
Ivan Grokhotkov
|
d15e18aa5d
newlib: fixes for compatibility with newlib 3.0
|
6 лет назад |
morris
|
c159984264
separate rom from esp32 component to esp_rom
|
6 лет назад |
Roland Dobai
|
314c77609e
pthread: Transform the units of the stack size to the FreeRTOS domain
|
6 лет назад |
Anurag Kar
|
d816578e3a
bugfix/pthread : pthread_detach implementation fixed to correctly delete pthread object when invoked after task completion
|
7 лет назад |
Per Malmberg
|
71f57931bd
#2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread.
|
7 лет назад |
Anurag Kar
|
f27db1f241
pthread : Add support for attributes and few APIs
|
7 лет назад |
Kedar Sovani
|
7a0cab0a5b
pthread: Allow configuration of priority and stacksize
|
8 лет назад |
Mahavir Jain
|
48e8171114
pthread: fix pthread_once behavior, if mux (handle) is in external PSRAM
|
8 лет назад |
Alexey Gerenkov
|
7ce945a9de
pthread: Fixes memory leaks and stack overflow in tests
|
8 лет назад |
Mahavir Jain
|
158ecdcfd5
pthread: Fix pthread_once to use atomic compare and set
|
8 лет назад |
Kedar Sovani
|
07992b08e8
[pthread] Perform init_routine execution outside of the mutex
|
8 лет назад |
Angus Gratton
|
86c89ff169
pthread: Add support for pthread thread local storage
|
8 лет назад |
Alexey Gerenkov
|
5795ccc806
freertos: Fixes deadlock in pthread_once for init_routines calling pthread_once
|
8 лет назад |
Alexey Gerenkov
|
54a529f596
freertos: Fixes hangup upon pthread_join on finished thread
|
8 лет назад |
Alexey Gerenkov
|
5dea0fca15
esp_pthread_init constructor attr was removed
|
8 лет назад |
Alexey Gerenkov
|
5094965e98
According to comments
|
8 лет назад |
Ivan Grokhotkov
|
e3b86e7bdb
pthread: handle statically initialized mutexes
|
8 лет назад |
Alexey Gerenkov
|
20942421c3
According to review comments
|
8 лет назад |
Alexey Gerenkov
|
8859dab10c
Cleanup
|
8 лет назад |
Alexey Gerenkov
|
bf8ff8c98b
1) Thread detach functionality added
|
8 лет назад |
Alexey Gerenkov
|
c631c6b358
1) Mux API was added
|
8 лет назад |