.. |
chip
|
|
|
rom
|
ESP32: Fix some compilation errors
|
2016-10-27 16:36:22 -06:00 |
chip_macros.h
|
|
|
esp32_allocateheap.c
|
|
|
esp32_clockconfig.c
|
Correct some C++ style comments.
|
2016-11-08 08:51:03 -06:00 |
esp32_clockconfig.h
|
|
|
esp32_config.h
|
ESP32: Fix some compilation errors
|
2016-10-27 16:36:22 -06:00 |
esp32_cpuhead.S
|
Use r6, not r2 when passing paramters with call4
|
2016-12-16 09:21:44 -06:00 |
esp32_cpuidlestack.c
|
Update some comments
|
2016-11-03 07:04:03 -06:00 |
esp32_cpuindex.S
|
Xtensa/ESP32: Add up_cpu_idlestack() and fix some compile issues.
|
2016-10-31 14:56:48 -06:00 |
esp32_cpuint.c
|
Xtensa ESP32: Fixes a few issue with restoring registers on interrupt return, but there is still a problem
|
2016-12-16 17:56:22 -06:00 |
esp32_cpuint.h
|
Xtensa ESP32: Fixes a few issue with restoring registers on interrupt return, but there is still a problem
|
2016-12-16 17:56:22 -06:00 |
esp32_cpustart.c
|
Xtensa ESP32: Minor rearchitecting of how CPU interrupts are enabled. MOre to come.
|
2016-12-16 14:13:09 -06:00 |
esp32_gpio.c
|
ESP32: Fix some compilation errors
|
2016-10-27 16:36:22 -06:00 |
esp32_gpio.h
|
Fix a number of header files with mismatched 'extern C {' and '}'
|
2016-11-05 07:25:05 -06:00 |
esp32_intdecode.c
|
Xtensa ESP32: Basically a redesign of the interrupt dispatch logic.
|
2016-12-16 15:36:52 -06:00 |
esp32_intercpu_interrupt.c
|
SMP: Add support for linking spinlocks into a special, non-cached memory region.
|
2016-11-26 08:47:03 -06:00 |
esp32_irq.c
|
Fix context save logic when called in window ABI configuration. Add an IDLE stack. Don't depend on the mystery stack received from the bootloader.
|
2016-12-18 10:08:08 -06:00 |
esp32_region.c
|
|
|
esp32_region.h
|
|
|
esp32_serial.c
|
ESP32 Serial: Add logic to prevent infinite loops in interrupt handler.
|
2016-12-18 16:04:25 -06:00 |
esp32_smp.h
|
Xtensa/ESP32: Add up_cpu_idlestack() and fix some compile issues.
|
2016-10-31 14:56:48 -06:00 |
esp32_start.c
|
Fix context save logic when called in window ABI configuration. Add an IDLE stack. Don't depend on the mystery stack received from the bootloader.
|
2016-12-18 10:08:08 -06:00 |
esp32_start.h
|
|
|
esp32_timerisr.c
|
Fix missing semicolons in DEBUGASSERT statements
|
2016-12-14 09:06:09 -06:00 |
Kconfig
|
ESP32: Fix some compilation errors
|
2016-10-27 16:36:22 -06:00 |
Make.defs
|
Xtensa ESP32: Fix several build-related issues associated with vector section
|
2016-12-15 10:08:26 -06:00 |