1772 Commits (fix/clang-format-cleanup)

Author SHA1 Message Date
Rafael Silva 5666fa2a2f target/sam3x: add aditional check for valid EEFC addr 2 years ago
Rafael Silva 1bca0323d9 target/sam3x: saner uninitialized variable prevention 2 years ago
dragonmux 3a02fdea9d misc: Added a clang-tidy Makefile target so enforcing the formatting is easier 2 years ago
Jonathan Giles 730a795f09 Add idcode for GD32F303CG detection 3 years ago
dragonmux 09f64b0627 misc: Added a HACKING.md to provide an explanation of nomenclature and how we handle reset terminology 2 years ago
dragonmux c33d02bc19 hosted/stlink: Improved the information output and its consistency 2 years ago
dragonmux aa9c80b37d misc: Formatting consistency 2 years ago
dragonmux 2765811bbb hosted/stlink: Naming consistency for 'stlink' global object 2 years ago
dragonmux 66b2d0659a hosted: type naming consistency 2 years ago
dragonmux baf84c9eb4 launchpad-icdi: Cleaned up and fixed some C89-isms 2 years ago
dragonmux 0139a349ab hosted/FTDI: Cleaned up the error handling so the compiler can usefully tell us of errors in conditions 2 years ago
dragonmux 826840bf90 hosted/remote: Cleaned up the error handling so the compiler can usefully tell us of errors in conditions 2 years ago
dragonmux fbe804f905 hosted/ftdi: Updated the 'cables' definitions 2 years ago
dragonmux 5ec848e948 hosted/jlink: Fixed use of 'int' where 'size_t' is more appropriate 2 years ago
dragonmux 9b53fbf6ea launchpad-icdi: Fixed up and rewritten the serial number code to match what was done in #1041 2 years ago
dragonmux c271c5c979 remote: Updated the naming in the remote protocol macros 2 years ago
dragonmux adc03e47d6 hosted: Cleaned up and fixed the definitions of the fill functions for HOSTED_BMP_ONLY 2 years ago
dragonmux 94afb264e4 command: Cleaned up and improved the naming of cmd_reset and cmd_connect_reset 2 years ago
dragonmux 12fefa73c9 platforms: Cleaned up and fixed many markdown lint errors, improving the formatting of many of the platform README's 2 years ago
dragonmux 0dae6a4019 misc: Renamed connect_assert_nrst to clarify usage and align naming 2 years ago
dragonmux b226c53d13 misc: Renamed CORTEXM_TOPT_INHIBIT_NRST to clarify usage and align naming 2 years ago
dragonmux 5edf549b48 misc: Updated comments and READMEs to properly reflect pinouts and function 2 years ago
dragonmux 2eaa579965 platforms: NRST and TRST naming consistency 2 years ago
dragonmux a8e12d716d misc: Renamed platform_nrst_{get,set}_val to clarify naming and provide consistency 2 years ago
SId Price bc9032da06 Fix uninitialized variables in target sam3x 2 years ago
dragonmux 0612f2dc79 hosted: Documented the new command line option and added it to the ZSH completions 2 years ago
dragonmux 52dcf46e61 command: Done a little cleanup of the formatting and layout 2 years ago
dragonmux 10a4c3f77e hosted: Implemented the extra logic to implement auto-scan in the CLI 2 years ago
dragonmux 2aea7238af command: Implemented the new 'auto_scan' command for the firmware 2 years ago
dragonmux ce3544b206 hosted: Removed unwanted automatic switch over to JTAG when SWD scan fails 2 years ago
dragonmux b713376ce7 hosted/cmsis_dap: Fixed the naming of the cmsis_type_e enum 2 years ago
dragonmux 07321a4114 ch32f1: Fixed another broken debug print that made assumptions about %x and %d that are wrong 2 years ago
dragonmux 680a009690 cortexm: Added additional debug information for part probing 2 years ago
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