From dc9fb460ee0739a55f73b4b44ef32a80763a138a Mon Sep 17 00:00:00 2001 From: Sam Grove Date: Fri, 8 Jul 2016 16:20:39 -0500 Subject: [PATCH] prepend common .c files with mbed_ --- hal/common/{assert.c => mbed_assert.c} | 0 hal/common/{board.c => mbed_board.c} | 0 hal/common/{critical.c => mbed_critical.c} | 0 hal/common/{error.c => mbed_error.c} | 0 hal/common/{gpio.c => mbed_gpio.c} | 0 hal/common/{lp_ticker_api.c => mbed_lp_ticker_api.c} | 0 hal/common/{pinmap_common.c => mbed_pinmap_common.c} | 0 hal/common/{rtc_time.c => mbed_rtc_time.c} | 0 hal/common/{semihost_api.c => mbed_semihost_api.c} | 0 hal/common/{ticker_api.c => mbed_ticker_api.c} | 0 hal/common/{us_ticker_api.c => mbed_us_ticker_api.c} | 0 hal/common/{wait_api.c => mbed_wait_api.c} | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename hal/common/{assert.c => mbed_assert.c} (100%) rename hal/common/{board.c => mbed_board.c} (100%) rename hal/common/{critical.c => mbed_critical.c} (100%) rename hal/common/{error.c => mbed_error.c} (100%) rename hal/common/{gpio.c => mbed_gpio.c} (100%) rename hal/common/{lp_ticker_api.c => mbed_lp_ticker_api.c} (100%) rename hal/common/{pinmap_common.c => mbed_pinmap_common.c} (100%) rename hal/common/{rtc_time.c => mbed_rtc_time.c} (100%) rename hal/common/{semihost_api.c => mbed_semihost_api.c} (100%) rename hal/common/{ticker_api.c => mbed_ticker_api.c} (100%) rename hal/common/{us_ticker_api.c => mbed_us_ticker_api.c} (100%) rename hal/common/{wait_api.c => mbed_wait_api.c} (100%) diff --git a/hal/common/assert.c b/hal/common/mbed_assert.c similarity index 100% rename from hal/common/assert.c rename to hal/common/mbed_assert.c diff --git a/hal/common/board.c b/hal/common/mbed_board.c similarity index 100% rename from hal/common/board.c rename to hal/common/mbed_board.c diff --git a/hal/common/critical.c b/hal/common/mbed_critical.c similarity index 100% rename from hal/common/critical.c rename to hal/common/mbed_critical.c diff --git a/hal/common/error.c b/hal/common/mbed_error.c similarity index 100% rename from hal/common/error.c rename to hal/common/mbed_error.c diff --git a/hal/common/gpio.c b/hal/common/mbed_gpio.c similarity index 100% rename from hal/common/gpio.c rename to hal/common/mbed_gpio.c diff --git a/hal/common/lp_ticker_api.c b/hal/common/mbed_lp_ticker_api.c similarity index 100% rename from hal/common/lp_ticker_api.c rename to hal/common/mbed_lp_ticker_api.c diff --git a/hal/common/pinmap_common.c b/hal/common/mbed_pinmap_common.c similarity index 100% rename from hal/common/pinmap_common.c rename to hal/common/mbed_pinmap_common.c diff --git a/hal/common/rtc_time.c b/hal/common/mbed_rtc_time.c similarity index 100% rename from hal/common/rtc_time.c rename to hal/common/mbed_rtc_time.c diff --git a/hal/common/semihost_api.c b/hal/common/mbed_semihost_api.c similarity index 100% rename from hal/common/semihost_api.c rename to hal/common/mbed_semihost_api.c diff --git a/hal/common/ticker_api.c b/hal/common/mbed_ticker_api.c similarity index 100% rename from hal/common/ticker_api.c rename to hal/common/mbed_ticker_api.c diff --git a/hal/common/us_ticker_api.c b/hal/common/mbed_us_ticker_api.c similarity index 100% rename from hal/common/us_ticker_api.c rename to hal/common/mbed_us_ticker_api.c diff --git a/hal/common/wait_api.c b/hal/common/mbed_wait_api.c similarity index 100% rename from hal/common/wait_api.c rename to hal/common/mbed_wait_api.c