OSDN Git Service

LPC4330i存部のコードを追加。ビルドが通る。
authorsuikan <suikan@users.sourceforge.jp>
Sun, 7 Oct 2012 12:06:50 +0000 (21:06 +0900)
committersuikan <suikan@users.sourceforge.jp>
Sun, 7 Oct 2012 12:06:50 +0000 (21:06 +0900)
commit6c1f12aca7fff544e05675845aa61b81381e95f0
tree31df302366233c1d0184eb7860e38c0ce8a2231f
parent14b7e35ee12c46361fd538ecdcf7235f8e21df63
LPC4330i存部のコードを追加。ビルドが通る。
58 files changed:
asp/arch/arm_m_gcc/lpc4300_gcc/MANIFEST [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/Makefile.chip [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/chip.tf [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/chip_cfg1_out.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/chip_check.tf [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/chip_config.c [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/chip_config.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/chip_kernel.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/chip_rename.def [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/chip_rename.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/chip_serial.cfg [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/chip_serial.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/chip_sil.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/chip_stddef.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/chip_syssvc.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/chip_test.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/chip_timer.cfg [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/chip_timer.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/chip_unrename.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/chip_user.txt [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/cmsis/LPC43xx.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/cmsis/core_cm4.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/cmsis/core_cm4_simd.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/cmsis/core_cmFunc.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/cmsis/core_cmInstr.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/cmsis/system_LPC43xx.h [new file with mode: 0644]
asp/arch/arm_m_gcc/lpc4300_gcc/lpc4300.h [new file with mode: 0644]
asp/pdic/uart/uart.c
asp/pdic/uart/uart.h
asp/target/lpc1830_generic_gcc/lpc1830_generic.h
asp/target/lpc4330_generic_gcc/.gitignore [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/E_PACKAGE [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/MANIFEST [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/Makefile.target [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/asp.doxyfile [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/doxygen.css [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/lpc4330_generic.h [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/lpc4330_sram.ld [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/target.tf [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/target_cfg1_out.h [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/target_check.tf [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/target_config.c [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/target_config.h [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/target_def.csv [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/target_kernel.h [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/target_offset.tf [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/target_rename.def [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/target_rename.h [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/target_serial.cfg [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/target_serial.h [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/target_sil.h [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/target_stddef.h [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/target_syssvc.h [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/target_test.h [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/target_timer.cfg [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/target_timer.h [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/target_unrename.h [new file with mode: 0644]
asp/target/lpc4330_generic_gcc/target_user.txt [new file with mode: 0644]