From 8551471d3fab822787319673b667ba43d9aa7d9b Mon Sep 17 00:00:00 2001 From: crackerjacques Date: Sat, 15 Aug 2026 13:19:16 +0900 Subject: [PATCH] board: promote Luckfox Nova to supported The Luckfox Nova (RK3308B) has been in the tree since #9985 and works well on the 26.08 primary kernel current (6.18) as well as edge (7.1): internal mic/codec, PDM digital mic, AIC8800 WiFi (Nova W), eMMC, and the GPIO header. Following the 26.08 release call to promote well-working CSC boards (#10336), rename the board config from .csc to .conf. BOARD_VENDOR is already lowercase and BOARD_MAINTAINER is set. Signed-off-by: crackerjacques --- .../{luckfox-rk3308b-nova.csc => luckfox-rk3308b-nova.conf} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename config/boards/{luckfox-rk3308b-nova.csc => luckfox-rk3308b-nova.conf} (100%) diff --git a/config/boards/luckfox-rk3308b-nova.csc b/config/boards/luckfox-rk3308b-nova.conf similarity index 100% rename from config/boards/luckfox-rk3308b-nova.csc rename to config/boards/luckfox-rk3308b-nova.conf