Marius Vikhammer
|
9918bbeb63
|
CI: migrated system example tests to pytest-embedded framework
|
2022-03-14 16:32:44 +08:00 |
|
morris
|
6bf3af7c8e
|
examples: replace legacy timer group with gptimer
|
2022-01-07 14:59:09 +08:00 |
|
Roland Dobai
|
766aa57084
|
Build & config: Remove leftover files from the unsupported "make" build system
|
2021-11-11 15:32:36 +01:00 |
|
Omar Chebib
|
0a3cdd4e4f
|
Example: Fix eventfd example test and added a diagram to explain printed values
|
2021-11-08 14:16:04 +08:00 |
|
laokaiyao
|
1138be502e
|
driver/timer: only re-enable alarm in callback when auto reload is true
closes https://github.com/espressif/esp-idf/issues/7001
|
2021-06-25 15:44:23 +08:00 |
|
Ivan Grokhotkov
|
7c60ba8a7d
|
examples: eventfd: remove IRAM placement of timer ISR callback
esp_vfs_write (a.k.a "write") is not in IRAM, so placing just the
ISR callback into IRAM doesn't make the callback IRAM-compatible.
|
2021-04-19 17:20:47 +02:00 |
|
Ivan Grokhotkov
|
80213b6203
|
examples: eventfd: remove use of deprecated timer_spinlock functions
|
2021-04-19 14:43:08 +02:00 |
|
Jiacheng Guo
|
bbb0e7a573
|
vfs: fix build & ci errors
|
2021-04-15 15:19:00 +08:00 |
|
Jiacheng Guo
|
0d986de363
|
vfs: add default initializer for vfs_eventfd
|
2021-04-15 15:19:00 +08:00 |
|
Jiacheng Guo
|
37a992bbde
|
vfs: add example for eventfd
|
2021-04-15 15:18:59 +08:00 |
|