nightwalker-87
c115ab2e0f
General Project Update
...
- Formatting fixes
- Commented CI build setting for Ubuntu 16.04
- Updated CHANGELOG.md
2021-04-24 14:16:29 +02:00
anton
6bd99d4b55
flash_loader: fixed interrupt masking
2021-04-06 22:03:52 +05:00
anton
ee43e3b357
Unification of the reset function
2021-04-06 21:13:54 +05:00
anton
4334ce48b2
flash_loader: added reset of IWDG
...
If IWDG is enabled by hardware, then IWDG cannot be disabled by software
2021-04-04 13:35:22 +05:00
anton
b0192478c8
Added disabling the DMA channels
2021-04-04 13:35:00 +05:00
anton
ee2c9f508e
Core ID reading rework
2021-03-23 22:33:00 +05:00
Tarek BOCHKATI
9ed3d46c24
fix for stlink old DFU serial number
...
omit the hla serial aka 'openocd serial'
Only one valid serial is used which matches the serial as displayed
in STM32CubeProgrammer and official ST tools.
Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
2021-03-18 19:17:48 +01:00
John Hall
cbd2633e64
Fixing binary compatibility with the stlink structure.
2020-12-07 11:10:19 -08:00
John Hall
d5c63c3b11
Moving has_dual_bank into the flags field.
2020-12-07 11:06:59 -08:00
John Hall
d1a9fd85e0
Moved register definitions to common reg.h file.
2020-12-07 10:12:23 -08:00
John Hall
3e9e2bb38a
Adding back flag.
2020-12-06 11:01:02 -08:00
John Hall
373eee2cfe
Adding back has_dual_bank.
...
Replacing flags field with has_swo_tracing.
2020-12-05 10:25:14 -08:00
nightwalker-87
2b54a11265
Merge branch 'develop' into st-trace
2020-12-05 13:13:45 +01:00
nightwalker-87
b47f083736
Merge pull request #1071 from Ant-ON/try_h7_debug
...
[feature] Improved support for STM32H7
2020-12-05 11:48:44 +01:00
John Hall
ac104ebabe
Allowed configuring trace frequency.
2020-12-01 13:47:04 -08:00
John Hall
4f762501c2
Using debug instead of write.
...
Fixing buffer semantics.
2020-12-01 12:08:29 -08:00
John Hall
793088f438
Updating to use chip flags instead of multiple boolean values.
2020-12-01 10:25:55 -08:00
John Hall
3188fb48d1
Updating to use register names to make code more readable.
2020-11-30 19:39:43 -08:00
John Hall
568b0d130a
Adding backend code to start/stop tracing and to read the incoming data.
2020-11-27 09:37:50 -08:00
Ant-ON
54000d67ac
H7 add support dual bank, mass erase and new chips
2020-11-09 13:41:51 +05:00
Ant-ON
43019fcde9
Fix change SWD frequency of stlink v3
2020-11-05 19:34:22 +05:00
Ant-ON
ddd39354b5
Trying to use a soft reset before starting debugging
2020-11-03 14:49:19 +05:00
Ant-ON
a7ea06d7d9
Remove duplicate register definitions
2020-11-03 10:23:07 +05:00
Ant-ON
4d07eb363d
Split flash write function to optimize gdb flash loading
2020-11-02 21:52:13 +05:00
Timothy Lee
e5dcb5048c
[feature] support STM32F4 option bytes
2020-10-27 20:28:48 +11:00
Ant-ON
e43b434c8a
Small rewrote setting breakpoints in gdb-server for Cortex-M7
2020-10-27 11:41:39 +05:00
Timothy Lee
bbc2b54171
[feature] support STM32H7 option bytes
2020-10-19 23:29:54 +11:00
Timothy Lee
e8254501a1
Add ability to identify STM32H742/743/753
2020-10-18 22:33:57 +11:00
Rutger Hendriks
58539351ab
Merge remote-tracking branch 'upstream/develop' into develop
2020-06-25 12:27:27 +02:00
nightwalker-87
3f20a25cc0
Updated cmake-settings
...
- Changed header installation path
- Fix for cpack output directory
2020-06-17 15:15:33 +02:00
nightwalker-87
c1918c0ff6
Aligned coding style
...
- Added config for uncrustify style settings
- Applied changes to source files
- Moved some header files
2020-06-12 22:28:16 +02:00
nightwalker-87
c7041cc2be
Reorganised project source directories
...
(Closes #976 )
2020-06-04 21:53:17 +02:00