Changeset 7e8039b in rtems
- Timestamp:
- 08/28/07 13:54:39 (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c3b4fc1
- Parents:
- 2e2cbfa9
- Location:
- c/src/lib/libbsp/arm/rtl22xx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/rtl22xx/ChangeLog
r2e2cbfa9 r7e8039b 1 2007-08-28 Joel Sherrill <joel.sherrill@OARcorp.com> 2 3 * README: Clean up. 4 1 5 2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com> 2 6 -
c/src/lib/libbsp/arm/rtl22xx/README
r2e2cbfa9 r7e8039b 1 # 2 # $Id$ 3 # 1 4 2 RTEMS bsp for Philips's ARM processor 3 This BSP is design for Philips's LPC2210/LPC2212/LPC2214/LPC2290/LPC2294 (LPC22xx) serial ARM processor. Some LPC21xx ARM can also use this. 4 Philphs's LPC22xx ARM processor got an ARM7TDMI-S core, and can run at 60MHz. It has an external memory bus, and peripherals like UART, I2C, SPI, ADC and etc. Some of them got on chip flash (256k) and CAN. 5 The board used to develop the board is compatible with LPC-E2214/LPC-E2294 boards from http://www.olimex.com. The board got a 512K SRAM(256K used to store the .text for debug perpose) and two serial ports. 6 The license and distribution terms for this file may be found in the file LICENSE in this distribution or at http://www.rtems.com/license/LICENSE 5 RTEMS BSP for Philips's ARM processor 6 7 This BSP is designed for the following Philips' ARM microprocessors: 8 9 + LPC2210 10 + LPC2212 11 + LPC2214 12 + LPC2290 13 + LPC2294 14 15 Some LPC21xx ARM should also be able to use this BSP. 16 17 Philphs's LPC22xx ARM processor has an ARM7TDMI-S core, and can 18 run at 60MHz. It has an external memory bus, and peripherals like 19 UART, I2C, SPI, ADC and etc. Some of them have on chip flash (256k) 20 and CAN. The board used to develop the BSP is compatible with 21 LPC-E2214/LPC-E2294 boards from http://www.olimex.com. The board has 22 a 512K SRAM (256K used to store the .text for debugging purposes) 23 and two serial ports. 24 25 The license and distribution terms for this file may be found in 26 the file LICENSE in this distribution or at 27 http://www.rtems.com/license/LICENSE
Note: See TracChangeset
for help on using the changeset viewer.