aboutsummaryrefslogtreecommitdiff
path: root/src/target/xtensa
AgeCommit message (Expand)AuthorFilesLines
2023-05-27target/xtensa: add file-IO supportIan Thompson5-3/+247
2023-05-13xtensa: fix build with gcc 13.1.1Antonio Borneo1-1/+1
2023-05-05target: with pointers, use NULL instead of 0Antonio Borneo1-2/+2
2023-03-18target/xtensa: add NX supportIan Thompson3-52/+370
2023-01-15target/xtensa: remove needless target_was_examined checkErhan Kurubas1-2/+1
2022-10-21target/xtensa: remove redundant call for `TARGET_EVENT_HALTED`Erhan Kurubas1-2/+6
2022-10-15target/xtensa: fill register number field in the cacheErhan Kurubas1-0/+6
2022-10-08target/xtensa: pass correct buffer on read memory retryErhan Kurubas1-2/+2
2022-10-08target/xtensa: rename pc and ps macro namesErhan Kurubas1-8/+9
2022-09-23target/xtensa: fix final clang analyzer warningIan Thompson1-15/+9
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo3-3/+3
2022-09-18target/xtensa: invalidate register cache on resetIan Thompson1-2/+5
2022-09-18target/xtensa: fix clang analyzer warningIan Thompson1-9/+12
2022-09-17target/xtensa: populate PS correctly during fetchIan Thompson1-0/+3
2022-09-13target/xtensa: fully initialize buffers for PWRSTAT readIan Thompson1-2/+2
2022-09-13xtensa: make local symbols staticAntonio Borneo2-6/+6
2022-09-13target/xtensa: fix step state transitionIan Thompson1-3/+4
2022-09-13target/xtensa: enable DAP/SWD for generic xtensaIan Thompson4-37/+191
2022-09-08target/xtensa: virtualize XDM registersIan Thompson4-239/+390
2022-08-27target/xtensa: fix clang analyzer warningsIan Thompson1-0/+2
2022-08-21target/xtensa: fix clang analyzer warnings and gcc12 build errorsErhan Kurubas1-3/+6
2022-08-20target: add generic Xtensa LX supportIan Thompson6-1031/+2462
2022-08-15target/espressif: remove author lines from esp32xx and xtensa filesErhan Kurubas4-9/+2
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo5-65/+10
2022-07-23openocd: build: add SPDX tagAntonio Borneo1-0/+2
2022-06-24target: add Espressif ESP32 basic supportErhan Kurubas1-0/+10
2022-06-04target: add Espressif ESP32-S2 basic supportErhan Kurubas6-0/+4069