Gunar Schorcht
|
7581463192
|
cpu/esp_common: additional functions to FreeRTOS compatibility layer
Add additional functions to the FreeRTOS compatibility layer requiered by the BLE driver for the ESP32-H2.
|
2025-07-18 10:10:27 +02:00 |
|
Gunar Schorcht
|
19a7b0e77c
|
cpu/esp_common/freertos: add static semaphore
|
2025-05-30 09:08:33 +02:00 |
|
Gunar Schorcht
|
5f58ebe90f
|
cpu/esp_common/freertos: migration to ESP-IDF v5.4
|
2025-05-28 17:55:42 +02:00 |
|
Marian Buschsieweke
|
cac44edec7
|
tree-wide: replace multiple empty lines with one
For each C source/header `$file`: `sed -e '/^$/N;/^\n$/D' -i $file`.
|
2025-05-21 22:51:04 +02:00 |
|
KSKNico
|
fe821eaa1d
|
cpu: replace header guards with #pragma once
|
2025-05-21 17:13:37 +02:00 |
|
chrysn
|
756a384442
|
makefiles, treewide: Remove MCU variable
|
2024-02-18 20:46:09 +01:00 |
|
Gunar Schorcht
|
8bea7c2b94
|
cpu/esp_common: add RINGBUF_TYPE_NOSPLIT to ringbuffer
|
2023-03-28 18:48:55 +02:00 |
|
Gunar Schorcht
|
b13bc776c2
|
cpu/esp_common/freertos: changes required for BLE
|
2022-08-26 21:16:09 +02:00 |
|
Gunar Schorcht
|
0574f463bb
|
cpu/esp_common/freertos: changes required for BLE
|
2022-08-24 18:02:21 +02:00 |
|
Gunar Schorcht
|
cdc8a725a4
|
cpu/esp_common/freertos: changes required for BLE
|
2022-08-24 09:03:38 +02:00 |
|
Gunar Schorcht
|
d42b20d49f
|
cpu/esp_common: changes for ESP32-S3
|
2022-08-17 02:04:07 +02:00 |
|
Gunar Schorcht
|
55b8c15fe0
|
cpu/esp_common: use CPU_FAM_* instead of MCU_*
To support ESP32x families with the existing implementation, CPU_FAM_* is used instead of MCU_* in source code.
|
2022-07-18 13:05:21 +02:00 |
|
Gunar Schorcht
|
c8d8e5d3f5
|
cpu/esp_common/freertos: add required ringbuffer handling
|
2022-06-20 21:23:47 +02:00 |
|
Gunar Schorcht
|
99fa182fb4
|
cpu/esp_common/freertos: add required task functions
|
2022-06-20 21:23:47 +02:00 |
|
Gunar Schorcht
|
ae01985588
|
cpu/esp_common/freertos: add xSemaphoreGetMutexHolder
The mutex and semaphor handling had to be extended by the thread pid.
|
2022-06-20 21:23:47 +02:00 |
|
Gunar Schorcht
|
02e52513d1
|
cpu/esp_common/freertos: add xQueueReset function
|
2022-06-20 21:23:47 +02:00 |
|
Gunar Schorcht
|
e4f1a94219
|
cpu/esp_common/freertos: allow platform independent compilation
|
2022-06-20 21:23:47 +02:00 |
|
Gunar Schorcht
|
d4e061f635
|
cpu/esp_common/freertos: missing functions/definitions for ESP-IDF v4.4
|
2022-06-01 13:21:29 +02:00 |
|
Francisco Molina
|
4e6151bd7d
|
cpu/esp*: migrate from xtimer to ztimer
|
2021-12-14 18:14:35 +01:00 |
|
|
|
ba28bf849c
|
cpu/esp_common: add missing include for limits.h in freertos/task.h
|
2020-11-23 16:56:34 +01:00 |
|
Gunar Schorcht
|
18659bdf26
|
cpu/esp*: move FreeRTOS headers to cpu/esp_common
|
2020-02-21 09:09:34 +01:00 |
|