Skip to content

Commit ff12737

Browse files
committed
Update Version.txt
1 parent 9aaee89 commit ff12737

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Version.txt

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
ver-01.03.00
2+
============
3+
* Bug fix:
4+
- Reference to ATmega documentation
5+
- Architecture-depend 16/32 bit missmatch in printf formats
6+
- Minor changes / documentation
7+
- STM32L4xx/UART: Interrupt error
8+
9+
* New feature:
10+
- Inter system communication (ISC): Unified transceiving of data packages via UART or USB
11+
- Device/Analog: More generic support of analog interfaces like ADC,DAC, PWM
12+
- Std/Clock: Support of time measurement / timeout
13+
- Std/SharedMem: Support of concurrent memory access
14+
- Std/Fifo: New method: getFree() to get free memory size
15+
- Std/Sequence: New index operator[]
16+
- Std/Crc: CRC calculation
17+
18+
* New hardware support
19+
- Hardware/Encoder: HW based quadrature encode (STM32)
20+
- Display SSD1306 with I2C interface
21+
- STM32L4xx/SPImaster
22+
123
ver-01.02.01
224
============
325
* Bug fix:

0 commit comments

Comments
 (0)