- 17 Apr, 2019 3 commits
-
-
Kevin Gillespie authored
Change-Id: I2533490869643d283b54437e958dc663df05132e
-
Kevin Gillespie authored
Change-Id: Ia09f0a7302e58dd2836f44c3d7d4862c61cd96a6
-
Kevin Gillespie authored
Removing unused variable and buffer manipulation in get_info function. Recompiling assembly files to get propper data into write_code. Adding support for 128-bit flash operations. Adding configuration files for new targets. Moving common configuration into shared file. Change-Id: I043e861f958c6926a46735f23f6b6b466edf2a92 Signed-off-by:
Kevin Gillespie <kgills@gmail.com>
-
- 07 Apr, 2019 1 commit
-
-
Antonio Borneo authored
Chained command require a subcommand as first argument. The usage field for chained commands is not really important because the "help" command will list all the subcommands with their respective usage. Add a empty usage field on all chained command. The command "jlink config" can be either followed by a subcommand or used alone, so use a dedicated usage string. Change-Id: I43c3f8a766f96a9bdab4e709e3c90713be41fcef Signed-off-by:
Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5017 Tested-by: jenkins Reviewed-by:
Tomas Vanek <vanekt@fbl.cz>
-
- 27 Mar, 2019 1 commit
-
-
Christopher Head authored
Instances of struct flash_driver are never written to at runtime. For a small amount of memory saving and also robustness (fewer things for stray pointer writes to hit), mark them const. Change-Id: Iadbbbc2fac0976d892699200000c5f02856729f3 Signed-off-by:
Christopher Head <chead@zaber.com> Reviewed-on: http://openocd.zylin.com/4803 Reviewed-by:
Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins Reviewed-by:
Matthias Welwarsky <matthias@welwarsky.de>
-
- 21 Aug, 2018 1 commit
-
-
Kevin Gillespie authored
Adding flash programming support for Maxim Integrated MAX32XXX devices. Change-Id: I5b0f57a885f9d813240e4bc2d9f765b743e1cfc3 Signed-off-by:
Kevin Gillespie <kgills@gmail.com> Reviewed-on: http://openocd.zylin.com/3543 Tested-by: jenkins Reviewed-by:
Ismail H. KOSE <ihkose@gmail.com> Reviewed-by:
Tomas Vanek <vanekt@fbl.cz> Reviewed-by:
Andreas Fritiofson <andreas.fritiofson@gmail.com>
-