-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog20100410
129 lines (70 loc) · 2.88 KB
/
ChangeLog20100410
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
126
127
128
129
$Id$
2010-04-30 Andre Riesberg
* Fixed:
On some architectures the function TwIOCtl(TWI_GETSPEED) gives the wrong result.
2010-03-14 Ole Reinhardt <[email protected]>
* Fixed:
Fixed SpiAt45dConfigWrite() for config space larger than one page
The function is now able to write multiple pages and correctly
handles a page offset
2009-09-20 Ulrich Prinz
* Added:
Platform Subtype for user board derivate configuration.
Limited support for using SAMs DBGU as USART.
Some limitations apply: Dataformat is fixed to 8 bits, 1 stop.
No chip supported handshake signals, only GPIO can be used.
2009-09-17 Ulrich Prinz
* Fixed:
Fixed two issues in at91_twi.c
Reworked led.c driver completely
Deleted hundreds of trailing spaces
* Added:
keys.c driver
app/led_key example for new drivers
2009-08-14 Harald Kipp
* Fixed:
Fixed several issues in auto-configuration of source code package.
2009-08-10 Ole Reinhardt <[email protected]>
* Fixed:
Buffer overflow in base64 encoding
2009-08-01 Ole Reinhardt <[email protected]>
* Fixed:
Bug 2826991 and another bug in NutConditionFree
2009-07-22 Harald Kipp
* Added:
Added support for VS1002D, VS1003B and VS1033C audio decoders.
2009-06-03 Harald Kipp
* Fixed:
TWI routines failed on AT91 targets. Fixed by Ulrich Prinz.
VS1053 now working with again out of the box with the old VS10XX driver,
hopefully.
* Changed:
More targets supported with 'make burn' while using SAM-BA.
* Added:
New line editor with key mapping and history support.
Several enhancements to Lua scripting. All standard libraries are now
available. I/O library supports TCP connect and accept. Lua default
libraries are selectable and configurable to use integers instead of
floating point. Lua stand-alone interpreter added, which even runs on
8-bit targets, possibly the first one in the world.
2009-04-09 Harald Kipp
* Fixed:
Added HW_EFC_AT91 config provision to AT91 members with embedded flash
controller.
* Changed:
Starting a new ChangeLog. What do you think about it?
Provision HW_NVMEM renamed to DEV_NVMEM, because the driver, not the
hardware supports this.
Moved all non-volatile memory options to the to the target independant
driver.
* Added:
Support for Ethernut 3.1, including SPI bus controller based on Nut
Programmable Logic.
More detailed documentation to the non-volatile memory parts in the
configuration scripts.
2009-04-03 Ole Reinhardt <[email protected]>
* at91_twi.c: Fixed bugs reported by Harald and Ajit. Thanks!
2009-03-27 Thiago A. Correa <[email protected]>
* Mark documented deprecated functions with NUT_DEPRECATE.
This will cause warnings during compilation if deprecated functions
are used in user code.