提交歷史

作者 SHA1 備註 提交日期
  Mahavir Jain 6babdfc0b7 ipc: prevent code getting pulled in for unicore configuration 6 年之前
  Ivan Grokhotkov a8b974f245 intr_alloc: don't call ESP_LOG from a critical section 6 年之前
  Sachin Parekh 378a5b159a intr_alloc: port*_CRITICAL vanilla FreeRTOS compliance 6 年之前
  Christian Hoene 025deab4d2 esp32: esp_intr_alloc: Fixed issue with level 5 not being called 7 年之前
  Anton Maklakov ef84773689 intr: fix a type mismatch warning 7 年之前
  kooho bbca0e46ed driver(interrupt): fix the issue that interrupt might be allocated and freed on different cores 7 年之前
  Liu Zhi Fu 1c81e4be60 esp32: fix interrupt list insert issue 7 年之前
  Deomid Ryabkov e3282a0cac Add esp_intr_set_in_iram 8 年之前
  Jeroen Domburg 740f8a79f0 Add logic to make external RAM usable with malloc() 8 年之前
  michael 73ba29e6df refactor(intr): remove useless tags in the debug log. 8 年之前
  michael c82e51cf79 fix(intr): always assign the same intr to a same source, disable the source only when all the handlers disabled. 8 年之前
  Ivan Grokhotkov d8b66e5088 soc: release interrupts which are not reserved by timers any more 8 年之前
  Alexey Gerenkov 8d43859b6a esp32: SEGGER SystemView Tracing Support 9 年之前
  Tian Hao 09f7cf45dd component/bt : fix interrupt number conflict 8 年之前
  Alexey Gerenkov 04acc88023 esp32: Fixes watchdog problem when printing core dump to uart 9 年之前
  Ivan Grokhotkov f7e2e456e4 intr_alloc: mark inline asm operand as earlyclobber 9 年之前
  Jeroen Domburg 3168ad10e7 Core timer 2 is unusable for FreeRTOS ticks because it triggers a high-level interrupt. This commit deletes the option to select it. 9 年之前
  Ivan Grokhotkov a2e0c2432e esp32: sanity check ISR handler address passed into esp_intr_alloc 9 年之前
  Jeroen Domburg 11a994d5d8 Calling esp_intr_noniram_[en|dis]able twice is an error, so abort instead of doing an assert which disappears in non-debug mode 9 年之前
  Deomid Ryabkov 1597f7a035 Add IRAM_ATTR to esp_intr_{enable,disable} 9 年之前
  Jeroen Domburg d5c57d1d10 Put ets_isr_* functions into IRAM. Original fns were in ROM so people may expect them to work when flash cache is out. 9 年之前
  Jeroen Domburg 78161a1fe3 Replace non-multicore-aware rom funcs with multicore-aware funcs, ESP_LOG->ESP_EARLY_LOG fix, reserve ints used in wireless libs. Fixes WiFi crashing 9 年之前
  Jeroen Domburg 2c34ab3374 Mark some interrupts that are now allocated dynamically as free, add int handle param documentation, add local ints test 9 年之前
  Jeroen Domburg 9dc908d105 Add test for local interrupts, fix int disable code 9 年之前
  Jeroen Domburg ae8c37e0b6 Add disabling/enabling of shared interrupt, add testcase for interrupts 9 年之前
  Jeroen Domburg 32fa94935d Changes according to merge request 9 年之前
  Jeroen Domburg 655fd2986a Add interrupt allocation scheme / interrupt sharing. Also modifies drivers and examples. Also allows interrupts 9 年之前