annotate packages/hal/arm/lpc24xx/ea2468/current/ChangeLog @ 2561:55c015cde894

* cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and CYGPKG_HAL_ARM_LPC24XX_EA2468_TESTS for building I2C test * include/plf_io.h: Exported I2C devices and bus via macro HAL_I2C_EXPORTED_DEVICES, Added I2C related defines, Added functions declarations hal_lpc_eeprom_write() and hal_lpc_eeprom_read() for I2C EEPROM access * src/ea2468_misc.c: Replaced CYGARC_HAL_LPC24XX_SET_PIN_FUN() macro calls with hal_set_pin_function() calls * src/platform_i2c.c: New file adds I2C bus support for I2C bus 0 and adds support for I2C EEPROM * tests/i2c_eeprom: Simple I2C EEPROM read/write test case
author asl
date Mon, 22 Sep 2008 19:20:26 +0000
parents 88afa3c9917a
children 2f250a337a5e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2561
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
1 2008-09-18 Uwe Kindler <uwe_kindler@web.de>
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
2
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
3 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
4 CYGPKG_HAL_ARM_LPC24XX_EA2468_TESTS for building I2C test
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
5 * include/plf_io.h: Exported I2C devices and bus via macro
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
6 HAL_I2C_EXPORTED_DEVICES, Added I2C related defines, Added
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
7 functions declarations hal_lpc_eeprom_write() and
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
8 hal_lpc_eeprom_read() for I2C EEPROM access
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
9 * src/ea2468_misc.c: Replaced CYGARC_HAL_LPC24XX_SET_PIN_FUN() macro
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
10 calls with hal_set_pin_function() calls
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
11 * src/platform_i2c.c: New file adds I2C bus support for I2C bus 0 and
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
12 adds support for I2C EEPROM
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
13 * tests/i2c_eeprom: Simple I2C EEPROM read/write test case
55c015cde894 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents: 2550
diff changeset
14
2550
88afa3c9917a * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
asl
parents: 2510
diff changeset
15 2008-09-11 Uwe Kindler <uwe_kindler@web.de>
88afa3c9917a * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
asl
parents: 2510
diff changeset
16
88afa3c9917a * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
asl
parents: 2510
diff changeset
17 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
88afa3c9917a * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
asl
parents: 2510
diff changeset
18 CYGHWR_DEVS_ETH_PHY_KSZ8001 if ethernet packages is active
88afa3c9917a * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
asl
parents: 2510
diff changeset
19
2510
0c2a776fc7f4 * src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents: 2499
diff changeset
20 2008-07-21 Uwe Kindler <uwe_kindler@web.de>
0c2a776fc7f4 * src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents: 2499
diff changeset
21
0c2a776fc7f4 * src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents: 2499
diff changeset
22 * src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
0c2a776fc7f4 * src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents: 2499
diff changeset
23 channels
0c2a776fc7f4 * src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents: 2499
diff changeset
24 * include/plf_io.h: Added HAL_LPC2XXX_INIT_CAN() macro for CAN channel
0c2a776fc7f4 * src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents: 2499
diff changeset
25 initialisation
0c2a776fc7f4 * src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents: 2499
diff changeset
26
2499
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
27 2008-07-06 Uwe Kindler <uwe_kindler@web.de>
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
28
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
29 * Initial release of Embedded Artists LPC2468 OEM board package
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
30 * cdl/hal_arm_lpc2xxx_ea2468.cdl
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
31 * include/plf_io.h
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
32 * include/hal_platform_setup.h
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
33 * src/ea2468_misc
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
34
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
35 # ====================================================================
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
36 #####ECOSGPLCOPYRIGHTBEGIN####
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
37 ## -------------------------------------------
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
38 ## This file is part of eCos, the Embedded Configurable Operating System.
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
39 ## Copyright (C) 2008 eCosCentric Ltd.
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
40 ##
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
41 ## eCos is free software; you can redistribute it and/or modify it under
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
42 ## the terms of the GNU General Public License as published by the Free
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
43 ## Software Foundation; either version 2 or (at your option) any later version.
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
44 ##
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
45 ## eCos is distributed in the hope that it will be useful, but WITHOUT ANY
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
46 ## WARRANTY; without even the implied warranty of MERCHANTABILITY or
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
47 ## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
48 ## for more details.
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
49 ##
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
50 ## You should have received a copy of the GNU General Public License along
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
51 ## with eCos; if not, write to the Free Software Foundation, Inc.,
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
52 ## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
53 ##
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
54 ## As a special exception, if other files instantiate templates or use macros
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
55 ## or inline functions from this file, or you compile this file and link it
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
56 ## with other works to produce a work based on this file, this file does not
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
57 ## by itself cause the resulting work to be covered by the GNU General Public
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
58 ## License. However the source code for this file must still be made available
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
59 ## in accordance with section (3) of the GNU General Public License.
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
60 ##
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
61 ## This exception does not invalidate any other reasons why a work based on
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
62 ## this file might be covered by the GNU General Public License.
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
63 ##
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
64 ## -------------------------------------------
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
65 #####ECOSGPLCOPYRIGHTEND####
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
66 # ====================================================================
a4719c33db09 * Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff changeset
67