- Sep 14, 2016
-
-
Jerry Jacobs authored
-
Jerry Jacobs authored
CMakeLists.txt: Fix linker command in generated .pc file
-
Andrew Andrianov authored
Signed-off-by:Andrew Andrianov <andrew@ncrmnt.org>
-
- Sep 08, 2016
-
-
Jerry Jacobs authored
Remove hacky st-term (which needed special undocumented firmware from https://github.com/nekromant/antares/tree/master/src/lib/stlinky ) as we now have arm semihosting with a well defined interface
-
Jerry Jacobs authored
Add jenkins.ncrmnt.org build badge status
-
Jerry Jacobs authored
-
Jerry Jacobs authored
tests: Enable make test with CTest using add_test. Remove unnecessary library building for st-flash arg parser
-
Jerry Jacobs authored
-
Jerry Jacobs authored
-
Jerry Jacobs authored
RFC: Build libstlink shared library, add debian packaging
-
- Sep 07, 2016
-
-
texane authored
Add memory map for stm32f401xe
-
Christophe Levantis authored
Trying to load a elf image on a stm32f401xe can result in a problem of flash write if a section does not start on a flash sector because the memory map given to gdb was wrong.
-
fabien.lementec authored
-
texane authored
Support of Intel-HEX format for st-flash
-
Anatoli authored
-
Anatoli authored
-
- Sep 06, 2016
-
-
Anatoli authored
-
- Sep 03, 2016
-
-
Andrew Andrianov authored
Signed-off-by:Andrew Andrianov <andrew@ncrmnt.org>
-
- Aug 16, 2016
-
-
texane authored
Fix memory map for STM32F7xxx
-
Andrea Mucignat authored
Also: - fixed a typo in an if statement condition in make_memory_map - cleaned up usage of '4096' in favor of const size_t sz = 4096.
-
- Aug 12, 2016
-
-
texane authored
Improve ARM semi-hosting support
-
Fabien Chouteau authored
This patch adds the following operations: - SYS_OPEN - SYS_CLOSE - SYS_WRITE - SYS_READ - SYS_ERRNO - SYS_REMOVE - SYS_SEEK The use of utility functions mem_read() and mem_write() add an unnecessary memcpy() call. All buffer transfer could be done directly in the sl->q_buf data instead of using a temporary transfer buffer. However, given the relative slowness of target memory transfer, I don't think that this has a big impact on performances
-
- Aug 11, 2016
-
-
texane authored
Prototype of ARM semihosting support
-
- Aug 10, 2016
-
-
Fabien Chouteau authored
-
fabien.lementec authored
-
texane authored
Unhexify GDB monitor commands (qRcmd)
-
- Aug 09, 2016
-
-
Fabien Chouteau authored
It improves readability and will allow parsing of more complex monitor commands.
-
- Aug 07, 2016
-
-
Jerry Jacobs authored
Do a JTAG reset prior to reading CPU information, fixes #428 and #451.
-
- Aug 04, 2016
-
-
Jerry Jacobs authored
Remove appveyor build badge
-
Jerry Jacobs authored
-
Jerry Jacobs authored
Deprecate autotools and fix versioning, build with MinGW
-
Jerry Jacobs authored
-
- Aug 03, 2016
-
-
Jerry Jacobs authored
Signed-off-by:Jerry Jacobs <jerry.jacobs@dualinventive.com>
-
- Jul 23, 2016
-
-
texane authored
Update udev path in README
-
toniokroeger authored
-
- Jul 19, 2016
-
-
texane authored
Fix gdb and flash support for the STM32F769I-Disco board.
-
Jerome Lambourg authored
-
- Jun 25, 2016
-
-
texane authored
Fix an erase error in stm32f030 device.
-
Chris authored
I run into flashing error with stm32f030. With some debugging I find out that the mass erase bit was dropped when flash programming bit already set on FLASH_CR. This cause erase and write error with my stm32f030 board. Mass erase never need the programming bit. Turn off the programming bit make stlink flash stm32f030 successfully.
-
- Jun 22, 2016
-