61 Commits (jim)

Author SHA1 Message Date
  Tim Newsome 358ab3483d Add target_data_bits(). 3 years ago
  Antonio Borneo 9e7b31479b helper/jim-nvp: comply with coding style [2/2] 3 years ago
  Antonio Borneo f1bc46c78a target: fix some minor typo 3 years ago
  Antonio Borneo 113f949ac1 target: remove handling of target's deprecated_name 3 years ago
  Tim Newsome 0819541366 gdb_server, rtos: Fine-grained RTOS register access 5 years ago
  Tim Newsome 57e30102ea gdb_server, target: Add target_address_bits() 5 years ago
  Steven Stallion e65acd889c gdb_server: add support for architecture element 7 years ago
  Tomas Vanek eb8912ec38 target, flash: prepare infrastructure for multi-block blank check 6 years ago
  Felipe Balbi ffa6b189a0 target: type: fix indentation 7 years ago
  Tim Newsome 1662508911 Differentiate "target not halted" messages. 6 years ago
  Dongxue Zhang 47b8cf8420 target: Add 64-bit target address support 10 years ago
  Andreas Färber eaacb900dd flash/nor: Add erased_value to drivers and pass it to targets 8 years ago
  Marc Schink d4b7cbff88 Make #include guard naming consistent 8 years ago
  Marc Schink d0e763ac7e Remove FSF address from GPL notices 8 years ago
  Paul Fertser 2d998c0944 server, target, cortex_m: add deinit_target to the API to free resources 9 years ago
  Hsiangkai Wang 2803fa3822 target: add profiling interface 11 years ago
  Andreas Fritiofson 5c2f920cc7 [RFC] target: Move bulk_write_memory to arm7_9 11 years ago
  Hsiangkai Wang 0a4c8990c2 gdb_server: support File-I/O Remote Protocol Extension 11 years ago
  Hsiangkai Wang 80d412bafc gdb server: new feature, add stop reason in stop reply packet for gdb 11 years ago
  Hsiangkai Wang d979d78e97 gdb_server: support gdb target description 11 years ago
  Spencer Oliver 08d4411b59 update files to correct FSF address 11 years ago
  Andreas Fritiofson 9b6de72c2b target: Remove read_memory_imp 11 years ago
  Andreas Fritiofson 5914310f88 target: Remove write_memory_imp 11 years ago
  Andreas Fritiofson 80b80ef9b4 target: Remove soft_reset_halt_imp 11 years ago
  Spencer Oliver 549d9bc72c target: add deprecated target name support 11 years ago
  Spencer Oliver 7bfcc10839 build: add helper/types.h to config.h 12 years ago
  Spencer Oliver 374127301e build: cleanup src/target directory 12 years ago
  Andreas Fritiofson 3f6ef7a40b target: add async algorithm entries to the target type 13 years ago
  Heythem Bouhaja c8926d1457 cortex_a hybrid & context breakpoints 13 years ago
  Øyvind Harboe 2615bf4398 types: write memory now uses const 13 years ago
  Mathias K 4332bc32e4 target: allow targets to override memory alignment 13 years ago
  Øyvind Harboe 4f9a9b8eba warnings: use more 'const' for char * 13 years ago
  Øyvind Harboe 559d08c19e jim tests: use installed 13 years ago
  Øyvind Harboe 3e71449ade arm7/9: fix "reset run + halt" 13 years ago
  David Brownell 88fcb5a9ef simplify and unconfuse target_run_algorithm() 14 years ago
  Øyvind Harboe dc793455e9 target: add check_reset hook 14 years ago
  Zachary T Welch df0e90ec8c change #include "types.h" to <helper/types.h> 14 years ago
  David Brownell 177bbd8891 target: "mcr" and "mrc" are ARM-specific 14 years ago
  David Brownell acbe054a38 target: uplevel add_{break,watch}point() error checks 14 years ago
  David Brownell b715a81f5b target: target_get_name() --> target_type_name() 14 years ago
  Zachary T Welch 66ee303456 remove target_type register_command callback 14 years ago
  David Brownell 9ac7cdec82 target: make "examined" flag be per-target 14 years ago
  Zachary T Welch 98723c4ecd command_context_t -> struct command_context 14 years ago
  Zachary T Welch 0f1163e823 target_t -> struct target 14 years ago
  Zachary T Welch d0dee7ccaf reg_t -> struct reg 14 years ago
  Zachary T Welch ac927559c3 target_type_t -> struct target_type 14 years ago
  Zachary T Welch 53c05c8b1d breakpoint_t -> struct breakpoint 14 years ago
  Zachary T Welch 72b421418f watchpoint_t -> struct watchpoint 14 years ago
  Zachary T Welch b1de5eb9a0 reg_param_t -> struct reg_param 14 years ago
  Zachary T Welch 6c965a3da9 mem_param_t -> struct mem_param 14 years ago