esp-idf/components/hal/esp32s3
Ivan Grokhotkov e449728b7d hal: fix planted break instruction for Xtensa targets
On Xtensa, "break 0, 0" encodes a software breakpoint which is placed
into the program by the debug monitor. Planted breakpoints (added in
the code to trap into debugger) should be encoded as "break 1, 15".
See table "Breakpoint Instruction Operand Conventions" in the ISA
Reference manual.
2021-04-22 23:33:47 +02:00
..
include/hal hal: fix planted break instruction for Xtensa targets 2021-04-22 23:33:47 +02:00
brownout_hal.c esp32s3: BROWNOUT reset reason is set directly without using the brownout ISR 2021-01-18 15:38:09 +08:00
interrupt_descriptor_table.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
systimer_hal.c hal: Add initial ESP32-C3 support 2020-11-30 15:23:15 +11:00
touch_sensor_hal.c fix: reduce the consumption of touch sensor during deep sleep 2021-03-15 03:59:54 +00:00