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 |
|