From 2435abb0a8496361fb08cdaa4234e9d205add186 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 12 Mar 2018 23:46:58 +0700 Subject: [PATCH] rename hal to tusb_port --- .../device/nrf52840/segger/nrf52840.emProject | 4 ++-- .../device/nrf52840/segger/nrf52840.emSession | 21 +++++-------------- .../nrf52/{hal => tusb_port}/hal_nrf52.c | 0 3 files changed, 7 insertions(+), 18 deletions(-) rename hw/mcu/nordic/nrf52/{hal => tusb_port}/hal_nrf52.c (100%) diff --git a/examples/device/nrf52840/segger/nrf52840.emProject b/examples/device/nrf52840/segger/nrf52840.emProject index 01e683c85..0cda6467b 100644 --- a/examples/device/nrf52840/segger/nrf52840.emProject +++ b/examples/device/nrf52840/segger/nrf52840.emProject @@ -80,8 +80,8 @@ - - + + - - - - - - - - - - - - @@ -73,9 +61,10 @@ - - - + + + + - + diff --git a/hw/mcu/nordic/nrf52/hal/hal_nrf52.c b/hw/mcu/nordic/nrf52/tusb_port/hal_nrf52.c similarity index 100% rename from hw/mcu/nordic/nrf52/hal/hal_nrf52.c rename to hw/mcu/nordic/nrf52/tusb_port/hal_nrf52.c