1 file changed
+1
-1
lines changed- .github/workflows/basic_test.yaml+2-1
- .github/workflows/release_builds.yaml+17-3
- .pylintrc+1-1
- docs/command_reference.md+1-1
- docs/multicore_debug.md+1-2
- docs/options.md+8-9
- docs/python_api.md+16-11
- pyocd/cache/register.py+64-50
- pyocd/commands/commander.py+2-1
- pyocd/commands/commands.py+3-6
- pyocd/commands/execution_context.py+2-2
- pyocd/commands/values.py-1
- pyocd/core/helpers.py+8-1
- pyocd/core/memory_map.py+7-6
- pyocd/core/options.py+5-6
- pyocd/core/target.py+18-17
- pyocd/coresight/coresight_target.py+5-3
- pyocd/coresight/cortex_m.py+180-180
- pyocd/coresight/cortex_m_core_registers.py+113-107
- pyocd/coresight/dap.py+3-1
- pyocd/debug/breakpoints/manager.py+19-4
- pyocd/debug/semihost.py+2-4
- pyocd/debug/sequences/delegates.py+6
- pyocd/debug/sequences/functions.py+2-25
- pyocd/flash/builder.py+2-2
- pyocd/flash/eraser.py+3-4
- pyocd/flash/flash.py+1-1
- pyocd/gdbserver/context_facade.py+96-33
- pyocd/gdbserver/gdbserver.py+604-329
- pyocd/gdbserver/packet_io.py+50-22
- pyocd/gdbserver/symbols.py+4-3
- pyocd/probe/cmsis_dap_probe.py+2-1
- pyocd/probe/jlink_probe.py+8-4
- pyocd/probe/pydapaccess/cmsis_dap_core.py+5-4
- pyocd/probe/pydapaccess/dap_access_cmsis_dap.py+6-4
- pyocd/probe/pydapaccess/interface/hidapi_backend.py+21-8
- pyocd/probe/pydapaccess/interface/pyusb_v2_backend.py+2-1
- pyocd/probe/stlink/stlink.py+3-3
- pyocd/rtos/common.py+2-5
- pyocd/rtos/rtx5.py+19-11
- pyocd/subcommands/erase_cmd.py+13
- pyocd/subcommands/load_cmd.py+27-3
- pyocd/subcommands/reset_cmd.py+1-1
- pyocd/target/builtin/target_AMA3B1KK.py+2-1
- pyocd/target/builtin/target_CC3220SF.py+2-3
- pyocd/target/builtin/target_LPC4088FBD144.py+2-2
- pyocd/target/builtin/target_LPC4330.py+3-3
- pyocd/target/builtin/target_MIMXRT1176xxxxx.py+3-4
- pyocd/target/builtin/target_S32K344.py+3-3
- pyocd/target/builtin/target_s5js100.py+2-2
- pyocd/target/family/target_imxrt.py+3-3
- pyocd/target/family/target_lpc5500.py+3-3
- pyocd/target/family/target_nRF91.py+2-2
- pyocd/target/family/target_psoc6.py+15-15
- pyocd/target/pack/cbuild_run.py+101-135
- pyocd/target/pack/flash_algo.py+18-14
- pyocd/target/pack/pack_target.py+15-136
- pyocd/target/pack/reset_sequence_maps.py-35
- pyocd/utility/cmdline.py+14-22
- pyocd/utility/server.py+22-20
- pyocd/utility/sockets.py+57-35
- setup.cfg-1
- test/basic_test.py+3-3
- test/blank_test.py+3-3
- test/commander_test.py+2-1
- test/commands_test.py-2
- test/concurrency_test.py-2
- test/connect_test.py+2-3
- test/cortex_test.py+33-38
- test/debug_context_test.py+2-4
- test/flash_loader_test.py+8-4
- test/flash_test.py+3-4
- test/gdb_test.py+2-2
- test/gdb_test_script.py-1
- test/json_lists_test.py-2
- test/parallel_test.py-2
- test/probeserver_test.py-1
- test/speed_test.py-1
- test/test_util.py+3-5
- test/unit/mockcore.py+6-10
- test/unit/test_cmdline.py+2-2
- test/unit/test_conversion.py+3-4
- test/unit/test_notification.py-1
- test/unit/test_options_manager.py-1
- test/unit/test_regcache.py+4-7
- test/unit/test_sdc600.py-1
- test/unit/test_semihosting.py+7-7
- test/unit/test_sequencer.py+3-4
- test/user_script_test.py-1
0 commit comments