- Oct 04, 2012
-
-
texane authored
Commit to fix white spaces and unify coding style.
-
Pekka Nikander authored
-
- Sep 20, 2012
- Aug 22, 2012
-
-
texane authored
Added kext for OS X 10.8
-
Thomas Gärtner authored
I added a kext for mountain lion to osx.tar.gz and modified install.sh to use the right one or fail if no suitable kext is available.
-
- Aug 20, 2012
-
-
texane authored
Fix watchpoint support
-
Michael Pratt authored
Setting of watchpoints was nested inside of a case statement, so it would only run for that case, even though it supports all cases.
-
- Jul 10, 2012
-
-
texane authored
Fix the stlink-sg backend to leave space for new functions
-
- Jul 09, 2012
-
-
Michael Pratt authored
-
Michael Pratt authored
-
texane authored
Add support for all core registers on the STM32F4DISCOVERY, including floating point registers.
-
Michael Pratt authored
The extra registers added in my previous commit can now be modified from within GDB. Since the ST-LINK does not support accessing these registers, a workaround was used from reading an writing to them. That is, the Debug Core Register Selector Register (DCRSR) can be written with the register requested, and it will be read/written to/from the Debug Core Register Data Register (DCRDR). The standard ST-LINK memory access functions are used to make these accesses. A target descriptor XML file is sent to GDB from the server, which tells GDB which registers exist on the target. This is only supported for the STM32F4, and has only been tested on the STM32F4DISCOVERY. I tested st-util on an STM32L-DISCOVERY and my changes did not seem to interfere with its operation.
-
Michael Pratt authored
The support for extra registers has been added to GDB. Now all core registers can be read from GDB. Write support has not yet been added.
-
Michael Pratt authored
Since the ST-LINK does not seem to support reading these registers, I have implemented functions that will manually request these registers and add them to the reg struct. As of now, these functions are just backend and are not integrated into anything, however I have verified that they work with the STM32F407 DISCOVERY board.
-
texane authored
Update .gitignore for test binaries
-
Michael Pratt authored
-
Michael Pratt authored
-
- Jul 03, 2012
-
-
texane authored
Fix misinterpreted monitor commands
-
Michael Sparmann authored
by checking for the full word, not just the first two chars.
-
- Jun 21, 2012
-
-
texane authored
page count is wrong when writing to 32L
-
Karl Palsson authored
-
texane authored
Kill examples and update the docs
-
Karl Palsson authored
-
Karl Palsson authored
-
Karl Palsson authored
They should be in a standalone repository, that can focus on clean, easy to follow, well documented, well tested examples. If you just want some example binaries that you can use to test your installation is working, the libopencm3 project has various blink projects for all the STM32 Discovery boards.
-
- Jun 08, 2012
-
-
texane authored
Added flash loader stub for F2/F4.
-
Vegard Storheil Eriksen authored
-
texane authored
st-flash: Honor read size, when given and add \n to mesage when no STLINK found
-
Uwe Bonnes authored
-
Uwe Bonnes authored
-
- Jun 04, 2012
-
-
texane authored
Added support for the STM32F0-Discovery board
-
- Jun 03, 2012
-
-
Mike Szczys authored
-
Mike Szczys authored
-
Mike Szczys authored
-
Fabien Le Mentec authored
-
- May 26, 2012
-
-
Fabien Le Mentec authored
-
texane authored
Fixed option bytes
-
- May 25, 2012
-
-
Tectu authored
-
- May 17, 2012
-
-
Fabien Le Mentec authored
-