Skip to content

Commit 823df85

Browse files
committed
0.12 release
1 parent 9f806c7 commit 823df85

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# CHANGELOG of 'hydrafw'
22
----------------------
3+
4+
#### 30.01.2026 - [HydraFW v0.12](https://github.com/bvernoux/hydrafw/releases/tag/v0.12)
5+
6+
##### Generic:
7+
* Makefile improvements (Thanks to [ia](https://github.com/ia))
8+
* Add CI/CD using github actions (Thanks to [ia](https://github.com/ia) and [seuros](https://github.com/seuros))
9+
* Change the python script to generate the DFU file to a C program
10+
* Update of the ST drivers, now used as a submodule
11+
* Update of the [tokenline](https://github.com/hydrabus/tokenline) module
12+
* Improve smartcard timings and add a timeout read (Thanks to [0xDRRB](https://github.com/0xdrrb))
13+
* Several fixes (Thanks to [sarg](https://github.com/sarg))
14+
* Various fixes (UART, SPI)
15+
16+
##### New protocols:
17+
* [SWIO](https://github.com/hydrabus/hydrafw/wiki/HydraFW-1-wire-guide#swio-protocol-interaction) for debugging CH32V003 chips
18+
* [Continuity tester mode](https://github.com/hydrabus/hydrafw/wiki/HydraFW-console-commands#continuity-commands)
19+
* [SPI Bidir mode](https://github.com/hydrabus/hydrafw/wiki/HydraFW-SPI-guide#bidirectional-mode) (Thanks to [4z0x](https://github.com/4z0x))
20+
21+
##### HydraBus specific:
22+
* [Console mode](https://github.com/hydrabus/hydrafw/wiki/HydraFW-console-commands)
23+
* Add `hd` command to JTAG and 3-wire modes
24+
* Add read with timeout feature in all modes.
25+
* Add `poke` and `peek` commands in the debug menu
26+
27+
* [Binary mode](https://github.com/hydrabus/hydrafw/wiki/HydraFW-Binary-mode-guide)
28+
* [SDIO](https://github.com/hydrabus/hydrafw/wiki/HydraFW-binary-SDIO-mode-guide) support slow and fast frequencies
29+
30+
##### Contrib / script / documentation
31+
* [Updated UDEV rule](https://github.com/hydrabus/hydrafw/blob/master/utils/udev-rules/09-hydrabus-arch_linux.rules) (Thanks to [dummys](https://github.com/dummys))
32+
* Add contrib/hydra_spiflash_nor_dump/hydra_spiflash_nor_dump.py script for dumping flash memories using 4 bytes addresses (Thanks to [dummys](https://github.com/dummys))
33+
334
#### 24.03.2023 - [HydraFW v0.11](https://github.com/bvernoux/hydrafw/releases/tag/v0.11)
435

536
Big thanks again to [Baldanos](https://github.com/hydrabus/hydrafw/commits?author=Baldanos) to be the lead developer on HydraFW since 2015 including all major contributions of the project

0 commit comments

Comments
 (0)