-
Notifications
You must be signed in to change notification settings - Fork 9
/
ChangeLog
42 lines (21 loc) · 1005 Bytes
/
ChangeLog
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
2012-06-23 Markus Klink <[email protected]>
* memmap implementation of digitalRead
* configure option: --enable-gpiomem=[yes|no]
2012-03-22 Markus Klink <[email protected]>
* started work on uart and pwm support (incomplete)
2012-03-16 Markus Klink <[email protected]>
* reconfigured autoconf to use dedicated config directory
2012-03-15 Markus Klink <[email protected]>
* threw away the test classes
* added digitalWrite and analogRead utilities
2012-03-14 Markus Klink <[email protected]>
* analogRead
* refactoring of pins.h and pins.c
* started some docs
2012-03-12 Markus Klink <[email protected]>
* refactoring of gpio_mux, use unsigned instead of char*
* added register definitions to gpio.h
2012-03-11 Markus Klink <[email protected]>
* refactoring of header structure and function definitions
2012-03-10 Markus Klink <[email protected]>
* 1st version with autoconf build system