-
Notifications
You must be signed in to change notification settings - Fork 4
/
Version.txt
125 lines (105 loc) · 3.17 KB
/
Version.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
ver-01.04.04
============
* Bug fix
- NetEthTCP: Check port first
- STM32L4xx: I2Cmaster_Mcu, register STOP condition corrected
- STM32L4xx: Return false, if PinConfig::set() failed
- STM32L1xx: DAC enable buffer
ver-01.04.03
============
* Bug fix:
- Typo
- Missing TCP acknowledge and wrong data size
* New feature:
- New methods: Net::isNewIP() and NetSocket::get()
* Minor changes:
- Select bitmap and font source in example
ver-01.04.02
============
* Bug fix:
- Use const Font&, const Bitmap&
- Typo: 'Mcu' in file names
* New feature:
- STM32L7xx: UART7 added
ver-01.04.01
============
* Bug fix:
- AnalogOut: Parameter channel and value changed
* New feature:
- DigitalIndicator with brightness control
ver-01.04.00
============
* New feature:
- Touch with rotation
- TCP/UDP stack
* New hardware support
- External interrupt
- Ethernet
* Minor changes:
- Touch moved to new directory
- New version of example Demo/Blinky
- New example Demo/LED
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:
- Additional "" in batch files starting an app
- typo corrected
- #defines corrected (name missmatch)
- DisplayGraphic default black background
- STM32L1xx: asm("NOP") and "volatile" added to avoid compiler optimization
- Missing ATmega Documentation
ver-01.02.00
============
* Bug fix:
- STM32L4: TIM1 added
- STM32L4: SystemInit_48MHzClock, enable CRS
- STM32L4: startup_stm32l432xx.S, no compiler flag '_PROJECT_CPP'
- enums in USBdescriptor public
- Module USB_Uart, connection detection
- typo corrected
- uVision project file STM32L4xx: reset after flash, optimization
* New feature:
- I2Cslave
* New hardware support
- ATmega32u4
ver-01.01.01
============
* Bug fix: Support path names with white spaces
ver-01.01.00
============
* New feasture: Context switching and a simple RTOS
* New hardware support:
- STM32F4xx
- STM32F7xx
- Display devices
* New classes:
- 'Control' classes for user I/O
- More abstract handling of LCD output, touch event input, terminal input and task handling
- MemoryImage to handle independent objects within a flash sector
- SPImaster
* Minor changes:
- Example/.../config*.h reorganized
- Improved Documentation
- Some bugfixes
ver-01.00.00
============
initial version