.. |
chip
|
ESP32: More logic added to serial driver.
|
2016-10-27 16:02:04 -06:00 |
rom
|
ESP32: Fix some compilation errors
|
2016-10-27 16:36:22 -06:00 |
chip_macros.h
|
ESP32: Clock configuration is not yet implemented. ESP32 will be running a XTAL frequency.
|
2016-10-24 07:30:11 -06:00 |
esp32_allocateheap.c
|
ESP32: Fix heap initialization
|
2016-10-23 14:20:03 -06:00 |
esp32_clockconfig.c
|
Correct some C++ style comments.
|
2016-11-08 08:51:03 -06:00 |
esp32_clockconfig.h
|
Xtensa: A few changes to get esp32_start.c to compile
|
2016-10-17 10:45:21 -06:00 |
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
|
ESP32: Fix a couple of bugs associated with handling of CPU interrupts.
|
2016-12-14 13:31:44 -06:00 |
esp32_cpuint.h
|
ESP32: Fix some compilation issues
|
2016-10-26 12:50:10 -06:00 |
esp32_cpustart.c
|
sched notes: Add additional note to see if/when CPU is started in SMP mode.
|
2016-12-07 09:08:20 -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: Fix some compile issues related to new co-processor logic
|
2016-10-29 10:27:46 -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
|
Xtensa: Make sure that all C callable assembly functions includes ENTRY prologue and RET epilogue.
|
2016-12-15 14:02:19 -06:00 |
esp32_region.c
|
Xtensa: Fix some compilation issues
|
2016-10-23 10:06:30 -06:00 |
esp32_region.h
|
Xtensa: Add region protected; Implement some missing signal handling logic.
|
2016-10-23 09:02:50 -06:00 |
esp32_serial.c
|
Missing escape character on CR of CR-LF expansion.
|
2016-12-16 10:49:42 -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
|
Add logic to attach inter-CPU interrupts. Fix some compilation errors.
|
2016-10-30 16:15:04 -06:00 |
esp32_start.h
|
Xtensa: A few changes to get esp32_start.c to compile
|
2016-10-17 10:45:21 -06:00 |
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 |