Mercurial > nand-ecoscentric
annotate packages/hal/arm/lpc24xx/ea2468/current/ChangeLog @ 3368:56fc685b878c
Merge from anon-hg
| author | Ross Younger <wry@ecoscentric.com> |
|---|---|
| date | Fri, 01 Aug 2014 20:54:15 +1200 |
| parents | 052db7de22b6 7446751761c7 |
| children |
| rev | line source |
|---|---|
| 3251 | 1 2012-04-23 Nick Garnett <nickg@ecoscentric.com> |
| 2 | |
| 3 * include/pkgconf/mlt_arm_lpc24xx_ea2468_rom.ldi: | |
| 4 * include/pkgconf/mlt_arm_lpc24xx_ea2468_ram.ldi: Relocate fixed | |
| 5 vectors to 0x40000020. Previously, the HAL_VSR_GET/SET macros | |
| 6 accessed the wrong locations and didn't have any effect; now both | |
| 7 hardware and software have the same idea of where the VSR table | |
| 8 is. | |
| 9 NOTE: that this renders RAM applications built with this layout | |
| 10 incompatible with RedBoot built with the old layout. A new RedBoot | |
| 11 needs to be installed. | |
| 12 | |
| 13 * cdl/hal_arm_lpc24xx_ea2468.cdl: | |
| 14 * tests/fiq.c: Add FIQ test program. | |
| 15 | |
|
3021
052db7de22b6
ea2468: Update nand for changes to k9 family driver
Ross Younger <wry@ecoscentric.com>
parents:
2981
diff
changeset
|
16 2010-03-12 Ross Younger <wry@ecoscentric.com> |
|
052db7de22b6
ea2468: Update nand for changes to k9 family driver
Ross Younger <wry@ecoscentric.com>
parents:
2981
diff
changeset
|
17 |
|
052db7de22b6
ea2468: Update nand for changes to k9 family driver
Ross Younger <wry@ecoscentric.com>
parents:
2981
diff
changeset
|
18 * ea_lpc2468_nand.c: Tweak for updated k9 family NAND driver. |
|
052db7de22b6
ea2468: Update nand for changes to k9 family driver
Ross Younger <wry@ecoscentric.com>
parents:
2981
diff
changeset
|
19 |
|
2979
013b321ed7df
ea_lpc2468_nand.c: Fix interrupt-mode brokenness when the debug level was low.
Ross Younger <wry@ecoscentric.com>
parents:
2977
diff
changeset
|
20 2009-11-10 Ross Younger <wry@ecoscentric.com> |
|
013b321ed7df
ea_lpc2468_nand.c: Fix interrupt-mode brokenness when the debug level was low.
Ross Younger <wry@ecoscentric.com>
parents:
2977
diff
changeset
|
21 |
|
013b321ed7df
ea_lpc2468_nand.c: Fix interrupt-mode brokenness when the debug level was low.
Ross Younger <wry@ecoscentric.com>
parents:
2977
diff
changeset
|
22 * ea_lpc2468_nand.c: Fix interrupt-mode brokenness when the debug |
|
013b321ed7df
ea_lpc2468_nand.c: Fix interrupt-mode brokenness when the debug level was low.
Ross Younger <wry@ecoscentric.com>
parents:
2977
diff
changeset
|
23 level was low. |
|
2980
b54e7bc232f0
ea lpc2468 nand: Add heuristic to improve i/o throughput
Ross Younger <wry@ecoscentric.com>
parents:
2979
diff
changeset
|
24 Add heuristic to improve I/O throughput. |
|
2981
868c53050a8b
ea lpc2468 nand: Tune the EMC timings to speed up NAND access
Ross Younger <wry@ecoscentric.com>
parents:
2980
diff
changeset
|
25 Tune the EMC timings to speed up NAND access. |
|
2979
013b321ed7df
ea_lpc2468_nand.c: Fix interrupt-mode brokenness when the debug level was low.
Ross Younger <wry@ecoscentric.com>
parents:
2977
diff
changeset
|
26 |
|
2977
7a3f0b89a102
ea_lpc2468: use new fast ECC alg
Ross Younger <wry@ecoscentric.com>
parents:
2931
diff
changeset
|
27 2009-11-06 Ross Younger <wry@ecoscentric.com> |
|
7a3f0b89a102
ea_lpc2468: use new fast ECC alg
Ross Younger <wry@ecoscentric.com>
parents:
2931
diff
changeset
|
28 |
|
7a3f0b89a102
ea_lpc2468: use new fast ECC alg
Ross Younger <wry@ecoscentric.com>
parents:
2931
diff
changeset
|
29 * ea_lpc2468_nand.c: Use mtd_ecc256_fast, not linux_mtd_ecc. |
|
7a3f0b89a102
ea_lpc2468: use new fast ECC alg
Ross Younger <wry@ecoscentric.com>
parents:
2931
diff
changeset
|
30 |
|
2931
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
31 2009-08-18 Ross Younger <wry@ecoscentric.com> |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
32 |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
33 * ea_lpc_2468_nand.c: Minor bugfix - attach on the interrupt handle, |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
34 not the interrupt object, even if it's currently inconsequential. |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
35 |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
36 2009-07-02 Ross Younger <wry@ecoscentric.com> |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
37 |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
38 * ea_lpc_2468_nand.c: Small optimisations: |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
39 + Condition-out poll-counting unless it's being reported. |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
40 + Properly defined initial-wait semantics for wait_ready_polled; |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
41 tweak callers to match. |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
42 + Don't bother with an interrupt-assisted sleep for a small |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
43 time (i.e. a page read). |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
44 |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
45 2009-06-05 Ross Younger <wry@ecoscentric.com> |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
46 |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
47 * ea_lpc_2468_nand.c: refactor for k9fxx08x0x changes; retab. |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
48 * * BBT per-chip |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
49 * * provide for locking though we don't use it on this board. |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
50 |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
51 2009-05-27 Ross Younger <wry@ecoscentric.com> |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
52 |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
53 * src/ea_lpc_2468_nand.c: Rip out eCosPro HAL ifdefs & partial rewrite |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
54 for clarity. |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
55 |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
56 2009-05-14 Ross Younger <wry@ecoscentric.com> |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
57 |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
58 * cdl/hal_arm_lpc24xx_ea2468.cdl: Add NAND support and options |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
59 * cdl/manual_partition.cdl: Created |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
60 * src/ea_lpc_2468_nand.c: Created |
|
aa9a05c77fe7
Import anoncvs ea2468 NAND support patch as of 20090826
Ross Younger <wry@ecoscentric.com>
parents:
2749
diff
changeset
|
61 |
| 2749 | 62 2009-01-31 Bart Veer <bartv@ecoscentric.com> |
| 63 | |
| 64 * cdl/hal_arm_lpc24xx_ea2468.cdl: update compiler flags for gcc 4.x | |
| 65 | |
|
2720
7fec0d64790f
Switch from arm-elf-gcc to arm-eabi-gcc. Remove -mno-short-load-words.
bartv
parents:
2585
diff
changeset
|
66 2009-01-24 Bart Veer <bartv@ecoscentric.com> |
|
7fec0d64790f
Switch from arm-elf-gcc to arm-eabi-gcc. Remove -mno-short-load-words.
bartv
parents:
2585
diff
changeset
|
67 |
|
7fec0d64790f
Switch from arm-elf-gcc to arm-eabi-gcc. Remove -mno-short-load-words.
bartv
parents:
2585
diff
changeset
|
68 * cdl/hal_arm_lpc24xx_ea2468.cdl: switch from arm-elf-gcc to |
|
7fec0d64790f
Switch from arm-elf-gcc to arm-eabi-gcc. Remove -mno-short-load-words.
bartv
parents:
2585
diff
changeset
|
69 arm-eabi-gcc. Remove -mno-short-load-words. |
|
7fec0d64790f
Switch from arm-elf-gcc to arm-eabi-gcc. Remove -mno-short-load-words.
bartv
parents:
2585
diff
changeset
|
70 |
| 2585 | 71 2008-11-01 Uwe Kindler <uwe_kindler@web.de> |
| 72 | |
| 73 * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo | |
| 74 * include/pkgconf/mlt_arm_lpc24xx_ea2468_ram.h: Reserve 1 MB of | |
| 75 SDRAM for RedBoot. | |
| 76 * include/pkgconf/mlt_arm_lpc24xx_ea2468_ram.ldi: Reserve 1 MB of | |
| 77 SDRAM for RedBoot | |
| 78 * src/platform_i2c.c: Compile only if I2C channel 0 is supported | |
| 79 | |
|
2561
55c015cde894
* cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents:
2550
diff
changeset
|
80 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
|
81 |
|
55c015cde894
* cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents:
2550
diff
changeset
|
82 * 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
|
83 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
|
84 * 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
|
85 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
|
86 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
|
87 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
|
88 * 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
|
89 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
|
90 * 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
|
91 adds support for I2C EEPROM |
|
55c015cde894
* cdl/hal_arm_lpc2xxx_ea2468.cdl: Added compile platform_i2c.c and
asl
parents:
2550
diff
changeset
|
92 * 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
|
93 |
|
2550
88afa3c9917a
* cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
asl
parents:
2510
diff
changeset
|
94 2008-09-11 Uwe Kindler <uwe_kindler@web.de> |
|
88afa3c9917a
* cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
asl
parents:
2510
diff
changeset
|
95 |
|
88afa3c9917a
* cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
asl
parents:
2510
diff
changeset
|
96 * cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for |
|
88afa3c9917a
* cdl/hal_arm_lpc2xxx_ea2468.cdl: Added constraint for
asl
parents:
2510
diff
changeset
|
97 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
|
98 |
|
2510
0c2a776fc7f4
* src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents:
2499
diff
changeset
|
99 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
|
100 |
|
0c2a776fc7f4
* src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents:
2499
diff
changeset
|
101 * 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
|
102 channels |
|
0c2a776fc7f4
* src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents:
2499
diff
changeset
|
103 * 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
|
104 initialisation |
|
0c2a776fc7f4
* src/ea2468_misc.c: Added hal_lpc_can_init() to initialize CAN
asl
parents:
2499
diff
changeset
|
105 |
|
2499
a4719c33db09
* Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff
changeset
|
106 2008-07-06 Uwe Kindler <uwe_kindler@web.de> |
|
a4719c33db09
* Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff
changeset
|
107 |
|
a4719c33db09
* Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff
changeset
|
108 * Initial release of Embedded Artists LPC2468 OEM board package |
|
a4719c33db09
* Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff
changeset
|
109 * cdl/hal_arm_lpc2xxx_ea2468.cdl |
|
a4719c33db09
* Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff
changeset
|
110 * include/plf_io.h |
|
a4719c33db09
* Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff
changeset
|
111 * include/hal_platform_setup.h |
|
a4719c33db09
* Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff
changeset
|
112 * src/ea2468_misc |
|
a4719c33db09
* Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff
changeset
|
113 |
|
a4719c33db09
* Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff
changeset
|
114 # ==================================================================== |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2720
diff
changeset
|
115 ## ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2720
diff
changeset
|
116 ## ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2720
diff
changeset
|
117 ## This file is part of eCos, the Embedded Configurable Operating System. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2720
diff
changeset
|
118 ## Copyright (C) 2008 Free Software Foundation, Inc. |
|
2499
a4719c33db09
* Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff
changeset
|
119 ## |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2720
diff
changeset
|
120 ## This program is free software; you can redistribute it and/or modify |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2720
diff
changeset
|
121 ## it under the terms of the GNU General Public License as published by |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2720
diff
changeset
|
122 ## the Free Software Foundation; either version 2 or (at your option) any |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2720
diff
changeset
|
123 ## later version. |
|
2499
a4719c33db09
* Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff
changeset
|
124 ## |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2720
diff
changeset
|
125 ## This program is distributed in the hope that it will be useful, but |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2720
diff
changeset
|
126 ## WITHOUT ANY WARRANTY; without even the implied warranty of |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2720
diff
changeset
|
127 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2720
diff
changeset
|
128 ## General Public License for more details. |
|
2499
a4719c33db09
* Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff
changeset
|
129 ## |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2720
diff
changeset
|
130 ## You should have received a copy of the GNU General Public License |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2720
diff
changeset
|
131 ## along with this program; if not, write to the |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2720
diff
changeset
|
132 ## Free Software Foundation, Inc., 51 Franklin Street, |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2720
diff
changeset
|
133 ## Fifth Floor, Boston, MA 02110-1301, USA. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2720
diff
changeset
|
134 ## ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2720
diff
changeset
|
135 ## ####GPLCOPYRIGHTEND#### |
|
2499
a4719c33db09
* Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff
changeset
|
136 # ==================================================================== |
|
a4719c33db09
* Initial release of Embedded Artists LPC2468 OEM board package
asl
parents:
diff
changeset
|
137 |
