3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 24, 2024 — Nov 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Issue #12: adds support for specifying a page offset into the flash, for reads, erases, and writes and corrects off-by-one error in the erase function More... about 14 years ago
Issue #11: support for the STM32 High Density Value Line devices. (id 0x0428) More... about 14 years ago
fixed leak when device not known and added error output More... over 14 years ago
added the Medium-density ULP device information (issue #7) More... over 14 years ago
Issue #5: Added suggested code to correct the device name for win32 platform when com ports > 9 are used. More... over 14 years ago
Issue #3: Fixed hex parser, emtpy space should be filled with 0xFF More... over 14 years ago
addded: support for unprotecting the flash More... over 14 years ago
Issue#2: "Connectivity Line" devices is listed as 0x20000200, but should be 0x20001000 More... over 14 years ago
Added erase page switch thanks to Frank Zschockelt More... over 14 years ago
added: antother missing file renamed: linux to posix as it uses standard posix calls, so should work on mac, etc. More... about 15 years ago
added: missing file from last commit More... about 15 years ago
added: windows support - Thanks to Gareth McMullin More... about 15 years ago
added: hex parser - check for gaps in the address More... over 15 years ago
added: install section to makefile More... over 15 years ago
added: missing license comment headers More... over 15 years ago
fixed: segfault on read More... over 15 years ago
added: stm32 reset program added: stm32_reset_device function More... over 15 years ago
fixed: segfault on failure to init stm32 added: arm stmreset program based at 0x20000000 More... over 15 years ago
added: auto-detection of input file (hex or binary) added: new -f option to force BINARY parser added: hex parser - eof/address record type support More... over 15 years ago
cosmetic: removed extra \n output More... over 15 years ago
fixed: segfault on failure to init More... over 15 years ago
added: new -c option to resume a connection, baud rate MUST be the same as the initial init for this to work added: new init parameter to stm32_init to bypass the INIT handshake added: call to stm32_erase_memory on program, seems that programming fails without it on occasion More... over 15 years ago
added: initial Intel HEX file support (incomplete) More... over 15 years ago
fixed: parsing of -g option fixed: ST documentation reports that TWO ack's will be sent, but only one is actually sent More... over 15 years ago
added: licence comment to files More... over 15 years ago
fixed: serial port configuration (again!) fixed: timeout on read never returned due to check for < 1 More... over 15 years ago
finished: parser API added: missing Makefile fixed: allocation bug in stm32 More... over 15 years ago
added: initial parser plugin API (program broken!!!) More... over 15 years ago
cosmetics changed: struct stm_cmd now private moved: stm32 defines into stm32.c More... over 15 years ago
added: utils.c and utils.h moved: swap_u32 into utils.c renamed: swap_u32 to be_u32 added: stm32.c moved: all stm32 functions into stm32.c More... over 15 years ago