]> rtime.felk.cvut.cz Git - arc.git/commit
Added multiple units for ADC module and removed hard configed ADC_GROUP0 forever....
authorjcar <devnull@localhost>
Thu, 30 Aug 2012 12:50:28 +0000 (14:50 +0200)
committerjcar <devnull@localhost>
Thu, 30 Aug 2012 12:50:28 +0000 (14:50 +0200)
commit4153eecb8223a8c035998f720f47dcc4cea3f858
tree52c8f3e94baaead83b53356f9305dfe2d78ca816
parent265ced10500fd63ca9bd934e7c6a75863a3d7552
Added multiple units for ADC module and removed hard configed ADC_GROUP0 forever....
38 files changed:
arch/arm/arm_cm3/drivers/Adc.c
arch/ppc/mpc55xx/drivers/Adc_560x.c
arch/ppc/mpc55xx/drivers/Adc_eQADC.c
arch/ppc/mpc55xx/drivers/Can.c
arch/ppc/mpc55xx/drivers/Gpt.c
arch/ppc/mpc55xx/drivers/LinFlex.c
arch/ppc/mpc55xx/drivers/MPC5606B.h [new file with mode: 0644]
arch/ppc/mpc55xx/drivers/MPC5607B.h [new file with mode: 0644]
arch/ppc/mpc55xx/drivers/Mcu.c
arch/ppc/mpc55xx/drivers/Port.c
arch/ppc/mpc55xx/drivers/Pwm.c
arch/ppc/mpc55xx/drivers/Spi.c
arch/ppc/mpc55xx/kernel/irq_types.h
boards/mpc5604b_trk/build_config.mk
boards/mpc5606b_xpc560s/board_info.txt [new file with mode: 0644]
boards/mpc5606b_xpc560s/build_config.mk [new file with mode: 0644]
boards/mpc5606b_xpc560s/config/Dma_Cfg.c [new file with mode: 0644]
boards/mpc5606b_xpc560s/config/Dma_Cfg.h [new file with mode: 0644]
boards/mpc5606b_xpc560s/config/Eep_Cfg.h [new file with mode: 0644]
boards/mpc5606b_xpc560s/config/Eep_Lcfg.c [new file with mode: 0644]
boards/mpc5606b_xpc560s/config/Fls_Cfg.c [new file with mode: 0644]
boards/mpc5606b_xpc560s/config/Fls_Cfg.h [new file with mode: 0644]
boards/mpc5606b_xpc560s/config/Wdg_Cfg.h [new file with mode: 0644]
boards/mpc5606b_xpc560s/config/Wdg_Lcfg.c [new file with mode: 0644]
boards/mpc5606b_xpc560s/examples/os_simple/build_config.mk [new file with mode: 0644]
boards/mpc5606b_xpc560s/examples/os_simple/config/EcuM.mk [new file with mode: 0644]
boards/mpc5606b_xpc560s/examples/os_simple/config/EcuM_Callout_Stubs.c [new file with mode: 0644]
boards/mpc5606b_xpc560s/examples/os_simple/config/EcuM_Cfg.h [new file with mode: 0644]
boards/mpc5606b_xpc560s/examples/os_simple/config/EcuM_Generated_Types.h [new file with mode: 0644]
boards/mpc5606b_xpc560s/examples/os_simple/config/EcuM_PBcfg.c [new file with mode: 0644]
boards/mpc5606b_xpc560s/examples/os_simple/config/Mcu_Cfg.c [new file with mode: 0644]
boards/mpc5606b_xpc560s/examples/os_simple/config/Mcu_Cfg.h [new file with mode: 0644]
boards/mpc5606b_xpc560s/examples/os_simple/config/Os_Cfg.c [new file with mode: 0644]
boards/mpc5606b_xpc560s/examples/os_simple/config/Os_Cfg.h [new file with mode: 0644]
boards/mpc5606b_xpc560s/examples/os_simple/makefile [new file with mode: 0644]
drivers/Adc_Internal.c
drivers/Adc_Internal.h
include/ppc/mpc55xx.h