From 08aa48772f7b0c67bbdc3d52af5b7408fb1a6137 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 31 Jan 2025 13:19:50 +0100 Subject: [PATCH] Rename posix-h4-bcm to posix-h4-airoc for newer AIROC Controllers --- port/{posix-h4-bcm => posix-h4-airoc}/.gitignore | 0 port/{posix-h4-bcm => posix-h4-airoc}/CMakeLists.txt | 0 port/{posix-h4-bcm => posix-h4-airoc}/README.md | 0 port/{posix-h4-bcm => posix-h4-airoc}/btstack_config.h | 0 port/{posix-h4-bcm => posix-h4-airoc}/main.c | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename port/{posix-h4-bcm => posix-h4-airoc}/.gitignore (100%) rename port/{posix-h4-bcm => posix-h4-airoc}/CMakeLists.txt (100%) rename port/{posix-h4-bcm => posix-h4-airoc}/README.md (100%) rename port/{posix-h4-bcm => posix-h4-airoc}/btstack_config.h (100%) rename port/{posix-h4-bcm => posix-h4-airoc}/main.c (100%) diff --git a/port/posix-h4-bcm/.gitignore b/port/posix-h4-airoc/.gitignore similarity index 100% rename from port/posix-h4-bcm/.gitignore rename to port/posix-h4-airoc/.gitignore diff --git a/port/posix-h4-bcm/CMakeLists.txt b/port/posix-h4-airoc/CMakeLists.txt similarity index 100% rename from port/posix-h4-bcm/CMakeLists.txt rename to port/posix-h4-airoc/CMakeLists.txt diff --git a/port/posix-h4-bcm/README.md b/port/posix-h4-airoc/README.md similarity index 100% rename from port/posix-h4-bcm/README.md rename to port/posix-h4-airoc/README.md diff --git a/port/posix-h4-bcm/btstack_config.h b/port/posix-h4-airoc/btstack_config.h similarity index 100% rename from port/posix-h4-bcm/btstack_config.h rename to port/posix-h4-airoc/btstack_config.h diff --git a/port/posix-h4-bcm/main.c b/port/posix-h4-airoc/main.c similarity index 100% rename from port/posix-h4-bcm/main.c rename to port/posix-h4-airoc/main.c