Skip to content

Commit

Permalink
Update Version.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ThBreuer committed Jan 27, 2024
1 parent 9aaee89 commit ff12737
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
ver-01.03.00
============
* Bug fix:
- Reference to ATmega documentation
- Architecture-depend 16/32 bit missmatch in printf formats
- Minor changes / documentation
- STM32L4xx/UART: Interrupt error

* New feature:
- Inter system communication (ISC): Unified transceiving of data packages via UART or USB
- Device/Analog: More generic support of analog interfaces like ADC,DAC, PWM
- Std/Clock: Support of time measurement / timeout
- Std/SharedMem: Support of concurrent memory access
- Std/Fifo: New method: getFree() to get free memory size
- Std/Sequence: New index operator[]
- Std/Crc: CRC calculation

* New hardware support
- Hardware/Encoder: HW based quadrature encode (STM32)
- Display SSD1306 with I2C interface
- STM32L4xx/SPImaster

ver-01.02.01
============
* Bug fix:
Expand Down

0 comments on commit ff12737

Please sign in to comment.