Wykres commitów

1798 Commity (e662da00ca294c874655c65cffae3edde97343e5)

Autor SHA1 Wiadomość Data
nightwalker-87 e662da00ca Updated debian pkg config for distribution 2021-08-22 12:44:01 +02:00
nightwalker-87 5caf9a8b39 Merge remote-tracking branch 'coworker/debian' 2021-08-21 23:51:31 +02:00
Luca Boccassi 4f40a42456 Update changelog for 1.7.0+ds-1 2021-08-15 14:49:00 +01:00
Luca Boccassi 9e3fac499e Update symbols file for 1.7.0 2021-08-15 14:44:16 +01:00
Luca Boccassi 78b510ee3d Update install files, paths have been fixed upstream 2021-08-15 14:41:10 +01:00
Luca Boccassi 30396b2803 Drop guipath.patch and refresh cross.patch for v1.7.0 2021-08-15 14:31:48 +01:00
Luca Boccassi 729ef9d3cd Merge tag 'v1.7.0' into debian 2021-08-15 14:14:26 +01:00
Luca Boccassi 1fab90289f Bump debhelper-compat to 13, no changes 2021-08-15 14:11:09 +01:00
Luca Boccassi e768f737cd Bump Standards-Version to 4.5.1, no changes 2021-08-15 14:10:49 +01:00
nightwalker-87 179650df40 Release v1.7.0 2021-04-25 00:24:02 +02:00
nightwalker-87 b97296be8f Release v1.7.0 2021-04-24 22:47:02 +02:00
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
nightwalker-87 6993491f90 Revert "Updated libusb to v1.0.24"
This reverts commit 89a495d169.
2021-04-21 00:00:33 +02:00
nightwalker-87 9c1315a732 Fixed GitHub Actions code scanning alerts 2021-04-16 00:10:20 +02:00
nightwalker-87 285d9068c1 Merge branch 'develop' into testing 2021-04-15 22:40:08 +02:00
nightwalker-87 dfb00775a3 Updated changelog 2021-04-15 22:39:24 +02:00
nightwalker-87 cb551d50f8
Merge pull request #1126 from Ant-ON/cm0p_fix
Fixed reading of chip ID on Cortex-M0+ core.
2021-04-13 21:28:17 +02:00
nightwalker-87 ee491d9672
Merge pull request #1124 from Ant-ON/fl_fix
Improvements and fixes of the flash loaders, unification of the reset function
2021-04-13 21:27:37 +02:00
anton d2a2c9825a Fixed chipid detection on Cortex-MO+ core 2021-04-12 22:34:44 +05:00
anton 3173858396 gdb-server: set target configuration after client connects 2021-04-07 20:57:17 +05:00
anton c2e898c922 Manual NRST pulse shaping
Automatic generation via argument two of the jtag_reset function seem doesn't to work
2021-04-06 22:43:15 +05: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
nightwalker-87 6f793d66d7 Merge branch 'testing' into develop 2021-04-06 00:51:15 +02:00
nightwalker-87 89a495d169 Updated libusb to v1.0.24
Note: Due to a compilation bug in libusb v1.0.24,
building of x86-64 windows binaries is currently
not possible and has been deactivated.
2021-04-06 00:46:44 +02:00
nightwalker-87 5ce54824a5 Updated CI & MinGW64 cross build configuration
- Moved config for macOS 10.14 to GitHub Actions
   (Note: preparation only, yet inactive)
- Removed macOS 10.14 builds from Travis CI
- Removed Linux build config from Travis CI
- Split 32- & 64-bit cross builds to separate jobs
- Minor fixes for MinGW64 cross build config
2021-04-05 21:55:54 +02:00
anton 4fc6344d44 flash_loader: fixed alignment of size of the lx loader 2021-04-05 22:13:17 +05:00
anton d3bc853209 Update tutorial 2021-04-05 21:53:57 +05:00
anton 696ea923ce Changed the behavior of the st-flash reset option.
The reset option conflicted with the connection type options (connect under reset, hot plug). Now reset of target is performed only after the completion of the firmware if the reset options is used.
2021-04-05 21:23:16 +05:00
anton 9a8e0aa645 Added the hot plug option to st-flash 2021-04-05 21:15:18 +05:00
nightwalker-87 fe526ec9eb Merge branch 'testing' into develop 2021-04-04 23:41:33 +02:00
nightwalker-87 a3b1247d14 General Project Update
- Updated CHANGELOG.md
- Added STLINK-V3E to supported programmers
2021-04-04 23:40:10 +02: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 c793ca348f Fixed GUI compilation 2021-04-04 13:35:11 +05:00
anton b0192478c8 Added disabling the DMA channels 2021-04-04 13:35:00 +05:00
anton b62cdcfab7 Added disabling the IWDG and WWDG in halt state 2021-04-04 13:34:47 +05:00
anton 817c8ad436 flash_loader: fixed setup PG flag in F0/VL flash loaders, code cleared 2021-04-04 13:34:36 +05:00
anton d0d52690d6 Added error checking in the FLASH_SR register after write and erase operations 2021-04-04 13:34:02 +05:00
anton be9c9dec76 flash_loader: fixed check of the flash loader results 2021-04-04 13:33:46 +05:00
anton bb96d613dd Fix is_flash_busy on STM32F1 XL device 2021-04-04 13:33:12 +05:00
anton c0653f6595 flash_loader: improved handling errors 2021-04-04 13:28:51 +05:00
anton 7cfab876e7 flash_loader: fix typo in the stm32l4 loader 2021-04-04 13:28:02 +05:00
nightwalker-87 e0f7552fc1 Updated CI build configuration
- Ensure clean build system for all build targets
- Rearranged & renamed build jobs
- Completed set of 32-bit & 64-bit builds
- Updated notifications for MinGW cross build
- Added macOS 10.14 build environment for Travis CI
2021-04-03 14:53:16 +02:00
nightwalker-87 32ba234b30 Revert "Updated libusb to v1.0.24"
This reverts commit d10a4f8def.
2021-04-02 18:36:05 +02:00
nightwalker-87 eebcb1acc8 Revert "Updated libusb to v1.0.24"
This reverts commit d10a4f8def.
2021-04-02 18:34:31 +02:00
nightwalker-87 464e15cf37 Merge branch 'testing' into develop 2021-04-02 16:57:01 +02:00
nightwalker-87 ce82459208
Merge pull request #1120 from Ant-ON/chipid_read_rework
Improvements for Chip_ID read
2021-04-02 16:49:55 +02:00
nightwalker-87 0496ecff48 Updated config for GitHub code scanning alerts 2021-04-02 16:43:54 +02:00
nightwalker-87 d10a4f8def Updated libusb to v1.0.24 2021-03-28 00:35:03 +01:00
nightwalker-87 face74262f Updated config for GitHub code scanning alerts 2021-03-28 00:30:33 +01:00