Historique des commits

Auteur SHA1 Message Date
  Anton Maklakov ef84773689 intr: fix a type mismatch warning il y a 7 ans
  kooho bbca0e46ed driver(interrupt): fix the issue that interrupt might be allocated and freed on different cores il y a 7 ans
  Liu Zhi Fu 1c81e4be60 esp32: fix interrupt list insert issue il y a 7 ans
  Deomid Ryabkov e3282a0cac Add esp_intr_set_in_iram il y a 8 ans
  Jeroen Domburg 740f8a79f0 Add logic to make external RAM usable with malloc() il y a 8 ans
  michael 73ba29e6df refactor(intr): remove useless tags in the debug log. il y a 8 ans
  michael c82e51cf79 fix(intr): always assign the same intr to a same source, disable the source only when all the handlers disabled. il y a 8 ans
  Ivan Grokhotkov d8b66e5088 soc: release interrupts which are not reserved by timers any more il y a 8 ans
  Alexey Gerenkov 8d43859b6a esp32: SEGGER SystemView Tracing Support il y a 9 ans
  Tian Hao 09f7cf45dd component/bt : fix interrupt number conflict il y a 8 ans
  Alexey Gerenkov 04acc88023 esp32: Fixes watchdog problem when printing core dump to uart il y a 9 ans
  Ivan Grokhotkov f7e2e456e4 intr_alloc: mark inline asm operand as earlyclobber il y a 9 ans
  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. il y a 9 ans
  Ivan Grokhotkov a2e0c2432e esp32: sanity check ISR handler address passed into esp_intr_alloc il y a 9 ans
  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 il y a 9 ans
  Deomid Ryabkov 1597f7a035 Add IRAM_ATTR to esp_intr_{enable,disable} il y a 9 ans
  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. il y a 9 ans
  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 il y a 9 ans
  Jeroen Domburg 2c34ab3374 Mark some interrupts that are now allocated dynamically as free, add int handle param documentation, add local ints test il y a 9 ans
  Jeroen Domburg 9dc908d105 Add test for local interrupts, fix int disable code il y a 9 ans
  Jeroen Domburg ae8c37e0b6 Add disabling/enabling of shared interrupt, add testcase for interrupts il y a 9 ans
  Jeroen Domburg 32fa94935d Changes according to merge request il y a 9 ans
  Jeroen Domburg 655fd2986a Add interrupt allocation scheme / interrupt sharing. Also modifies drivers and examples. Also allows interrupts il y a 9 ans