OSDN Git Service

LPC1830に対応
authorsuikan <suikan@users.sourceforge.jp>
Sun, 7 Oct 2012 09:30:32 +0000 (18:30 +0900)
committersuikan <suikan@users.sourceforge.jp>
Sun, 7 Oct 2012 09:30:32 +0000 (18:30 +0900)
commit14b7e35ee12c46361fd538ecdcf7235f8e21df63
treec14bdc59542d6411828bb4f6e0b7dcb893ba0835
parent2ec10ca6bef80310650c0c83e83e93d1b3145fb9
LPC1830に対応
58 files changed:
asp/arch/arm_m_gcc/lpc1800_gcc/MANIFEST [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/Makefile.chip [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/chip.tf [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/chip_cfg1_out.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/chip_check.tf [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/chip_config.c [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/chip_config.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/chip_kernel.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/chip_rename.def [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/chip_rename.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/chip_serial.cfg [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/chip_serial.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/chip_sil.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/chip_stddef.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/chip_syssvc.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/chip_test.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/chip_timer.cfg [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/chip_timer.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/chip_unrename.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/chip_user.txt [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/cmsis/LPC18xx.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/cmsis/core_cm3.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/cmsis/system_LPC18xx.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc1800_gcc/lpc1800.h [new file with mode: 0644]
asp/cfg/Makefile.config [new file with mode: 0644]
asp/cfg/cfg/cfg [new file with mode: 0755]
asp/cfg/toppers/itronx/libitronx.a [new file with mode: 0644]
asp/cfg/toppers/libtoppers.a [new file with mode: 0644]
asp/pdic/uart/uart.c
asp/pdic/uart/uart.h
asp/target/lpc1830_generic_gcc/.gitignore [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/E_PACKAGE [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/MANIFEST [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/Makefile.target [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/asp.doxyfile [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/doxygen.css [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/lpc1830_generic.h [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/lpc1830_sram.ld [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/target.tf [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/target_cfg1_out.h [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/target_check.tf [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/target_config.c [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/target_config.h [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/target_def.csv [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/target_kernel.h [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/target_offset.tf [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/target_rename.def [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/target_rename.h [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/target_serial.cfg [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/target_serial.h [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/target_sil.h [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/target_stddef.h [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/target_syssvc.h [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/target_test.h [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/target_timer.cfg [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/target_timer.h [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/target_unrename.h [new file with mode: 0644]
asp/target/lpc1830_generic_gcc/target_user.txt [new file with mode: 0644]