OVMS3-idf/components/esp32
Mahavir Jain d0a37704a3 esp_timer: use freertos critical section compliant APIs
Some modules use esp_timer from interrupt context and hence
with vanilla FreeRTOS it should use correct critical section
API
2019-11-15 15:57:55 +05:30
..
include Merge branch 'master' into feature/esp32s2beta_merge 2019-09-20 10:28:37 +10:00
ld esp_wifi: Put some rx code to iram 2019-11-13 11:44:23 +00:00
test esp_timer: use freertos critical section compliant APIs 2019-11-15 15:57:55 +05:30
brownout.c brownout: fix rtc_brownout_isr_handler signature 2019-08-01 16:28:56 +07:00
cache_err_int.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
cache_sram_mmu.c Spiram: Add option to reserve MMU banks; add himem API to make use of those banks 2018-10-15 14:32:58 +08:00
clk.c spi: move deprecated functions into internal header 2019-10-08 11:51:39 +08:00
CMakeLists.txt Merge branch 'feature/cxx_rtti_preparation_v3' into 'master' 2019-10-31 23:26:44 +08:00
component.mk Revert "C++: add provisions for optional RTTI support" 2019-10-31 10:12:16 +07:00
cpu_start.c Support ELF files loadable with gdb 2019-09-24 07:19:50 +00:00
crosscore_int.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
dport_access.c efuse: update the scheme of getting chip revision 2019-08-13 10:59:02 +08:00
dport_panic_highint_hdl.S esp32: Dis interrupts up to 5 lvl for DPORT 2019-07-16 05:54:45 +00:00
esp_adapter.c wifi: Include DMA reserved pool when allocating internal-only memory 2019-10-30 15:57:17 +11:00
esp_clk_internal.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
esp_himem.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
esp_timer_esp32.c esp_timer: use freertos critical section compliant APIs 2019-11-15 15:57:55 +05:30
hw_random.c move esp32 chip specific includes to esp32/xxx.h 2019-03-18 17:14:05 +08:00
int_wdt.c timer_group: use the LL 2019-08-09 13:46:31 +08:00
intr_alloc.c Merge branch 'master' into feature/esp32s2beta_merge 2019-09-16 16:18:48 +10:00
Kconfig ci: fix one ut issue when using Wrover-B module with newer ver of PSRAM 2019-11-03 03:07:37 +00:00
linker.lf esp32: Use FPU for floating point divide, power, complex multiplications 2019-05-29 10:14:31 +10:00
Makefile.projbuild ldgen: fix build issue on make when build dir is a symlink 2019-08-27 13:53:31 +08:00
panic.c Merge branch 'master' into feature/esp32s2beta_merge 2019-10-02 19:01:39 +02:00
pm_esp32.c soc/pm: Remove deprecated use of rtc_cpu_freq_t enum 2019-09-13 09:44:07 +10:00
pm_trace.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
project_include.cmake components: update with build system changes 2019-05-13 19:59:17 +08:00
reset_reason.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
sdkconfig.rename feat(psram): config SPI psram pins based on efuse value 2019-05-28 21:25:16 +08:00
sleep_modes.c Merge branch 'master' into feature/esp32s2beta_merge 2019-09-20 10:28:37 +10:00
spiram.c Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
spiram_psram.c ci: fix one ut issue when using Wrover-B module with newer ver of PSRAM 2019-11-03 03:07:37 +00:00
spiram_psram.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
system_api_esp32.c system api: Move common parts into esp_common component 2019-10-30 14:19:22 +11:00
task_wdt.c wdt: Remove deprecated esp_task_wdt_feed() function 2019-09-13 09:44:07 +10:00