fw/stlink
2011-12-18 Uwe BonnesAlso ignore ZEROs at end of file when writing
2011-12-18 Uwe BonnesIgnore NULL bytes at flash end when reading
2011-12-18 Uwe BonnesReplace remaining _mem32 single word accesses with...
2011-12-18 Uwe BonnesFix a wrong placed brace and and a not replaced stlink_...
2011-12-18 Uwe BonnesPage erase for STM32L needs a real write to lowest...
2011-12-16 Fabien Le Mentec[update] stlinkv1_macosx_driver/README
2011-12-16 Fabien Le Mentec[update] AUTHOR
2011-12-16 Fabien Le Mentec[add] stlinkv1_macosx_driver from marco.cassinerio...
2011-12-13 texaneMerge pull request #36 from UweBonnes/master
2011-12-13 Uwe BonnesUse the single word accesses in the flash inner loop...
2011-12-13 Uwe BonnesUse the single WORD memory access
2011-12-13 Uwe BonnesModify shutdown seqeunce. Now a F107 in sleep mode...
2011-12-13 Uwe BonnesDetermine the device parameters explicit after running
2011-12-13 Uwe BonnesImplement and expose single 32 memory read/write
2011-12-12 texaneMerge pull request #35 from UweBonnes/master
2011-12-12 Uwe BonnesExpose JTAG NRST
2011-12-10 Uwe BonnesMore files to ignore
2011-12-10 Uwe BonnesPrint undecode chip_id too
2011-12-10 Uwe BonnesAdd explicit dependancy on the stlink archive
2011-12-10 Uwe BonnesFix leakage pathes for V1
2011-12-10 Uwe BonnesFix memory leakage pathe with no V2 device found
2011-12-10 Uwe BonnesChevck first for NULL before writing anything to the...
2011-12-10 Uwe BonnesOnly call strtoul when there is an argument that strtou...
2011-11-22 le mentec fabien[update] apply patches from marpe@mimuw.edu.pl: stlink...
2011-11-22 le mentec fabien[update] apply patches from marpe@mimuw.edu.pl: strict...
2011-11-22 le mentec fabien[update] apply patches from marpe@mimuw.edu.pl for...
2011-11-20 Fabien Le Mentec[update] blink_flash makefile
2011-11-15 texaneMerge pull request #29 from karlp/future_f1plusf4
2011-11-15 Karl PalssonFix merge problem with flash verify for F4
2011-11-15 Karl PalssonMerge branch 'tmaster' into future
2011-11-14 Karl PalssonMerge remote branch 'origin/libwork2'
2011-11-14 Karl PalssonUpdate readme, as this is about to get messy!
2011-11-14 Karl PalssonRemove final reference to old sg/usb compilation flags
2011-11-14 texaneMerge pull request #28 from jnosky/master
2011-11-14 jnoskyAdded code so gdbserver can fully support the STM32F4...
2011-11-14 jnoskyChanged size argument to hex
2011-11-14 jnoskyRemoved comment about STM32F4 limitations
2011-11-14 texaneMerge pull request #27 from csamuelson/master
2011-11-14 Karl PalssonKeep netbeans happy
2011-11-14 Karl PalssonFix memory leaks closing v1 hardware.
2011-11-14 Karl PalssonRemove dead code and unused variables
2011-11-14 Karl PalssonTurn down default logging level.
2011-11-14 Karl PalssonStart up stlinkv1 faster.
2011-11-14 Karl PalssonRemove lots of dead code and superfluous trace
2011-11-14 Karl PalssonNote that many of these "examples" are busted
2011-11-14 Chris SamuelsonSTM32F4 discovery_demo Makefile needed correct capitali...
2011-11-14 Karl PalssonRemove confusing distclean/clean dichotomy
2011-11-14 Karl PalssonStart to keep an uptodate list of what's been tested...
2011-11-14 Karl PalssonDon't refetch the chip id on every single page erase.
2011-11-14 Karl PalssonFix linking with new names
2011-11-14 Karl PalssonAdding original source of vl factory demo
2011-11-14 Karl PalssonBuild libraries for stm32l1xx and stm32f10x
2011-11-14 Karl PalssonFix compile error with new libraries
2011-11-14 Karl PalssonRename board specific demos as appropriate
2011-11-14 Karl PalssonRename 32L specific examples
2011-11-14 Karl PalssonRestructure libs source to support multi platform
2011-11-14 Karl PalssonDon't try reading device params in bad USB modes.
2011-11-14 Karl PalssonFix flash writing for VL cores.
2011-11-13 texaneMerge pull request #25 from jnosky/master
2011-11-12 jnoskyAdded note about STM32F4 flash support
2011-11-12 jnoskyAdd STM32F4 discovery board demo and make file
2011-11-12 jnoskyAdded IO_Toggle demo and make file
2011-11-12 jnoskyAdded STM32F4xx Std Periph driver source and make file
2011-11-12 jnoskyRemoved binaries
2011-11-12 jnoskyAdded IO_Toggle demo sources and make file
2011-11-12 jnoskyAdded STM32F4 discovery demo sources and make file
2011-11-12 jnoskyAdded USB Device library sources
2011-11-12 jnoskyAdded USB Host library sources
2011-11-12 jnoskyAdded STM32F4xx StdPeriph Driver sources
2011-11-12 jnoskyAdded USB OTG Driver sources
2011-11-12 jnoskyAdded STM32F4-Discovery utilities
2011-11-12 jnoskyAdded my email
2011-11-12 Karl PalssonRead chip and core id in device param loading.
2011-11-12 Karl PalssonMove all the flash size mapping from gdb server into...
2011-11-12 Fabien Le Mentec[merge] merge jnosky/master
2011-11-12 Fabien Le MentecMerge branch 'jnosky/master'
2011-11-11 Karl PalssonMerge branch 'master' of github.com:karlp/stlink
2011-11-11 Karl PalssonFinish removing sg-utils dependencies.
2011-11-11 Karl PalssonMerge pull request #1 from PetteriAimonen/master
2011-11-11 jnoskyChanged chip detection method
2011-11-11 jnoskyTemp fix to work with F4 up to 64k of flash, changed...
2011-11-11 jnoskyAdded the IO_Toggle and discovery demo samples includin...
2011-11-11 jnoskyAdded all the F4 libraries to the project
2011-11-10 Petteri AimonenFixed a bug that caused gdb to display wrong registers...
2011-11-09 Fabien Le Mentec[merge] Ned Konz, Fixed spelling and added files to...
2011-11-08 texaneMerge pull request #21 from bravikov/master
2011-11-08 Dmitry Bravikov[fix] parsing command line and sg autodetection
2011-11-06 Fabien Le Mentec[update] add bravikov@gmail.com to AUTHORS
2011-11-06 Dmitry BravikovParsing the arguments of command line
2011-11-04 Karl PalssonMerge branch 'master' of https://github.com/texane...
2011-11-04 Karl Palssonnetbeans project update for flash utility
2011-11-04 Karl PalssonInclude a udev rules file for v1 boards too, for permis...
2011-11-04 Karl PalssonUpdate tutorial docs and flash writing/reading
2011-11-04 Karl PalssonUpdate documentation removing all sg-utils notes
2011-11-04 Karl PalssonUpdate netbeans project files.
2011-11-04 Karl PalssonFix compilation error after removing devices.
2011-11-04 Karl PalssonWriting registers works too
2011-11-04 Karl Palssonblinking LEDs via stlink also works
2011-11-04 Karl Palssonwrite_mem8 works too.
2011-11-04 Karl PalssonFix write_mem32.
next