2107 Commits (e00106eef33759feee521c8db34f4ee248fa36df)
 

Author SHA1 Message Date
dragonmux b5b2d4dc95 ch32f1: Re-ordered a couple of the operation in ch32f1_probe so it plays nicer with the STM32 parts 2 years ago
dragonmux 0368b76078 ch32f1: Further formatting and layout cleanup 2 years ago
dragonmux fbc87cc518 ch32f1: Fixed the probe routine distrubing state for other parts wrt `t->idcode` 2 years ago
dragonmux 08a8988462 ch32f1: formatting cleanup to bring things closer to inline with the rest of the codebase 2 years ago
SId Price 9aba7ecce2 Define the long options structure as const. 2 years ago
SId Price 84408fef57 Remove unwanted whitespace 2 years ago
SId Price 3495207980 Further help text updates 2 years ago
SId Price 7edd4b3379 Textual corrections to help 2 years ago
SId Price 39bf17b768 Add back code lost during recent rebase 2 years ago
SId Price 7dd82418e0 Implement long options initial commit 2 years ago
dragonmux 6f38b844af stm32/serialno: Fixed a regression in 24 character serial number suport which was causing them to display all 0's 2 years ago
dragonmux 4a0e373b49 stm32/serialno: Fixed a small regression that made it in with #1041 resulting in a transposition of alpha characters in serial numbers 2 years ago
Maciej Musiał 2673e34ddd cortexm: fixed an issue with watchpoint handling and a register sanity check 2 years ago
Uwe Bonnes 1009329882 stlinkv2: Treat STLINK_SWD_AP_FAULT after STLINK_ERROR_WAIT as STLINK_ERROR_WAIT 2 years ago
SId Price b1a02d4f48 Correct filenames in the rest of the files using cl_utils.h 2 years ago
SId Price 664a91b254 Fix filename in cmsis_dap.c 2 years ago
SId Price 8a86faf49d Rename cl_utils.* to cli.*, and fix references 2 years ago
SId Price 0ebcba458d Move all files from "pc" folder to "hosted", update Makefile.inc 2 years ago
SId Price fcae730bf8 Correct scanf format specifier 2 years ago
SId Price 02d2ba98d5 Enable power control in BMPA and add required functions 2 years ago
Uwe Bonnes 80c98df2f9 stm32wxxx: CPU2 needs wake-up call and has unexpected PIDR4 in AP1 2 years ago
Uwe Bonnes 471ba19a77 adiv5.c: Read all CIDR data in one call. 2 years ago
dragonmux 14d3846663 gdb_main: Fix a formatting bug that breaks, among other things, breakpoints 2 years ago
Rafael Silva d99ab22f95 readme: sample usage update 2 years ago
James Turton e702afad69 rp: Clean up code a little bit 2 years ago
James Turton e67cb9f43c rp: Update rp_get_flash_length algorithm 2 years ago
James Turton f2cb13cf36 rp: Add rp_attach and rp_detach callbacks 2 years ago
James Turton 354e37fbad rp: Tidy up some other things 2 years ago
James Turton ce273889fc rp: Refector rp_flash_write 2 years ago
James Turton f4261c465e rp: Refactor rp_flash_erase 2 years ago
Rafael Silva dd571467b5 target/sam: slight gpnvm command usage correctness 2 years ago
dragonmux d85e9fb7a2
hosted: Un-marked hid.c as exectuable as it can't be 2 years ago
dragonmux 14d7286db1
stlink: Added a little extra whitespace to help the readability of the platform header 2 years ago
SId Price 7160bb987b Fixup preprocessor definition 2 years ago
Jonathan Giles 9f4d50a018 Change from tty.usb* to cu.usb* for more consistent behavior on OSX 2 years ago
dragonmux b4c81f6302 platforms/f072: moved the linker script and fixed the build system 2 years ago
dragonmux 3e6bd6cdf2 platforms/f072: updated the platform definition 2 years ago
Uwe Bonnes 20e09abed2 platforms/f072: Introduced a new platform for the SMT32F072 3 years ago
Sean Cross b29e3758e1 clang-format: add initial format file 3 years ago
dragonmux fafe38ba19 hosted/cmsis-dap: Various CMSIS-DAP implementation correctness improvements 2 years ago
Mikaela Szekely db4b568e52 Fix compatibility with dash as /bin/sh. 2 years ago
dragonmux 7180a5b9a2 hosted: Fixed issues finding and linking HIDAPI on MacOS 2 years ago
dragonmux 7846112a7b misc: Updated the build system to use the new version header generator script, fixing #1043 2 years ago
dragonmux e388fbbb2c script: Implemented a helper script to help build include/version.h 2 years ago
dragonmux 9a0e4b4f23 stm32/serialno: Cleaned up the inconsistencies in how DESIG_UNIQUE_ID_BASE is used in the serialno code 2 years ago
dragonmux 5a9131dcb2 stm32/serialno: Fixed a couple of mistakes made in the cleanup and attempted a different way to quiet the errant GCC warning 2 years ago
dragonmux 24ffef7175 stm32/serialno: Cleaned up the serial number handling code which is tripping GCC 11 up due to a compiler regression 2 years ago
dragonmux b4131ef637 driver: Written a README.md to explain the purpose of each of the files and under what situation each should be used 2 years ago
dragonmux 8baf1e73c5 driver/udev: Fixed a couple of other small issues with the rules 2 years ago
dragonmux 32c62fdd3b driver/udev: Fixed a small typo in the uucp rules 2 years ago