Skip to content

Commit d6d6586

Browse files
committed
Update CHANGELOG.md for HydraFW v0.11 release
1 parent 18834b8 commit d6d6586

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
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+
#### 24.03.2023 - [HydraFW v0.11](https://github.com/bvernoux/hydrafw/releases/tag/v0.11)
4+
5+
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
6+
7+
##### Generic:
8+
* Memory pool allocator for temporary buffers (pool_alloc_bytes()/pool_alloc_blocks()/pool_free())
9+
* Memory(RAM) optimizations
10+
* Replace SDCard driver by SDIO
11+
* Convert all python scripts to python3
12+
13+
##### HydraBus specific:
14+
* [Console mode](https://github.com/hydrabus/hydrafw/wiki/HydraFW-console-commands)
15+
* [I2C Add clock stretching support](https://github.com/hydrabus/hydrafw/wiki/HydraFW-I2C-guide#protocol-configuration-syntax-description) (Thanks to [r12f ](https://github.com/r12f))
16+
* 1-wire Implement scan for multiple devices (Thanks to [jbglaw](https://github.com/jbglaw))
17+
* [CAN Change filter method](https://github.com/hydrabus/hydrafw/wiki/HydraFW-CAN-guide#filters)
18+
* 2-wire Fix CLI error when writing in 2-wire mode
19+
* [UART Add baud rate detector](https://github.com/hydrabus/hydrafw/wiki/HydraFW-UART-guide#baud-rate-detection)
20+
21+
* [Binary mode](https://github.com/hydrabus/hydrafw/wiki/HydraFW-Binary-mode-guide)
22+
* [SDIO](https://github.com/hydrabus/hydrafw/wiki/HydraFW-binary-SDIO-mode-guide)
23+
* [I2C Add clock stretching](https://github.com/hydrabus/hydrafw/wiki/HydraFW-Binary-I2C-mode-guide#i2c-clock-stretching-configuration-0b00100000)
24+
* [CAN Change filter method](https://github.com/hydrabus/hydrafw/wiki/HydraFW-Binary-CAN-mode-guide#filter-commands)
25+
* SPI fix bug, set phase value properly (Thanks to [MrKalach](https://github.com/MrKalach))
26+
* [MMC/eMMC](https://github.com/hydrabus/hydrafw/wiki/HydraFW-binary-MMC-mode-guide)
27+
* [flashrom Implement serprog protocol SPI speed](https://github.com/hydrabus/hydrafw/wiki/HydraFW-SPI-guide#flashrom-usage) (Thanks to [nlfx](https://github.com/nlfx))
28+
29+
##### Contrib / script / documentation
30+
* [pyHydrabus](https://pyhydrabus.readthedocs.io/en/latest/) Documentation updated
31+
* Add contrib/SPI_flasher/HydraSPI.py script: dump/program (Thanks to [MrKalach](https://github.com/MrKalach))
32+
* Add contrib/pyHydra_SHT3x/hydra_SHT3x.py script for I2C Sensirion Humidity and Temperature Sensor(SHT30, SHT31, SHT35)
33+
334
#### 07.09.2020 - [HydraFW v0.10](https://github.com/hydrabus/hydrafw/releases/tag/v0.10)
435

536
This version is the first stable version (if you find any issue please create an [issue](https://github.com/hydrabus/hydrafw/issues)).

0 commit comments

Comments
 (0)