Darian Leung
|
781d06af73
esp_hw_support: Remove compare_set.h API
|
3 лет назад |
Anton Maklakov
|
68e5d9d585
Remove IRAM_ATTR from any function declarations
|
4 лет назад |
Darian Leung
|
57fd78f5ba
freertos: Remove legacy data types
|
3 лет назад |
Jakob Hasse
|
32e3444701
feat (pthread): reader-writer locks implementation
|
4 лет назад |
Angus Gratton
|
b7ad39f694
Merge branch 'bugfix/pthread_docs' into 'master'
|
4 лет назад |
Angus Gratton
|
c6b2191643
pthread: Cleanups for attr init/destroy
|
4 лет назад |
Angus Gratton
|
a6dea64106
pthread: Add support for PTHREAD_COND_INITIALIZER
|
4 лет назад |
Angus Gratton
|
bf1a6eb770
pthread: Fix possible deadlock when using pthread_join() and Debug log level
|
4 лет назад |
Angus Gratton
|
6e80811ca2
log: Remove redundant definition of LOG_LOCAL_LEVEL
|
4 лет назад |
xutao
|
28ca70cce5
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 лет назад |