From 8ef424e8fe50a16b2ac69ddbd2ba34347f628aca Mon Sep 17 00:00:00 2001 From: batt Date: Tue, 11 Nov 2008 17:19:05 +0000 Subject: [PATCH] Rename arm twi driver to i2c. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1923 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/arm/drv/{twi_arm.c => i2c_arm.c} | 0 bertos/cpu/arm/drv/{twi_arm.h => i2c_arm.h} | 0 bertos/cpu/arm/drv/{twi_at91.c => i2c_at91.c} | 0 bertos/cpu/arm/drv/{twi_at91.h => i2c_at91.h} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename bertos/cpu/arm/drv/{twi_arm.c => i2c_arm.c} (100%) rename bertos/cpu/arm/drv/{twi_arm.h => i2c_arm.h} (100%) rename bertos/cpu/arm/drv/{twi_at91.c => i2c_at91.c} (100%) rename bertos/cpu/arm/drv/{twi_at91.h => i2c_at91.h} (100%) diff --git a/bertos/cpu/arm/drv/twi_arm.c b/bertos/cpu/arm/drv/i2c_arm.c similarity index 100% rename from bertos/cpu/arm/drv/twi_arm.c rename to bertos/cpu/arm/drv/i2c_arm.c diff --git a/bertos/cpu/arm/drv/twi_arm.h b/bertos/cpu/arm/drv/i2c_arm.h similarity index 100% rename from bertos/cpu/arm/drv/twi_arm.h rename to bertos/cpu/arm/drv/i2c_arm.h diff --git a/bertos/cpu/arm/drv/twi_at91.c b/bertos/cpu/arm/drv/i2c_at91.c similarity index 100% rename from bertos/cpu/arm/drv/twi_at91.c rename to bertos/cpu/arm/drv/i2c_at91.c diff --git a/bertos/cpu/arm/drv/twi_at91.h b/bertos/cpu/arm/drv/i2c_at91.h similarity index 100% rename from bertos/cpu/arm/drv/twi_at91.h rename to bertos/cpu/arm/drv/i2c_at91.h -- 2.25.1